diff options
| author | Florian Fuchs <fuchsfl@gmail.com> | 2025-11-30 20:41:55 +0100 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2025-12-01 16:54:53 -0800 |
| commit | d8e08149a5ed501d515dbe9f53cc46d25acb4a2a (patch) | |
| tree | b09c25c693c287e0c6c7f8d1cecc9a462c518b7e /net/unix/af_unix.c | |
| parent | 3101f3e116452548f1a2da311328543207b10bf8 (diff) | |
net: ps3_gelic_net: Use napi_alloc_skb() and napi_gro_receive()
Use the napi functions napi_alloc_skb() and napi_gro_receive() instead
of netdev_alloc_skb() and netif_receive_skb() for more efficient packet
receiving. The switch to napi aware functions increases the RX
throughput, reduces the occurrence of retransmissions and improves the
resilience against SKB allocation failures.
Signed-off-by: Florian Fuchs <fuchsfl@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20251130194155.1950980-1-fuchsfl@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
