mbox series

[net,0/6,pull,request] Intel Wired LAN Driver Updates 2021-06-04

Message ID 20210604160816.3391716-1-anthony.l.nguyen@intel.com
Headers show
Series Intel Wired LAN Driver Updates 2021-06-04 | expand

Message

Tony Nguyen June 4, 2021, 4:08 p.m. UTC
This series contains updates to virtchnl header file and ice driver.

Brett fixes VF being unable to request a different number of queues then
allocated and adds clearing of VF_MBX_ATQLEN register for VF reset.

Haiyue handles error of rebuilding VF VSI during reset.

Paul fixes reporting of autoneg to use the PHY capabilities.

Dave allows LLDP packets without priority of TC_PRIO_CONTROL to be
transmitted.

Geert Uytterhoeven adds explicit padding to virtchnl_proto_hdrs
structure in the virtchnl header file.

The following are changes since commit 1a8024239dacf53fcf39c0f07fbf2712af22864f:
  virtio-net: fix for skb_over_panic inside big mode
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Brett Creeley (2):
  ice: Fix allowing VF to request more/less queues via virtchnl
  ice: Fix VFR issues for AVF drivers that expect ATQLEN cleared

Dave Ertman (1):
  ice: Allow all LLDP packets from PF to Tx

Geert Uytterhoeven (1):
  virtchnl: Add missing padding to virtchnl_proto_hdrs

Haiyue Wang (1):
  ice: handle the VF VSI rebuild failure

Paul Greenwalt (1):
  ice: report supported and advertised autoneg using PHY capabilities

 drivers/net/ethernet/intel/ice/ice_ethtool.c  | 51 +++----------------
 .../net/ethernet/intel/ice/ice_hw_autogen.h   |  1 +
 drivers/net/ethernet/intel/ice/ice_lib.c      |  2 +
 drivers/net/ethernet/intel/ice/ice_txrx.c     |  5 +-
 .../net/ethernet/intel/ice/ice_virtchnl_pf.c  | 19 ++++---
 include/linux/avf/virtchnl.h                  |  1 +
 6 files changed, 27 insertions(+), 52 deletions(-)