aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
diff options
context:
space:
mode:
authorWojciech Drewek <wojciech.drewek@intel.com>2024-02-05 14:03:57 +0100
committerTony Nguyen <anthony.l.nguyen@intel.com>2024-02-12 10:12:42 -0800
commit500d0df5b4b2394a06b949bab05f7ed0242b9858 (patch)
tree20e0ee9af6e97a9fa7395fa4485ef2469e1f16fa /net/core/dev.c
parentice: Remove and readd netdev during devlink reload (diff)
downloadlinux-rng-500d0df5b4b2394a06b949bab05f7ed0242b9858.tar.xz
linux-rng-500d0df5b4b2394a06b949bab05f7ed0242b9858.zip
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 <wojciech.drewek@intel.com> Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel) Reviewed-by: Brett Creeley <brett.creeley@amd.com> Reviewed-by: Simon Horman <horms@kernel.org> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'net/core/dev.c')
0 files changed, 0 insertions, 0 deletions