[PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2021-11-19
From: Tony Nguyen <anthony.l.nguyen@intel.com>
Date: 2021-11-19 18:14:03
This series contains updates to iavf driver only. Nitesh prevents user from changing interrupt settings when adaptive interrupt moderation is on. Jedrzej resolves a hang that occurred when interface was closed while a reset was occurring and fixes statistics to be updated when requested to prevent stale values. Brett adjusts driver to accommodate changes in supported VLAN features that could occur during reset and cause various errors to be reported. The following are changes since commit 0f296e782f21dc1c55475a3c107ac68ab09cc1cf: stmmac_pci: Fix underflow size in stmmac_rx and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE Brett Creeley (1): iavf: Fix VLAN feature flags after VFR Jedrzej Jagielski (2): iavf: Fix deadlock occurrence during resetting VF interface iavf: Fix refreshing iavf adapter stats on ethtool request Nitesh B Venkatesh (1): iavf: Prevent changing static ITR values if adaptive moderation is on drivers/net/ethernet/intel/iavf/iavf.h | 3 + .../net/ethernet/intel/iavf/iavf_ethtool.c | 33 +++++++++-- drivers/net/ethernet/intel/iavf/iavf_main.c | 58 ++++++++++++------- .../net/ethernet/intel/iavf/iavf_virtchnl.c | 47 ++++++++++++++- 4 files changed, 112 insertions(+), 29 deletions(-) -- 2.31.1