Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] pcnet32: switch to napi_alloc_skb() and napi_gro_receive()
@ 2026-05-20  6:33 Oscar Maes
  2026-05-20  6:33 ` [PATCH net-next 1/2] pcnet32: stop holding device spin lock during napi_complete_done Oscar Maes
  2026-05-20  6:33 ` [PATCH net-next 2/2] pcnet32: switch to napi_alloc_skb() and napi_gro_receive() Oscar Maes
  0 siblings, 2 replies; 4+ messages in thread
From: Oscar Maes @ 2026-05-20  6:33 UTC (permalink / raw)
  To: netdev; +Cc: edumazet, kuba, pabeni, Oscar Maes

Use the newer and more efficient napi_alloc_skb() and napi_gro_receive()
APIs to improve RX throughput.

In my testing this resulted in up to a 25% RX throughput increase in iperf3
tests in both directions.

Oscar Maes (2):
  pcnet32: stop holding device spin lock during napi_complete_done
  pcnet32: switch to napi_alloc_skb() and napi_gro_receive()

 drivers/net/ethernet/amd/pcnet32.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

-- 
2.39.5


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-05-20 12:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-20  6:33 [PATCH net-next 0/2] pcnet32: switch to napi_alloc_skb() and napi_gro_receive() Oscar Maes
2026-05-20  6:33 ` [PATCH net-next 1/2] pcnet32: stop holding device spin lock during napi_complete_done Oscar Maes
2026-05-20 12:12   ` Andrew Lunn
2026-05-20  6:33 ` [PATCH net-next 2/2] pcnet32: switch to napi_alloc_skb() and napi_gro_receive() Oscar Maes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox