summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorChenguang Zhao <zhaochenguang@kylinos.cn>2026-07-13 17:19:11 +0800
committerJakub Kicinski <kuba@kernel.org>2026-07-21 12:23:58 -0700
commitecaa37826340520664a4e5522f803ff48fc3f564 (patch)
tree05bc36c5d0a70e3d21d04051252566e28dd7f585 /tools/perf/scripts/python
parent9c805e592a29be9e4e61ff1bd567da04aa8fd6f9 (diff)
net: txgbe: fix FDIR filter leak on remove
Perfect FDIR filters can be added while the interface is down and are kept on the software list for later restore. unregister_netdev() only calls ndo_stop when the device is up, so txgbe_fdir_filter_exit() in txgbe_close() is skipped in that case and the filters are leaked on driver remove. Free the filter list from txgbe_remove() as well. Fixes: 4bdb441105dc ("net: txgbe: support Flow Director perfect filters") Signed-off-by: Chenguang Zhao <zhaochenguang@kylinos.cn> Reviewed-by: Jacob Keller <jacob.e.keller@intel.com> Link: https://patch.msgid.link/20260713091911.1614795-1-chenguang.zhao@linux.dev Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions