OSDN Git Service

Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next
authorDavid S. Miller <davem@davemloft.net>
Wed, 9 Mar 2022 10:39:29 +0000 (10:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Mar 2022 10:39:29 +0000 (10:39 +0000)
commitb57b44f7496a76cf881acd64defc1aeb39fbdbfe
treea4737dacfe04b68e3c1264b2e6f4872f8305c824
parentd82a6c5ef9dc0aab296936e1aa4ad28fd5162a55
parent443ebdd68b443ea0798c883e8aabf10d75268e92
Merge branch '10GbE' of git://git./linux/kernel/git/tnguy/next
-queue

Tony Nguyen says:

====================
10GbE Intel Wired LAN Driver Updates 2022-03-08

This series contains updates to ixgbe and ixgbevf drivers.

Slawomir adds an implementation for ndo_set_vf_link_state() to allow
for disabling of VF link state as well a mailbox implementation so
the VF can query the state. Additionally, for 82599, the option to
disable a VF after receiving several malicious driver detection (MDD)
events are encountered is added. For ixgbevf, the corresponding
implementation to query and report a disabled state is added.
====================

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