[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220607175506.696671-1-anthony.l.nguyen@intel.com>
Date: Tue, 7 Jun 2022 10:55:04 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
edumazet@...gle.com
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org,
sassmann@...hat.com
Subject: [PATCH net-next v2 0/2][pull request] 40GbE Intel Wired LAN Driver Updates 2022-06-07
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.
---
v2: Rewrote some code to avoid passing a value as a condition (patch 2)
The following are changes since commit ba36c5b7ac9399a8dc521c44ece72db43d192f9b:
Merge branch 'reorganize-the-code-of-the-enum-skb_drop_reason'
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 | 127 +++++++++++++---
.../net/ethernet/intel/iavf/iavf_virtchnl.c | 61 +++++++-
7 files changed, 321 insertions(+), 27 deletions(-)
--
2.35.1
Powered by blists - more mailing lists