netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4][pull request] Intel Wired LAN Driver Updates 2024-04-11 (ice)
@ 2024-04-11 17:38 Tony Nguyen
  2024-04-11 17:38 ` [PATCH net-next 1/4] ice: Remove unnecessary argument from ice_fdir_comp_rules() Tony Nguyen
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Tony Nguyen @ 2024-04-11 17:38 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev; +Cc: Tony Nguyen

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.

The following are changes since commit 0e36c21d7640ddbfa9233c692db905e0848c6f44:
  Merge branch mana-ib-flex of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git
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 | 138 +++++++++++++++++-
 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, 229 insertions(+), 68 deletions(-)

-- 
2.41.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-04-12 15:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-11 17:38 [PATCH net-next 0/4][pull request] Intel Wired LAN Driver Updates 2024-04-11 (ice) Tony Nguyen
2024-04-11 17:38 ` [PATCH net-next 1/4] ice: Remove unnecessary argument from ice_fdir_comp_rules() Tony Nguyen
2024-04-11 17:38 ` [PATCH net-next 2/4] ice: Implement 'flow-type ether' rules Tony Nguyen
2024-04-12  3:06   ` Jakub Kicinski
2024-04-12  9:41     ` Plachno, Lukasz
2024-04-12 15:40       ` Tony Nguyen
2024-04-11 17:38 ` [PATCH net-next 3/4] ice: set vf->num_msix in ice_initialize_vf_entry() Tony Nguyen
2024-04-11 17:38 ` [PATCH net-next 4/4] ice: store VF relative MSI-X index in q_vector->vf_reg_idx Tony Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).