[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240306215615.970308-1-anthony.l.nguyen@intel.com>
Date: Wed, 6 Mar 2024 13:56:10 -0800
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-next 0/3][pull request] Intel Wired LAN Driver Updates 2024-03-06 (iavf, i40e, ixgbe)
This series contains updates to iavf, i40e, and ixgbe drivers.
Alexey Kodanev removes duplicate calls related to cloud filters on iavf
and unnecessary null checks on i40e.
Maciej adds helper functions for common code relating to updating
statistics for ixgbe.
The following are changes since commit eeb78df4063c0b162324a9408ef573b24791871f:
inet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERT
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 40GbE
Alexey Kodanev (2):
iavf: drop duplicate iavf_{add|del}_cloud_filter() calls
i40e: remove unnecessary qv_info ptr NULL checks
Maciej Fijalkowski (1):
ixgbe: pull out stats update to common routines
drivers/net/ethernet/intel/i40e/i40e_client.c | 4 --
.../ethernet/intel/i40e/i40e_virtchnl_pf.c | 4 --
drivers/net/ethernet/intel/iavf/iavf_main.c | 9 ----
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 54 ++++++++++++++-----
.../ethernet/intel/ixgbe/ixgbe_txrx_common.h | 7 +++
drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c | 17 ++----
6 files changed, 53 insertions(+), 42 deletions(-)
--
2.41.0
Powered by blists - more mailing lists