[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220106213301.11392-1-anthony.l.nguyen@intel.com>
Date: Thu, 6 Jan 2022 13:32:54 -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-01-06
This series contains updates to i40e and iavf drivers.
Karen limits per VF MAC filters so that one VF does not consume all
filters and adds bookkeeping of VF VLAN filters to properly remove them
for PF trunking for i40e.
Jedrzej reduces busy wait time for admin queue calls for i40e.
Mateusz updates firmware versions to reflect new supported NVM images
and renames an error to remove non-inclusive language for i40e.
Yang Li fixes a set but not used warning for i40e.
Jason Wang removes an unneeded variable for iavf.
The following are changes since commit 710ad98c363a66a0cd8526465426c5c5f8377ee0:
veth: Do not record rx queue hint in veth_xmit
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 40GbE
Jason Wang (1):
iavf: remove an unneeded variable
Jedrzej Jagielski (1):
i40e: Minimize amount of busy-waiting during AQ send
Karen Sornek (2):
i40e: Add ensurance of MacVlan resources for every trusted VF
i40e: Add placeholder for ndo set VLANs
Mateusz Palczewski (2):
i40e: Update FW API version
i40e: Remove non-inclusive language
Yang Li (1):
i40e: remove variables set but not used
drivers/net/ethernet/intel/i40e/i40e_adminq.c | 29 +++-
.../net/ethernet/intel/i40e/i40e_adminq_cmd.h | 4 +-
drivers/net/ethernet/intel/i40e/i40e_common.c | 15 +-
.../net/ethernet/intel/i40e/i40e_prototype.h | 14 +-
drivers/net/ethernet/intel/i40e/i40e_status.h | 2 +-
.../ethernet/intel/i40e/i40e_virtchnl_pf.c | 130 ++++++++++++++++--
.../ethernet/intel/i40e/i40e_virtchnl_pf.h | 10 ++
drivers/net/ethernet/intel/iavf/iavf_adminq.c | 4 +-
8 files changed, 168 insertions(+), 40 deletions(-)
--
2.31.1
Powered by blists - more mailing lists