[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250930212352.2263907-1-sreedevi.joshi@intel.com>
Date: Tue, 30 Sep 2025 16:23:50 -0500
From: Sreedevi Joshi <sreedevi.joshi@...el.com>
To: sreedevi.joshi@...el.com,
intel-wired-lan@...ts.osuosl.org
Cc: netdev@...r.kernel.org
Subject: [PATCH v2 iwl-net 0/2] idpf: fix flow steering issues
Fix some issues in the recently added idpf flow steering
logic that cause ethtool functionality problems and memory
leak.
This series addresses:
- Memory leaks during module removal with active flow rules
- ethtool -n display errors due to incomplete flow spec storage
- Add logic to detect and reject duplicate filter entries at the same
location
Changes:
v2:
* patch2
Update commit message to add details of improved validation
sequence. (Simon Horman)
Thanks
Sreedevi
Erik Gabriel Carrillo (1):
idpf: fix issue with ethtool -n command display
Sreedevi Joshi (1):
idpf: fix memory leak of flow steer list on rmmod
drivers/net/ethernet/intel/idpf/idpf.h | 5 +-
.../net/ethernet/intel/idpf/idpf_ethtool.c | 72 +++++++++++++------
drivers/net/ethernet/intel/idpf/idpf_lib.c | 28 +++++++-
3 files changed, 80 insertions(+), 25 deletions(-)
--
2.25.1
Powered by blists - more mailing lists