Re: [PATCH net-next] net: ucc_geth: Batch RX packets before stack handoff
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-05-20 23:57:47
Also in:
lkml, netdev
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-05-20 23:57:47
Also in:
lkml, netdev
On Sun, 17 May 2026 12:28:56 -0700 Rosen Penev wrote:
Collect received skbs on a local list during RX polling and pass the completed batch to netif_receive_skb_list(). This lets the networking stack process packets from a poll cycle in bulk instead of handing each skb up individually.
GRO should be even better.
Speedup tested with bidirectional iperf3.
Please mention the platform / board as well. -- pw-bot: cr