[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251118042228.381667-1-sreedevi.joshi@intel.com>
Date: Mon, 17 Nov 2025 22:22:25 -0600
From: Sreedevi Joshi <sreedevi.joshi@...el.com>
To: intel-wired-lan@...ts.osuosl.org
Cc: netdev@...r.kernel.org,
Sreedevi Joshi <sreedevi.joshi@...el.com>
Subject: [PATCH iwl-net 0/3] idpf: Fix issues in rxhash and rss lut logic
ethtool -K rxhash on/off and ethtool -x/-X related to setting up RSS LUT
indirection table have dependencies. There were some issues in the logic
that were resulting in NULL pointer issues and configuration constraints.
This series fixes these issues.
Sreedevi Joshi (3):
idpf: Fix RSS LUT NULL pointer crash on early ethtool operations
idpf: Fix RSS LUT configuration on down interfaces
idpf: Fix RSS LUT NULL ptr issue after soft reset
drivers/net/ethernet/intel/idpf/idpf.h | 2 -
.../net/ethernet/intel/idpf/idpf_ethtool.c | 17 ++--
drivers/net/ethernet/intel/idpf/idpf_lib.c | 91 +++++++++----------
drivers/net/ethernet/intel/idpf/idpf_txrx.c | 38 +++-----
drivers/net/ethernet/intel/idpf/idpf_txrx.h | 5 +-
.../net/ethernet/intel/idpf/idpf_virtchnl.c | 9 +-
6 files changed, 79 insertions(+), 83 deletions(-)
--
2.43.0
Powered by blists - more mailing lists