[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211206183519.2733180-1-anthony.l.nguyen@intel.com>
Date: Mon, 6 Dec 2021 10:35:14 -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 v2 0/5][pull request] Intel Wired LAN Driver Updates 2021-12-06
This series contains updates to iavf and i40e drivers.
Mitch adds restoration of MSI state during reset for iavf.
Michal fixes checking and reporting of descriptor count changes to
communicate changes and/or issues for iavf.
Karen resolves an issue with failed handling of VF requests while a VF
reset is occurring for i40e.
Mateusz removes clearing of VF requested queue count when configuring
VF ADQ for i40e.
Norbert fixes a NULL pointer dereference that can occur when getting VSI
descriptors for i40e.
---
v2:
- Change successful descriptor change from info to debug.
- Drop patch 5; awaiting changes from author
The following are changes since commit 2be6d4d16a0849455a5c22490e3c5983495fed00:
net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zero
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE
Karen Sornek (1):
i40e: Fix failed opcode appearing if handling messages from VF
Mateusz Palczewski (1):
i40e: Fix pre-set max number of queues for VF
Michal Maloszewski (1):
iavf: Fix reporting when setting descriptor count
Mitch Williams (1):
iavf: restore MSI state on reset
Norbert Zulinski (1):
i40e: Fix NULL pointer dereference in i40e_dbg_dump_desc
.../net/ethernet/intel/i40e/i40e_debugfs.c | 8 ++
.../ethernet/intel/i40e/i40e_virtchnl_pf.c | 75 ++++++++++++-------
.../ethernet/intel/i40e/i40e_virtchnl_pf.h | 2 +
.../net/ethernet/intel/iavf/iavf_ethtool.c | 43 ++++++++---
drivers/net/ethernet/intel/iavf/iavf_main.c | 1 +
5 files changed, 91 insertions(+), 38 deletions(-)
--
2.31.1
Powered by blists - more mailing lists