]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - net/core/dev.c
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)
commit427d5838e99632e9218eae752009c873cade89ac
tree81648eea57dce39fe1d8b71f275604ac6f81ff84
parent4e638025f25652b052ec54cf75e4cfe4f4663ce7
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