[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210316164254.3744059-1-anthony.l.nguyen@intel.com>
Date: Tue, 16 Mar 2021 09:42:51 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net, kuba@...nel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org,
sassmann@...hat.com, bjorn.topel@...el.com,
maciej.fijalkowski@...el.com, magnus.karlsson@...el.com
Subject: [PATCH net-next 0/3][pull request] 40GbE Intel Wired LAN Driver Updates 2021-03-16
This series contains updates to i40e, ixgbe, and ice drivers.
Magnus Karlsson says:
Optimize run_xdp_zc() for the XDP program verdict being XDP_REDIRECT
in the xsk zero-copy path. This path is only used when having AF_XDP
zero-copy on and in that case most packets will be directed to user
space. This provides around 100k extra packets in throughput on my
server when running l2fwd in xdpsock.
The following are changes since commit 2117fce81f6b862aac0673abe8df0c60dca64bfa:
Merge branch 'psample-Add-additional-metadata-attributes'
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 40GbE
Magnus Karlsson (3):
i40e: optimize for XDP_REDIRECT in xsk path
ixgbe: optimize for XDP_REDIRECT in xsk path
ice: optimize for XDP_REDIRECT in xsk path
drivers/net/ethernet/intel/i40e/i40e_xsk.c | 11 +++++++----
drivers/net/ethernet/intel/ice/ice_xsk.c | 12 ++++++++----
drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c | 11 +++++++----
3 files changed, 22 insertions(+), 12 deletions(-)
--
2.26.2
Powered by blists - more mailing lists