]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite874aab07c163c0f6d5f3a3d694f2741c0a20265
tree8f121d2c7aa27301640547cdaf16b2bcf95553f3
parentad2d6a151e8b827201d872cfd4513f96c98f6648
parent7baabd872ff88da71b8793e4eadcaccec511d884
Merge branch '100GbE' of git://git.kernel.org/pub/scm/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>