On Wed, Aug 13, 2025 at 4:45 AM Tony Nguyen <[email protected]> wrote: > > On 8/12/2025 12:55 AM, Jason Xing wrote: > > Hi Jason, > > A procedural nit: > iwl-net is for net targeted patches and iwl-next for net-next patches; I > believe this should be for 'iwl-next'.
Hi Tony, I see. Thanks for reminding me. I will change the subject. (This series is built on top of the next-queue branch as you pointed out before.) Thanks, Jason > > Thanks, > Tony > > > From: Jason Xing <[email protected]> > > > > 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/[email protected]/ > > 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(-) > > >
