diff options
author | Eric Dumazet <edumazet@google.com> | 2022-05-16 06:24:54 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-05-16 12:33:59 +0200 |
commit | 2db60eed1a957423cf06ee1060fc45ed3971990d (patch) | |
tree | e3e28604e20b7228c98df8039df280e9da45109a /Documentation/admin-guide | |
parent | net: fix possible race in skb_attempt_defer_free() (diff) | |
download | linux-2db60eed1a957423cf06ee1060fc45ed3971990d.tar.xz linux-2db60eed1a957423cf06ee1060fc45ed3971990d.zip |
net: use napi_consume_skb() in skb_defer_free_flush()
skb_defer_free_flush() runs from softirq context,
we have the opportunity to refill the napi_alloc_cache,
and/or use kmem_cache_free_bulk() when this cache is full.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/admin-guide')
0 files changed, 0 insertions, 0 deletions