This series contains updates to ice, i40e, ixgbe and igb drivers.

Magnus adjusts the return value for xsk allocation for ice. This fixes
reporting of napi work done and matches the behavior of other Intel NIC
drivers for xsk allocations.

Maciej moves storing of the rx_offset value to after the build_skb flag
is set as this flag affects the offset value for ice, i40e, and ixgbe.

Li RongQing resolves an issue where an Rx buffer can be reused
prematurely with XDP redirect for igb.

The following are changes since commit 7a1468ba0e02eee24ae1353e8933793a27198e20:
  net: phy: broadcom: Add power down exit reset state delay
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Li RongQing (1):
  igb: avoid premature Rx buffer reuse

Maciej Fijalkowski (3):
  i40e: move headroom initialization to i40e_configure_rx_ring
  ice: move headroom initialization to ice_setup_rx_ctx
  ixgbe: move headroom initialization to ixgbe_configure_rx_ring

Magnus Karlsson (1):
  ice: fix napi work done reporting in xsk path

 drivers/net/ethernet/intel/i40e/i40e_main.c   | 13 ++++++++++
 drivers/net/ethernet/intel/i40e/i40e_txrx.c   | 12 ----------
 drivers/net/ethernet/intel/ice/ice_base.c     | 24 +++++++++++++++++--
 drivers/net/ethernet/intel/ice/ice_txrx.c     | 17 -------------
 drivers/net/ethernet/intel/ice/ice_xsk.c      | 10 ++++----
 drivers/net/ethernet/intel/igb/igb_main.c     | 22 +++++++++++------
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |  3 ++-
 7 files changed, 57 insertions(+), 44 deletions(-)

-- 
2.26.2

Reply via email to