netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2][pull request] 40GbE Intel Wired LAN Driver Updates 2022-05-09
@ 2022-05-09 17:35 Tony Nguyen
  2022-05-09 17:35 ` [PATCH net-next 1/2] i40e: Add VF VLAN pruning Tony Nguyen
  2022-05-09 17:35 ` [PATCH net-next 2/2] iavf: Add waiting for response from PF in set mac Tony Nguyen
  0 siblings, 2 replies; 5+ messages in thread
From: Tony Nguyen @ 2022-05-09 17:35 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet; +Cc: Tony Nguyen, netdev, sassmann

This series contains updates to i40e and iavf drivers.

Mateusz adds implementation for setting VF VLAN pruning to allow user to
specify visibility of VLAN tagged traffic to VFs for i40e. He also adds
waiting for result from PF for setting MAC address in iavf.

The following are changes since commit 9c095bd0d4c451d31d0fd1131cc09d3b60de815d:
  Merge branch 'hns3-next'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 40GbE

Mateusz Palczewski (2):
  i40e: Add VF VLAN pruning
  iavf: Add waiting for response from PF in set mac

 drivers/net/ethernet/intel/i40e/i40e.h        |   1 +
 .../net/ethernet/intel/i40e/i40e_ethtool.c    |   9 ++
 drivers/net/ethernet/intel/i40e/i40e_main.c   | 135 +++++++++++++++++-
 .../ethernet/intel/i40e/i40e_virtchnl_pf.c    |   8 +-
 drivers/net/ethernet/intel/iavf/iavf.h        |   7 +-
 drivers/net/ethernet/intel/iavf/iavf_main.c   | 123 +++++++++++++---
 .../net/ethernet/intel/iavf/iavf_virtchnl.c   |  61 +++++++-
 7 files changed, 317 insertions(+), 27 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-05-11 10:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-09 17:35 [PATCH net-next 0/2][pull request] 40GbE Intel Wired LAN Driver Updates 2022-05-09 Tony Nguyen
2022-05-09 17:35 ` [PATCH net-next 1/2] i40e: Add VF VLAN pruning Tony Nguyen
2022-05-09 17:35 ` [PATCH net-next 2/2] iavf: Add waiting for response from PF in set mac Tony Nguyen
2022-05-11  2:09   ` Jakub Kicinski
2022-05-11 10:09     ` Palczewski, Mateusz

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).