mbox series

[net-next,0/4,pull,request] Intel Wired LAN Driver Updates 2024-05-06 (ice)

Message ID 20240506170827.948682-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2024-05-06 (ice) | expand

Message

Tony Nguyen May 6, 2024, 5:08 p.m. UTC
This series contains updates to ice driver only.

Paul adds support for additional E830 devices and adjusts naming for
existing E830 devices.

Marcin commonizes a couple of TC setup calls to reduce duplicated code.

Mateusz adds ice_vsi_cfg_params into ice_vsi to consolidate info.

The following are changes since commit 8c4e4798123fd8e0c55e48e49db0f24287c18def:
  Merge branch 'add-tcp-fraglist-gro-support'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Marcin Szycik (1):
  ice: Deduplicate tc action setup

Mateusz Polchlopek (1):
  ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsi

Paul Greenwalt (2):
  ice: add additional E830 device ids
  ice: update E830 device ids and comments

 .../net/ethernet/intel/ice/devlink/devlink.c  |  6 +-
 drivers/net/ethernet/intel/ice/ice.h          | 14 +++--
 drivers/net/ethernet/intel/ice/ice_common.c   | 14 +++--
 drivers/net/ethernet/intel/ice/ice_devids.h   | 22 ++++++--
 drivers/net/ethernet/intel/ice/ice_lib.c      | 33 ++++-------
 drivers/net/ethernet/intel/ice/ice_lib.h      | 39 +------------
 drivers/net/ethernet/intel/ice/ice_main.c     | 22 +++++---
 drivers/net/ethernet/intel/ice/ice_sriov.c    |  2 +-
 drivers/net/ethernet/intel/ice/ice_tc_lib.c   | 56 +++++--------------
 drivers/net/ethernet/intel/ice/ice_vf_lib.c   |  8 +--
 10 files changed, 82 insertions(+), 134 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 8, 2024, 2:30 a.m. UTC | #1
Hello:

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

On Mon,  6 May 2024 10:08:21 -0700 you wrote:
> This series contains updates to ice driver only.
> 
> Paul adds support for additional E830 devices and adjusts naming for
> existing E830 devices.
> 
> Marcin commonizes a couple of TC setup calls to reduce duplicated code.
> 
> [...]

Here is the summary with links:
  - [net-next,1/4] ice: add additional E830 device ids
    https://git.kernel.org/netdev/net-next/c/4fd104018cb8
  - [net-next,2/4] ice: update E830 device ids and comments
    https://git.kernel.org/netdev/net-next/c/a8e682f03748
  - [net-next,3/4] ice: Deduplicate tc action setup
    https://git.kernel.org/netdev/net-next/c/c5e6bd977d7e
  - [net-next,4/4] ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsi
    https://git.kernel.org/netdev/net-next/c/deea427ffc0b

You are awesome, thank you!