[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200729162405.1596435-1-anthony.l.nguyen@intel.com>
Date: Wed, 29 Jul 2020 09:23:50 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org,
nhorman@...hat.com, sassmann@...hat.com,
jeffrey.t.kirsher@...el.com
Subject: [net-next 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2020-07-29
This series contains updates to the ice driver only.
Dave works around LFC settings not being preserved through link events.
Fixes link issues with GLOBR reset and handling of multiple link events.
Nick restores VF MSI-X after PCI reset.
Kiran corrects the error code returned in ice_aq_sw_rules if the rule
does not exist.
Paul prevents overwriting of user set descriptors.
Tarun adds masking before accessing rate limiting profile types and
corrects queue bandwidth configuration.
Victor modifies Tx queue scheduler distribution to spread more evenly
across queue group nodes.
Krzysztof sets need_wakeup flag for Tx AF_XDP.
Brett allows VLANs in safe mode.
Marcin cleans up VSIs on probe failure.
Bruce reduces the scope of a variable.
Ben removes a FW workaround.
Tony fixes an unused parameter warning.
The following are changes since commit 490ed0b908d371cd9ab63fc142213e5d02d810ee:
Merge branch 'net-stmmac-improve-WOL'
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 100GbE
Ben Shelton (1):
ice: disable no longer needed workaround for FW logging
Brett Creeley (1):
ice: Allow all VLANs in safe mode
Bruce Allan (1):
ice: reduce scope of variable
Dave Ertman (3):
ice: Implement LFC workaround
ice: Fix link broken after GLOBR reset
ice: fix link event handling timing
Kiran Patil (1):
ice: return correct error code from ice_aq_sw_rules
Krzysztof Kazimierczak (1):
ice: need_wakeup flag might not be set for Tx
Marcin Szycik (1):
ice: cleanup VSI on probe fail
Nick Nunley (1):
ice: restore VF MSI-X state during PCI reset
Paul M Stillwell Jr (1):
ice: fix overwriting TX/RX descriptor values when rebuilding VSI
Tarun Singh (2):
ice: Add RL profile bit mask check
ice: Adjust scheduler default BW weight
Tony Nguyen (1):
ice: fix unused parameter warning
Victor Raj (1):
ice: distribute Tx queues evenly
drivers/net/ethernet/intel/ice/ice_common.c | 48 ++++-
drivers/net/ethernet/intel/ice/ice_common.h | 3 +
drivers/net/ethernet/intel/ice/ice_controlq.c | 6 +-
drivers/net/ethernet/intel/ice/ice_dcb.c | 33 ----
drivers/net/ethernet/intel/ice/ice_dcb_lib.c | 6 +-
drivers/net/ethernet/intel/ice/ice_dcb_lib.h | 11 ++
drivers/net/ethernet/intel/ice/ice_lib.c | 10 +-
drivers/net/ethernet/intel/ice/ice_main.c | 185 ++++++++++++++++--
drivers/net/ethernet/intel/ice/ice_sched.c | 66 ++++++-
drivers/net/ethernet/intel/ice/ice_switch.c | 8 +-
drivers/net/ethernet/intel/ice/ice_txrx.c | 4 +-
drivers/net/ethernet/intel/ice/ice_type.h | 2 +-
.../net/ethernet/intel/ice/ice_virtchnl_pf.c | 30 +++
.../net/ethernet/intel/ice/ice_virtchnl_pf.h | 2 +
drivers/net/ethernet/intel/ice/ice_xsk.c | 10 +-
15 files changed, 346 insertions(+), 78 deletions(-)
--
2.26.2
Powered by blists - more mailing lists