[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220203215140.969227-1-anthony.l.nguyen@intel.com>
Date: Thu, 3 Feb 2022 13:51:33 -0800
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
Subject: [PATCH net-next 0/7][pull request] 40GbE Intel Wired LAN Driver Updates 2022-02-03
This series contains updates to the i40e client header file and driver.
Mateusz disables HW TC offload by default.
Joe Damato removes a no longer used statistic.
Jakub Kicinski removes an unused enum from the client header file.
Jedrzej changes some admin queue commands to occur under atomic context
and adds new functions for admin queue MAC VLAN filters to avoid a
potential race that could occur due storing results in a structure that
could be overwritten by the next admin queue call.
The following are changes since commit 9c30918925d7992a6d812b3aa7e026839723c78a:
Merge branch 'dsa-mv88e6xxx-phylink_generic_validate'
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 40GbE
Jakub Kicinski (1):
i40e: remove enum i40e_client_state
Jedrzej Jagielski (4):
i40e: Add sending commands in atomic context
i40e: Add new versions of send ASQ command functions
i40e: Add new version of i40e_aq_add_macvlan function
i40e: Fix race condition while adding/deleting MAC/VLAN filters
Joe Damato (1):
i40e: Remove unused RX realloc stat
Mateusz Palczewski (1):
i40e: Disable hw-tc-offload feature on driver load
drivers/net/ethernet/intel/i40e/i40e_adminq.c | 92 ++++++++++-
drivers/net/ethernet/intel/i40e/i40e_common.c | 155 +++++++++++++++---
.../net/ethernet/intel/i40e/i40e_debugfs.c | 3 +-
drivers/net/ethernet/intel/i40e/i40e_main.c | 29 ++--
.../net/ethernet/intel/i40e/i40e_prototype.h | 25 +++
drivers/net/ethernet/intel/i40e/i40e_txrx.h | 1 -
include/linux/net/intel/i40e_client.h | 10 --
7 files changed, 255 insertions(+), 60 deletions(-)
--
2.31.1
Powered by blists - more mailing lists