Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
Tony Nguyen says: ==================== Intel Wired LAN Driver Updates 2025-01-24 (idpf, ice, iavf) 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. * '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue: iavf: allow changing VLAN state without calling PF ice: remove invalid parameter of equalizer ice: fix ice_parser_rt::bst_key array size idpf: add more info during virtchnl transaction timeout/salt mismatch idpf: convert workqueues to unbound idpf: Acquire the lock before accessing the xn->salt idpf: fix transaction timeouts on reset idpf: add read memory barrier when checking descriptor done bit ==================== Link: https://patch.msgid.link/20250124213213.1328775-1-anthony.l.nguyen@intel.com Signed-off-by:Jakub Kicinski <kuba@kernel.org>
Showing
- drivers/net/ethernet/intel/iavf/iavf_main.c 17 additions, 2 deletionsdrivers/net/ethernet/intel/iavf/iavf_main.c
- drivers/net/ethernet/intel/ice/ice_adminq_cmd.h 0 additions, 1 deletiondrivers/net/ethernet/intel/ice/ice_adminq_cmd.h
- drivers/net/ethernet/intel/ice/ice_ethtool.c 0 additions, 1 deletiondrivers/net/ethernet/intel/ice/ice_ethtool.c
- drivers/net/ethernet/intel/ice/ice_ethtool.h 0 additions, 1 deletiondrivers/net/ethernet/intel/ice/ice_ethtool.h
- drivers/net/ethernet/intel/ice/ice_parser.h 2 additions, 4 deletionsdrivers/net/ethernet/intel/ice/ice_parser.h
- drivers/net/ethernet/intel/ice/ice_parser_rt.c 5 additions, 7 deletionsdrivers/net/ethernet/intel/ice/ice_parser_rt.c
- drivers/net/ethernet/intel/idpf/idpf_controlq.c 6 additions, 0 deletionsdrivers/net/ethernet/intel/idpf/idpf_controlq.c
- drivers/net/ethernet/intel/idpf/idpf_main.c 10 additions, 5 deletionsdrivers/net/ethernet/intel/idpf/idpf_main.c
- drivers/net/ethernet/intel/idpf/idpf_virtchnl.c 19 additions, 6 deletionsdrivers/net/ethernet/intel/idpf/idpf_virtchnl.c
Loading
Please register or sign in to comment