All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH iwl-net v2 0/3] ixgbe: xsk: a couple of changes for zerocopy
@ 2025-08-12  7:55 ` Jason Xing
  0 siblings, 0 replies; 25+ messages in thread
From: Jason Xing @ 2025-08-12  7:55 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, horms, andrew+netdev,
	anthony.l.nguyen, przemyslaw.kitszel, sdf, larysa.zaremba,
	maciej.fijalkowski
  Cc: intel-wired-lan, netdev, Jason Xing

From: Jason Xing <kernelxing@tencent.com>

The series mostly follows the development of i40e/ice to improve the
performance for zerocopy mode in the tx path.

---
V2
Link: https://lore.kernel.org/intel-wired-lan/20250720091123.474-1-kerneljasonxing@gmail.com/
1. remove previous 2nd and last patch.

Jason Xing (3):
  ixgbe: xsk: remove budget from ixgbe_clean_xdp_tx_irq
  ixgbe: xsk: use ixgbe_desc_unused as the budget in ixgbe_xmit_zc
  ixgbe: xsk: support batched xsk Tx interfaces to increase performance

 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |   2 +-
 .../ethernet/intel/ixgbe/ixgbe_txrx_common.h  |   2 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c  | 113 ++++++++++++------
 3 files changed, 76 insertions(+), 41 deletions(-)

-- 
2.41.3


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

end of thread, other threads:[~2025-08-14  0:34 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-12  7:55 [Intel-wired-lan] [PATCH iwl-net v2 0/3] ixgbe: xsk: a couple of changes for zerocopy Jason Xing
2025-08-12  7:55 ` Jason Xing
2025-08-12  7:55 ` [Intel-wired-lan] [PATCH iwl-net v2 1/3] ixgbe: xsk: remove budget from ixgbe_clean_xdp_tx_irq Jason Xing
2025-08-12  7:55   ` Jason Xing
2025-08-12 15:42   ` [Intel-wired-lan] " Maciej Fijalkowski
2025-08-12 15:42     ` Maciej Fijalkowski
2025-08-12  7:55 ` [Intel-wired-lan] [PATCH iwl-net v2 2/3] ixgbe: xsk: use ixgbe_desc_unused as the budget in ixgbe_xmit_zc Jason Xing
2025-08-12  7:55   ` Jason Xing
2025-08-13 11:14   ` [Intel-wired-lan] " Loktionov, Aleksandr
2025-08-13 11:14     ` Loktionov, Aleksandr
2025-08-13 11:44     ` Jason Xing
2025-08-12  7:55 ` [Intel-wired-lan] [PATCH iwl-net v2 3/3] ixgbe: xsk: support batched xsk Tx interfaces to increase performance Jason Xing
2025-08-12  7:55   ` Jason Xing
2025-08-12 15:42   ` [Intel-wired-lan] " Maciej Fijalkowski
2025-08-12 15:42     ` Maciej Fijalkowski
2025-08-13  0:34     ` [Intel-wired-lan] " Jason Xing
2025-08-13  0:34       ` Jason Xing
2025-08-13 18:08       ` [Intel-wired-lan] " Maciej Fijalkowski
2025-08-13 18:08         ` Maciej Fijalkowski
2025-08-14  0:33         ` [Intel-wired-lan] " Jason Xing
2025-08-14  0:33           ` Jason Xing
2025-08-12 20:44 ` [Intel-wired-lan] [PATCH iwl-net v2 0/3] ixgbe: xsk: a couple of changes for zerocopy Tony Nguyen
2025-08-12 20:44   ` Tony Nguyen
2025-08-12 23:38   ` [Intel-wired-lan] " Jason Xing
2025-08-12 23:38     ` Jason Xing

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.