[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210604160816.3391716-1-anthony.l.nguyen@intel.com>
Date: Fri, 4 Jun 2021 09:08:10 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net, kuba@...nel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org,
sassmann@...hat.com
Subject: [PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2021-06-04
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(-)
--
2.26.2
Powered by blists - more mailing lists