]> git.baikalelectronics.ru Git - kernel.git/commit
net: napi: remove useless stack trace
authorEric Dumazet <edumazet@google.com>
Wed, 17 Jun 2020 16:40:51 +0000 (09:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Jun 2020 03:29:56 +0000 (20:29 -0700)
commit819c05e1cb0bbc00c068c27bbe2e483158c856c9
tree81648eea57dce39fe1d8b71f275604ac6f81ff84
parent85f81a8e111e0d6044d5f82b78a7a09f17134e2e
net: napi: remove useless stack trace

Whenever a buggy NAPI driver returns more than its budget,
we emit a stack trace that is of no use, since it does not
tell which driver is buggy.

Instead, emit a message giving the function name, and a
descriptive message.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c