[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220308171155.408896-1-anthony.l.nguyen@intel.com>
Date: Tue, 8 Mar 2022 09:11:52 -0800
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net, kuba@...nel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org
Subject: [PATCH net-next 0/3][pull request] 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.
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
Powered by blists - more mailing lists