[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220906215606.3501995-1-anthony.l.nguyen@intel.com>
Date: Tue, 6 Sep 2022 14:56:03 -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
Subject: [PATCH net-next 0/3][pull request] Intel Wired LAN Driver Updates 2022-09-06 (i40e, iavf)
This series contains updates to i40e and iavf drivers.
Stanislaw adds support for new device id for i40e.
Jaroslaw tidies up some code around MSI-X configuration by adding/
reworking comments and introducing a couple of macros for i40e.
Michal resolves some races around reset and close by deferring and deleting
some pending AdminQ operations and reworking filter additions and deletions
during these operations for iavf.
The following are changes since commit 03fdb11da92fde0bdc0b6e9c1c642b7414d49e8d:
net: moxa: fix endianness-related issues from 'sparse'
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 40GbE
Jaroslaw Gawin (1):
i40e: add description and modify interrupts configuration procedure
Michal Jaron (1):
iavf: Fix race between iavf_close and iavf_reset_task
Stanislaw Grzeszczak (1):
i40e: Add basic support for I710 devices
drivers/net/ethernet/intel/i40e/i40e.h | 14 ++
drivers/net/ethernet/intel/i40e/i40e_common.c | 3 +
drivers/net/ethernet/intel/i40e/i40e_devids.h | 4 +-
drivers/net/ethernet/intel/i40e/i40e_main.c | 35 ++--
drivers/net/ethernet/intel/iavf/iavf_main.c | 177 ++++++++++++++----
5 files changed, 175 insertions(+), 58 deletions(-)
--
2.35.1
Powered by blists - more mailing lists