mbox series

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

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

Message

Tony Nguyen April 12, 2024, 9:05 p.m. UTC
This series contains updates to ice driver only.

Lukasz removes unnecessary argument from ice_fdir_comp_rules().

Jakub adds support for ethtool 'ether' flow-type rules.

Jake moves setting of VF MSI-X value to initialization function and adds
tracking of VF relative MSI-X index.
---
v2:
- Add kdoc short description to ice_set_ether_flow_seg(); short
description and return value description to ice_set_fdir_vlan_seg().

v1: https://lore.kernel.org/netdev/20240411173846.157007-1-anthony.l.nguyen@intel.com/

The following are changes since commit 982a73c7c594d553a688353c6ae43560542c4cd2:
  Merge branch 'nfp-minor-improvements'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Jacob Keller (2):
  ice: set vf->num_msix in ice_initialize_vf_entry()
  ice: store VF relative MSI-X index in q_vector->vf_reg_idx

Jakub Buchocki (1):
  ice: Implement 'flow-type ether' rules

Lukasz Plachno (1):
  ice: Remove unnecessary argument from ice_fdir_comp_rules()

 drivers/net/ethernet/intel/ice/ice.h          |   3 +-
 drivers/net/ethernet/intel/ice/ice_base.c     |   3 +-
 .../net/ethernet/intel/ice/ice_ethtool_fdir.c | 140 +++++++++++++++++-
 drivers/net/ethernet/intel/ice/ice_fdir.c     | 111 ++++++++------
 drivers/net/ethernet/intel/ice/ice_fdir.h     |   5 +
 drivers/net/ethernet/intel/ice/ice_sriov.c    |  12 +-
 drivers/net/ethernet/intel/ice/ice_sriov.h    |   5 +-
 drivers/net/ethernet/intel/ice/ice_type.h     |   1 +
 drivers/net/ethernet/intel/ice/ice_vf_lib.c   |   5 +-
 drivers/net/ethernet/intel/ice/ice_virtchnl.c |  14 +-
 10 files changed, 231 insertions(+), 68 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 16, 2024, 11:20 a.m. UTC | #1
Hello:

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

On Fri, 12 Apr 2024 14:05:29 -0700 you wrote:
> This series contains updates to ice driver only.
> 
> Lukasz removes unnecessary argument from ice_fdir_comp_rules().
> 
> Jakub adds support for ethtool 'ether' flow-type rules.
> 
> Jake moves setting of VF MSI-X value to initialization function and adds
> tracking of VF relative MSI-X index.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/4] ice: Remove unnecessary argument from ice_fdir_comp_rules()
    https://git.kernel.org/netdev/net-next/c/0a66e9764304
  - [net-next,v2,2/4] ice: Implement 'flow-type ether' rules
    https://git.kernel.org/netdev/net-next/c/ae67389c5392
  - [net-next,v2,3/4] ice: set vf->num_msix in ice_initialize_vf_entry()
    https://git.kernel.org/netdev/net-next/c/c22f7dacb820
  - [net-next,v2,4/4] ice: store VF relative MSI-X index in q_vector->vf_reg_idx
    https://git.kernel.org/netdev/net-next/c/b80d01ef9aba

You are awesome, thank you!