[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20240209172539.GG1533412@kernel.org>
Date: Fri, 9 Feb 2024 17:25:39 +0000
From: Simon Horman <horms@...nel.org>
To: Wojciech Drewek <wojciech.drewek@...el.com>
Cc: intel-wired-lan@...ts.osuosl.org, netdev@...r.kernel.org,
jiri@...nulli.us, przemyslaw.kitszel@...el.com,
vadim.fedorenko@...ux.dev, paul.m.stillwell.jr@...el.com,
bcreeley@....com
Subject: Re: [PATCH iwl-next v5 2/2] ice: Fix debugfs with devlink reload
On Mon, Feb 05, 2024 at 02:03:57PM +0100, Wojciech Drewek wrote:
> 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@...el.com>
Reviewed-by: Simon Horman <horms@...nel.org>
Powered by blists - more mailing lists