netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3][pull request] 10GbE Intel Wired LAN Driver Updates 2022-03-08
@ 2022-03-08 17:11 Tony Nguyen
  2022-03-08 17:11 ` [PATCH net-next 1/3] ixgbe: add the ability for the PF to disable VF link state Tony Nguyen
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Tony Nguyen @ 2022-03-08 17:11 UTC (permalink / raw)
  To: davem, kuba; +Cc: Tony Nguyen, netdev

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.

The following are changes since commit d307eab593b283849c13703ca3fd6a5b3908d6f8:
  Merge branch 'net-phy-lan87xx-use-genphy_read_master_slave-function'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 10GbE

Slawomir Mrozowicz (3):
  ixgbe: add the ability for the PF to disable VF link state
  ixgbe: add improvement for MDD response functionality
  ixgbevf: add disable link state

 drivers/net/ethernet/intel/ixgbe/ixgbe.h      |   6 +
 .../net/ethernet/intel/ixgbe/ixgbe_ethtool.c  |  21 ++
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |  39 +++-
 drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.h  |   2 +
 .../net/ethernet/intel/ixgbe/ixgbe_sriov.c    | 207 ++++++++++++++----
 .../net/ethernet/intel/ixgbe/ixgbe_sriov.h    |   4 +-
 drivers/net/ethernet/intel/ixgbevf/ixgbevf.h  |   2 +
 .../net/ethernet/intel/ixgbevf/ixgbevf_main.c |  11 +-
 drivers/net/ethernet/intel/ixgbevf/mbx.h      |   2 +
 drivers/net/ethernet/intel/ixgbevf/vf.c       |  42 ++++
 drivers/net/ethernet/intel/ixgbevf/vf.h       |   1 +
 11 files changed, 291 insertions(+), 46 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2022-04-13  8:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-08 17:11 [PATCH net-next 0/3][pull request] 10GbE Intel Wired LAN Driver Updates 2022-03-08 Tony Nguyen
2022-03-08 17:11 ` [PATCH net-next 1/3] ixgbe: add the ability for the PF to disable VF link state Tony Nguyen
2022-03-08 17:11 ` [PATCH net-next 2/3] ixgbe: add improvement for MDD response functionality Tony Nguyen
2022-04-13  8:29   ` Ziyang Xuan (William)
2022-03-08 17:11 ` [PATCH net-next 3/3] ixgbevf: add disable link state Tony Nguyen
2022-03-09 10:50 ` [PATCH net-next 0/3][pull request] 10GbE Intel Wired LAN Driver Updates 2022-03-08 patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).