Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorDavid S. Miller <davem@davemloft.net>
Mon, 1 Nov 2021 13:05:20 +0000 (13:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Nov 2021 13:05:20 +0000 (13:05 +0000)
commitebed1cf5b8acbfc963a63a342a106700103e181b
tree8f121d2c7aa27301640547cdaf16b2bcf95553f3
parent06f1ecd433708f166f174920b9a785e831bb4f25
parent605ca7c5c670762e36ccb475cfa089d7ad0698e0
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
100GbE Intel Wired LAN Driver Updates 2021-10-29

This series contains updates to ice and iavf drivers and virtchnl header
file.

Brett removes vlan_promisc argument from a function call for ice driver.
In the virtchnl header file he removes an unused, reserved define and
converts raw value defines to instead use the BIT macro.

Marcin adds syncing of MAC addresses when creating switchdev VFs to
remove error messages on link up and stops showing buffer information
for port representors to remove duplicated entries being displayed for
ice driver.

Karen introduces a helper to go from pci_dev to iavf_adapter in the
iavf driver.

Przemyslaw fixes an issue where iavf was attempting to free IRQs before
calling disable.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>