All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/7][pull request] 40GbE Intel Wired LAN Driver Updates 2022-01-06
@ 2022-01-06 21:32 Tony Nguyen
  2022-01-06 21:32 ` [PATCH net-next 1/7] i40e: Add ensurance of MacVlan resources for every trusted VF Tony Nguyen
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Tony Nguyen @ 2022-01-06 21:32 UTC (permalink / raw)
  To: davem, kuba; +Cc: Tony Nguyen, netdev, sassmann

This series contains updates to i40e and iavf drivers.

Karen limits per VF MAC filters so that one VF does not consume all
filters and adds bookkeeping of VF VLAN filters to properly remove them
for PF trunking for i40e.

Jedrzej reduces busy wait time for admin queue calls for i40e.

Mateusz updates firmware versions to reflect new supported NVM images
and renames an error to remove non-inclusive language for i40e.

Yang Li fixes a set but not used warning for i40e.

Jason Wang removes an unneeded variable for iavf.

The following are changes since commit 710ad98c363a66a0cd8526465426c5c5f8377ee0:
  veth: Do not record rx queue hint in veth_xmit
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 40GbE

Jason Wang (1):
  iavf: remove an unneeded variable

Jedrzej Jagielski (1):
  i40e: Minimize amount of busy-waiting during AQ send

Karen Sornek (2):
  i40e: Add ensurance of MacVlan resources for every trusted VF
  i40e: Add placeholder for ndo set VLANs

Mateusz Palczewski (2):
  i40e: Update FW API version
  i40e: Remove non-inclusive language

Yang Li (1):
  i40e: remove variables set but not used

 drivers/net/ethernet/intel/i40e/i40e_adminq.c |  29 +++-
 .../net/ethernet/intel/i40e/i40e_adminq_cmd.h |   4 +-
 drivers/net/ethernet/intel/i40e/i40e_common.c |  15 +-
 .../net/ethernet/intel/i40e/i40e_prototype.h  |  14 +-
 drivers/net/ethernet/intel/i40e/i40e_status.h |   2 +-
 .../ethernet/intel/i40e/i40e_virtchnl_pf.c    | 130 ++++++++++++++++--
 .../ethernet/intel/i40e/i40e_virtchnl_pf.h    |  10 ++
 drivers/net/ethernet/intel/iavf/iavf_adminq.c |   4 +-
 8 files changed, 168 insertions(+), 40 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2022-01-07 17:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-06 21:32 [PATCH net-next 0/7][pull request] 40GbE Intel Wired LAN Driver Updates 2022-01-06 Tony Nguyen
2022-01-06 21:32 ` [PATCH net-next 1/7] i40e: Add ensurance of MacVlan resources for every trusted VF Tony Nguyen
2022-01-06 21:32 ` [PATCH net-next 2/7] i40e: Add placeholder for ndo set VLANs Tony Nguyen
2022-01-07  4:32   ` Jakub Kicinski
2022-01-07 17:16     ` Nguyen, Anthony L
2022-01-07 17:28       ` Jakub Kicinski
2022-01-06 21:32 ` [PATCH net-next 3/7] i40e: Minimize amount of busy-waiting during AQ send Tony Nguyen
2022-01-06 21:32 ` [PATCH net-next 4/7] i40e: Update FW API version Tony Nguyen
2022-01-06 21:32 ` [PATCH net-next 5/7] i40e: Remove non-inclusive language Tony Nguyen
2022-01-06 21:33 ` [PATCH net-next 6/7] i40e: remove variables set but not used Tony Nguyen
2022-01-06 21:33 ` [PATCH net-next 7/7] iavf: remove an unneeded variable Tony Nguyen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.