mbox series

[net-next,0/3,pull,request] Intel Wired LAN Driver Updates 2024-03-06 (iavf, i40e, ixgbe)

Message ID 20240306215615.970308-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2024-03-06 (iavf, i40e, ixgbe) | expand

Message

Tony Nguyen March 6, 2024, 9:56 p.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 8, 2024, 11:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Tony Nguyen <anthony.l.nguyen@intel.com>:

On Wed,  6 Mar 2024 13:56:10 -0800 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] iavf: drop duplicate iavf_{add|del}_cloud_filter() calls
    https://git.kernel.org/netdev/net-next/c/c49172f7a8cf
  - [net-next,2/3] i40e: remove unnecessary qv_info ptr NULL checks
    https://git.kernel.org/netdev/net-next/c/60e4caf36b88
  - [net-next,3/3] ixgbe: pull out stats update to common routines
    https://git.kernel.org/netdev/net-next/c/836aeaf73aa1

You are awesome, thank you!