diff options
author | Eric Dumazet <edumazet@google.com> | 2024-02-27 22:01:04 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-02-29 05:22:03 +0100 |
commit | 1200097fa8f0d8e8ddfe5c554d8fa2bc03b2df92 (patch) | |
tree | ac87c697e3641810532af04a5dc19cfb15cec2bc /net/ipv6/addrconf.c | |
parent | tcp: remove some holes in struct tcp_sock (diff) | |
download | linux-1200097fa8f0d8e8ddfe5c554d8fa2bc03b2df92.tar.xz linux-1200097fa8f0d8e8ddfe5c554d8fa2bc03b2df92.zip |
net: call skb_defer_free_flush() from __napi_busy_loop()
skb_defer_free_flush() is currently called from net_rx_action()
and napi_threaded_poll().
We should also call it from __napi_busy_loop() otherwise
there is the risk the percpu queue can grow until an IPI
is forced from skb_attempt_defer_free() adding a latency spike.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Samiullah Khawaja <skhawaja@google.com>
Acked-by: Stanislav Fomichev <sdf@google.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Link: https://lore.kernel.org/r/20240227210105.3815474-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions