diff options
| author | Wojciech Drewek <[email protected]> | 2024-02-05 14:03:57 +0100 |
|---|---|---|
| committer | Tony Nguyen <[email protected]> | 2024-02-12 10:12:42 -0800 |
| commit | 500d0df5b4b2394a06b949bab05f7ed0242b9858 (patch) | |
| tree | 20e0ee9af6e97a9fa7395fa4485ef2469e1f16fa /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 41cc4e53934c30f1cf7745c257154e538c78a1f5 (diff) | |
ice: Fix debugfs with devlink reload
During devlink reload it is needed to remove debugfs entries
correlated with only one PF. ice_debugfs_exit() removes all
entries created by ice driver so we can't use it.
Introduce ice_debugfs_pf_deinit() in order to release PF's
debugfs entries. Move ice_debugfs_exit() call to ice_module_exit(),
it makes more sense since ice_debugfs_init() is called in
ice_module_init() and not in ice_probe().
Signed-off-by: Wojciech Drewek <[email protected]>
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
Reviewed-by: Brett Creeley <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions