summaryrefslogtreecommitdiff
path: root/tools/lib/python/kdoc/parse_data_structs.py
diff options
context:
space:
mode:
authorFlorian Fuchs <fuchsfl@gmail.com>2025-11-30 20:41:55 +0100
committerJakub Kicinski <kuba@kernel.org>2025-12-01 16:54:53 -0800
commitd8e08149a5ed501d515dbe9f53cc46d25acb4a2a (patch)
treeb09c25c693c287e0c6c7f8d1cecc9a462c518b7e /tools/lib/python/kdoc/parse_data_structs.py
parent3101f3e116452548f1a2da311328543207b10bf8 (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 'tools/lib/python/kdoc/parse_data_structs.py')
0 files changed, 0 insertions, 0 deletions