All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Xing <kerneljasonxing@gmail.com>
To: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, horms@kernel.org, andrew+netdev@lunn.ch,
	anthony.l.nguyen@intel.com, przemyslaw.kitszel@intel.com,
	sdf@fomichev.me, larysa.zaremba@intel.com,
	maciej.fijalkowski@intel.com
Cc: intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org,
	Jason Xing <kernelxing@tencent.com>
Subject: [Intel-wired-lan] [PATCH iwl-net v2 0/3] ixgbe: xsk: a couple of changes for zerocopy
Date: Tue, 12 Aug 2025 15:55:01 +0800	[thread overview]
Message-ID: <20250812075504.60498-1-kerneljasonxing@gmail.com> (raw)

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


WARNING: multiple messages have this Message-ID (diff)
From: Jason Xing <kerneljasonxing@gmail.com>
To: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, horms@kernel.org, andrew+netdev@lunn.ch,
	anthony.l.nguyen@intel.com, przemyslaw.kitszel@intel.com,
	sdf@fomichev.me, larysa.zaremba@intel.com,
	maciej.fijalkowski@intel.com
Cc: intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org,
	Jason Xing <kernelxing@tencent.com>
Subject: [PATCH iwl-net v2 0/3] ixgbe: xsk: a couple of changes for zerocopy
Date: Tue, 12 Aug 2025 15:55:01 +0800	[thread overview]
Message-ID: <20250812075504.60498-1-kerneljasonxing@gmail.com> (raw)

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


             reply	other threads:[~2025-08-12  7:55 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-12  7:55 Jason Xing [this message]
2025-08-12  7:55 ` [PATCH iwl-net v2 0/3] ixgbe: xsk: a couple of changes for zerocopy 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250812075504.60498-1-kerneljasonxing@gmail.com \
    --to=kerneljasonxing@gmail.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=kernelxing@tencent.com \
    --cc=kuba@kernel.org \
    --cc=larysa.zaremba@intel.com \
    --cc=maciej.fijalkowski@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=przemyslaw.kitszel@intel.com \
    --cc=sdf@fomichev.me \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.