[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210603165923.1918030-1-anthony.l.nguyen@intel.com>
Date: Thu, 3 Jun 2021 09:59:15 -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, maciej.fijalkowski@...el.com,
magnus.karlsson@...el.com
Subject: [PATCH net 0/8][pull request] Intel Wired LAN Driver Updates 2021-06-03
This series contains updates to igb, igc, ixgbe, ixgbevf, i40e and ice
drivers.
Kurt Kanzenbach fixes XDP for igb when PTP is enabled by pulling the
timestamp and adjusting appropriate values prior to XDP operations.
Magnus adds missing exception tracing for XDP on igb, igc, ixgbe,
ixgbevf, i40e and ice drivers.
Maciej adds tracking of AF_XDP zero copy enabled queues to resolve an
issue with copy mode Tx for the ice driver.
Note: Patch 7 will conflict when merged with net-next. Please carry
these changes forward. IGC_XDP_TX and IGC_XDP_REDIRECT will need to be
changed to return to conform with the net-next changes. Let me know if
you have issues.
The following are changes since commit ab00f3e051e851a8458f0d0eb1bb426deadb6619:
net: stmmac: fix issue where clk is being unprepared twice
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 1GbE
Kurt Kanzenbach (1):
igb: Fix XDP with PTP enabled
Maciej Fijalkowski (1):
ice: track AF_XDP ZC enabled queues in bitmap
Magnus Karlsson (6):
i40e: add correct exception tracing for XDP
ice: add correct exception tracing for XDP
ixgbe: add correct exception tracing for XDP
igb: add correct exception tracing for XDP
ixgbevf: add correct exception tracing for XDP
igc: add correct exception tracing for XDP
drivers/net/ethernet/intel/i40e/i40e_txrx.c | 7 ++-
drivers/net/ethernet/intel/i40e/i40e_xsk.c | 8 ++-
drivers/net/ethernet/intel/ice/ice.h | 8 ++-
drivers/net/ethernet/intel/ice/ice_lib.c | 10 ++++
drivers/net/ethernet/intel/ice/ice_txrx.c | 12 +++-
drivers/net/ethernet/intel/ice/ice_xsk.c | 11 +++-
drivers/net/ethernet/intel/igb/igb.h | 2 +-
drivers/net/ethernet/intel/igb/igb_main.c | 55 +++++++++++--------
drivers/net/ethernet/intel/igb/igb_ptp.c | 23 ++++----
drivers/net/ethernet/intel/igc/igc_main.c | 11 ++--
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 16 +++---
drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c | 14 +++--
.../net/ethernet/intel/ixgbevf/ixgbevf_main.c | 3 +
13 files changed, 112 insertions(+), 68 deletions(-)
--
2.26.2
Powered by blists - more mailing lists