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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 28, 2025, 1 a.m. UTC | #1
Hello:

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

On Fri, 24 Jan 2025 13:32:02 -0800 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net,1/8] idpf: add read memory barrier when checking descriptor done bit
    https://git.kernel.org/netdev/net/c/396f0165672c
  - [net,2/8] idpf: fix transaction timeouts on reset
    https://git.kernel.org/netdev/net/c/137da75ba725
  - [net,3/8] idpf: Acquire the lock before accessing the xn->salt
    https://git.kernel.org/netdev/net/c/d15fe4edd7de
  - [net,4/8] idpf: convert workqueues to unbound
    https://git.kernel.org/netdev/net/c/9a5b021cb818
  - [net,5/8] idpf: add more info during virtchnl transaction timeout/salt mismatch
    https://git.kernel.org/netdev/net/c/d0ea9ebac3e7
  - [net,6/8] ice: fix ice_parser_rt::bst_key array size
    https://git.kernel.org/netdev/net/c/18625e26fefc
  - [net,7/8] ice: remove invalid parameter of equalizer
    https://git.kernel.org/netdev/net/c/c5cc2a27e04f
  - [net,8/8] iavf: allow changing VLAN state without calling PF
    https://git.kernel.org/netdev/net/c/ee7d79433d78

You are awesome, thank you!