netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-06-09
@ 2022-06-09 16:26 Tony Nguyen
  2022-06-09 16:26 ` [PATCH net 1/4] i40e: Fix adding ADQ filter to TC0 Tony Nguyen
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Tony Nguyen @ 2022-06-09 16:26 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet; +Cc: Tony Nguyen, netdev, sassmann

This series contains updates to i40e and iavf drivers.

Grzegorz prevents addition of TC flower filters to TC0 and fixes queue
iteration for VF ADQ to number of actual queues for i40e.

Aleksandr prevents running of ethtool tests when device is being reset
for i40e.

Michal resolves an issue where iavf does not report its MAC address
properly.

The following are changes since commit 647df0d41b6bd8f4987dde6e8d8d0aba5b082985:
  net: amd-xgbe: fix clang -Wformat warning
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE

Aleksandr Loktionov (1):
  i40e: Fix call trace in setup_tx_descriptors

Grzegorz Szczurek (2):
  i40e: Fix adding ADQ filter to TC0
  i40e: Fix calculating the number of queue pairs

Michal Wilczynski (1):
  iavf: Fix issue with MAC address of VF shown as zero

 .../net/ethernet/intel/i40e/i40e_ethtool.c    | 25 +++++++++++++------
 drivers/net/ethernet/intel/i40e/i40e_main.c   |  5 ++++
 .../ethernet/intel/i40e/i40e_virtchnl_pf.c    |  2 +-
 drivers/net/ethernet/intel/iavf/iavf_main.c   |  2 +-
 4 files changed, 24 insertions(+), 10 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-06-13 12:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-09 16:26 [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-06-09 Tony Nguyen
2022-06-09 16:26 ` [PATCH net 1/4] i40e: Fix adding ADQ filter to TC0 Tony Nguyen
2022-06-11  5:08   ` Jakub Kicinski
2022-06-13 11:06     ` Jagielski, Jedrzej
2022-06-09 16:26 ` [PATCH net 2/4] i40e: Fix calculating the number of queue pairs Tony Nguyen
2022-06-09 16:26 ` [PATCH net 3/4] i40e: Fix call trace in setup_tx_descriptors Tony Nguyen
2022-06-09 16:26 ` [PATCH net 4/4] iavf: Fix issue with MAC address of VF shown as zero Tony Nguyen
2022-06-11  5:20 ` [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-06-09 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).