All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2021-02-22
@ 2021-02-22 23:58 Tony Nguyen
  2021-02-22 23:58 ` [PATCH net 1/5] ice: report correct max number of TCs Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tony Nguyen @ 2021-02-22 23:58 UTC (permalink / raw)
  To: davem, kuba; +Cc: Tony Nguyen, netdev, sassmann

This series contains updates to ice driver only.

Dave corrects reporting of max TCs to use the value from hardware
capabilities and setting of DCBx capability bits when changing between
SW and FW LLDP.

Brett fixes trusted VF multicast promiscuous not receiving expected
packets and corrects VF max packet size when a port VLAN is configured.

Henry updates available RSS queues following a change in channel count
with a user defined LUT.

The following are changes since commit 3a2eb515d1367c0f667b76089a6e727279c688b8:
  octeontx2-af: Fix an off by one in rvu_dbg_qsize_write()
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: Set trusted VF as default VSI when setting allmulti on
  ice: Account for port VLAN in VF max packet size calculation

Dave Ertman (2):
  ice: report correct max number of TCs
  ice: Fix state bits on LLDP mode switch

Henry Tieman (1):
  ice: update the number of available RSS queues

 drivers/net/ethernet/intel/ice/ice.h          |  2 --
 drivers/net/ethernet/intel/ice/ice_dcb_nl.c   |  6 +++-
 drivers/net/ethernet/intel/ice/ice_ethtool.c  | 34 +++++++++++++-----
 .../net/ethernet/intel/ice/ice_virtchnl_pf.c  | 35 +++++++++++++++++--
 4 files changed, 64 insertions(+), 13 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2021-02-24 16:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-22 23:58 [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2021-02-22 Tony Nguyen
2021-02-22 23:58 ` [PATCH net 1/5] ice: report correct max number of TCs Tony Nguyen
2021-02-22 23:58 ` [PATCH net 2/5] ice: Set trusted VF as default VSI when setting allmulti on Tony Nguyen
2021-02-22 23:58 ` [PATCH net 3/5] ice: Account for port VLAN in VF max packet size calculation Tony Nguyen
2021-02-22 23:58 ` [PATCH net 4/5] ice: Fix state bits on LLDP mode switch Tony Nguyen
2021-02-22 23:58 ` [PATCH net 5/5] ice: update the number of available RSS queues Tony Nguyen
2021-02-24 16:50 ` [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2021-02-22 patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.