mbox series

[net,0/8,pull,request] Intel Wired LAN Driver Updates 2025-01-24 (idpf, ice, iavf)

Message ID 20250124213213.1328775-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2025-01-24 (idpf, ice, iavf) | expand

Message

Tony Nguyen Jan. 24, 2025, 9:32 p.m. UTC
For idpf:

Emil adds memory barrier when accessing control queue descriptors and
restores call to idpf_vc_xn_shutdown() when resetting.

Manoj Vishwanathan expands transaction lock to properly protect xn->salt
value and adds additional debugging information.

Marco Leogrande converts workqueues to be unbound.

For ice:

Przemek fixes incorrect size use for array.

Mateusz removes reporting of invalid parameter and value.

For iavf:

Michal adjusts some VLAN changes to occur without a PF call to avoid
timing issues with the calls.

The following are changes since commit 15a901361ec3fb1c393f91880e1cbf24ec0a88bd:
  ipmr: do not call mr_mfc_uses_dev() for unres entries
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 200GbE

Emil Tantilov (2):
  idpf: add read memory barrier when checking descriptor done bit
  idpf: fix transaction timeouts on reset

Manoj Vishwanathan (2):
  idpf: Acquire the lock before accessing the xn->salt
  idpf: add more info during virtchnl transaction timeout/salt mismatch

Marco Leogrande (1):
  idpf: convert workqueues to unbound

Mateusz Polchlopek (1):
  ice: remove invalid parameter of equalizer

Michal Swiatkowski (1):
  iavf: allow changing VLAN state without calling PF

Przemek Kitszel (1):
  ice: fix ice_parser_rt::bst_key array size

 drivers/net/ethernet/intel/iavf/iavf_main.c   | 19 ++++++++++++--
 .../net/ethernet/intel/ice/ice_adminq_cmd.h   |  1 -
 drivers/net/ethernet/intel/ice/ice_ethtool.c  |  1 -
 drivers/net/ethernet/intel/ice/ice_ethtool.h  |  1 -
 drivers/net/ethernet/intel/ice/ice_parser.h   |  6 ++---
 .../net/ethernet/intel/ice/ice_parser_rt.c    | 12 ++++-----
 .../net/ethernet/intel/idpf/idpf_controlq.c   |  6 +++++
 drivers/net/ethernet/intel/idpf/idpf_main.c   | 15 +++++++----
 .../net/ethernet/intel/idpf/idpf_virtchnl.c   | 25 ++++++++++++++-----
 9 files changed, 59 insertions(+), 27 deletions(-)