commit | 427d5838e99632e9218eae752009c873cade89ac | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Jun 17 09:40:51 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 18 20:29:56 2020 -0700 |
tree | 81648eea57dce39fe1d8b71f275604ac6f81ff84 | |
parent | 4e638025f25652b052ec54cf75e4cfe4f4663ce7 [diff] |
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>