netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2020-07-29
@ 2020-07-29 16:23 Tony Nguyen
  2020-07-29 16:23 ` [net-next 01/15] ice: Implement LFC workaround Tony Nguyen
                   ` (15 more replies)
  0 siblings, 16 replies; 19+ messages in thread
From: Tony Nguyen @ 2020-07-29 16:23 UTC (permalink / raw)
  To: davem; +Cc: Tony Nguyen, netdev, nhorman, sassmann, jeffrey.t.kirsher

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


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2020-07-29 20:16 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29 16:23 [net-next 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2020-07-29 Tony Nguyen
2020-07-29 16:23 ` [net-next 01/15] ice: Implement LFC workaround Tony Nguyen
2020-07-29 16:23 ` [net-next 02/15] ice: Fix link broken after GLOBR reset Tony Nguyen
2020-07-29 16:23 ` [net-next 03/15] ice: fix link event handling timing Tony Nguyen
2020-07-29 16:23 ` [net-next 04/15] ice: restore VF MSI-X state during PCI reset Tony Nguyen
2020-07-29 16:23 ` [net-next 05/15] ice: return correct error code from ice_aq_sw_rules Tony Nguyen
2020-07-29 16:26   ` Patil, Kiran
2020-07-29 16:23 ` [net-next 06/15] ice: fix overwriting TX/RX descriptor values when rebuilding VSI Tony Nguyen
2020-07-29 16:23 ` [net-next 07/15] ice: Add RL profile bit mask check Tony Nguyen
2020-07-29 16:23 ` [net-next 08/15] ice: Adjust scheduler default BW weight Tony Nguyen
2020-07-29 16:23 ` [net-next 09/15] ice: distribute Tx queues evenly Tony Nguyen
2020-07-29 16:24 ` [net-next 10/15] ice: need_wakeup flag might not be set for Tx Tony Nguyen
2020-07-29 16:24 ` [net-next 11/15] ice: Allow all VLANs in safe mode Tony Nguyen
2020-07-29 16:31   ` Creeley, Brett
2020-07-29 16:24 ` [net-next 12/15] ice: cleanup VSI on probe fail Tony Nguyen
2020-07-29 16:24 ` [net-next 13/15] ice: reduce scope of variable Tony Nguyen
2020-07-29 16:24 ` [net-next 14/15] ice: disable no longer needed workaround for FW logging Tony Nguyen
2020-07-29 16:24 ` [net-next 15/15] ice: fix unused parameter warning Tony Nguyen
2020-07-29 20:15 ` [net-next 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2020-07-29 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).