[PATCH net v2 0/5][pull request] Intel Wired LAN Driver Updates 2021-11-03
From: Tony Nguyen <anthony.l.nguyen@intel.com>
Date: 2021-11-03 16:39:09
This series contains updates to ice driver only. Brett fixes issues with promiscuous mode settings not being properly enabled and removes setting of VF antispoof along with promiscuous mode. He also ensures that VF Tx queues are always disabled and resolves a race between virtchnl handling and VF related ndo ops. Sylwester fixes an issue where a VF MAC could not be set to its primary MAC if the address is already present. --- v2: - Rebased The following are changes since commit 92f62485b3715882cd397b0cbd80a96d179b86d6: net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridge and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE Brett Creeley (4): ice: Fix VF true promiscuous mode ice: Remove toggling of antispoof for VF trusted promiscuous mode ice: Fix not stopping Tx queues for VFs ice: Fix race conditions between virtchnl handling and VF ndo ops Sylwester Dziedziuch (1): ice: Fix replacing VF hardware MAC to existing MAC filter drivers/net/ethernet/intel/ice/ice.h | 5 +- drivers/net/ethernet/intel/ice/ice_base.c | 2 +- .../net/ethernet/intel/ice/ice_virtchnl_pf.c | 141 ++++++++++-------- .../net/ethernet/intel/ice/ice_virtchnl_pf.h | 5 + 4 files changed, 82 insertions(+), 71 deletions(-) -- 2.31.1