[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230911202715.147400-1-anthony.l.nguyen@intel.com>
Date: Mon, 11 Sep 2023 13:27:13 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net,
kuba@...nel.org,
pabeni@...hat.com,
edumazet@...gle.com,
netdev@...r.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>
Subject: [PATCH net v2 0/2][pull request] Intel Wired LAN Driver Updates 2023-09-11 (i40e, iavf)
This series contains updates to i40e and iavf drivers.
Andrii ensures all VSIs are cleaned up for remove in i40e.
Brett reworks logic for setting promiscuous mode that can, currently, cause
incorrect states on iavf.
---
v2:
- Remove redundant i40e_vsi_free_q_vectors() and kfree() calls (patch 1)
v1: https://lore.kernel.org/netdev/20230905180521.887861-1-anthony.l.nguyen@intel.com/
The following are changes since commit 5a124b1fd3e6cb15a943f0cdfe96aa8f6d3d2f39:
net: ethernet: mtk_eth_soc: fix pse_port configuration for MT7988
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE
Andrii Staikov (1):
i40e: fix potential memory leaks in i40e_remove()
Brett Creeley (1):
iavf: Fix promiscuous mode configuration flow messages
drivers/net/ethernet/intel/i40e/i40e_main.c | 10 ++-
drivers/net/ethernet/intel/iavf/iavf.h | 16 ++--
drivers/net/ethernet/intel/iavf/iavf_main.c | 43 +++++------
.../net/ethernet/intel/iavf/iavf_virtchnl.c | 75 ++++++++++++-------
4 files changed, 81 insertions(+), 63 deletions(-)
--
2.38.1
Powered by blists - more mailing lists