Intel-Wired-Lan Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH intel-next 0/5] i40e: support XDP multi-buffer
@ 2022-12-13 10:50 Tirthendu Sarkar
  2022-12-13 10:50 ` [Intel-wired-lan] [PATCH intel-next 1/5] i40e: add pre-xdp page_count in rx_buffer Tirthendu Sarkar
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Tirthendu Sarkar @ 2022-12-13 10:50 UTC (permalink / raw)
  To: tirtha, jesse.brandeburg, anthony.l.nguyen, davem, edumazet, kuba,
	pabeni, ast, daniel, hawk, john.fastabend, intel-wired-lan
  Cc: netdev, bpf, linux-kernel, magnus.karlsson

This patchset adds multi-buffer support for XDP. The first four patches
are prepatory patches while the fifth one contains actual multi-buffer
changes. 

Tirthendu Sarkar (5):
  i40e: add pre-xdp page_count in rx_buffer
  i40e: avoid per buffer next_to_clean access from i40e_ring
  i40e: introduce next_to_process to i40e_ring
  i40e: pull out rx buffer allocation to end of i40e_clean_rx_irq()
  i40e: add support for XDP multi-buffer Rx

 drivers/net/ethernet/intel/i40e/i40e_main.c |  18 +-
 drivers/net/ethernet/intel/i40e/i40e_txrx.c | 378 ++++++++++++++------
 drivers/net/ethernet/intel/i40e/i40e_txrx.h |  13 +-
 3 files changed, 280 insertions(+), 129 deletions(-)

-- 
2.34.1

_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

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

end of thread, other threads:[~2022-12-14 17:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-13 10:50 [Intel-wired-lan] [PATCH intel-next 0/5] i40e: support XDP multi-buffer Tirthendu Sarkar
2022-12-13 10:50 ` [Intel-wired-lan] [PATCH intel-next 1/5] i40e: add pre-xdp page_count in rx_buffer Tirthendu Sarkar
2022-12-13 10:50 ` [Intel-wired-lan] [PATCH intel-next 2/5] i40e: avoid per buffer next_to_clean access from i40e_ring Tirthendu Sarkar
2022-12-13 10:50 ` [Intel-wired-lan] [PATCH intel-next 3/5] i40e: introduce next_to_process to i40e_ring Tirthendu Sarkar
2022-12-13 10:50 ` [Intel-wired-lan] [PATCH intel-next 4/5] i40e: pull out rx buffer allocation to end of i40e_clean_rx_irq() Tirthendu Sarkar
2022-12-13 16:09   ` Alexander H Duyck
2022-12-13 10:50 ` [Intel-wired-lan] [PATCH intel-next 5/5] i40e: add support for XDP multi-buffer Rx Tirthendu Sarkar
2022-12-13 13:14   ` kernel test robot
2022-12-13 15:58 ` [Intel-wired-lan] [PATCH intel-next 0/5] i40e: support XDP multi-buffer Alexander H Duyck
2022-12-14 15:56   ` Sarkar, Tirthendu
2022-12-14 17:16     ` Alexander Duyck

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