[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230620104351.6debe7f1@kernel.org>
Date: Tue, 20 Jun 2023 10:43:51 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Ido Schimmel <idosch@...dia.com>
Cc: Jiri Pirko <jiri@...nulli.us>, netdev@...r.kernel.org,
davem@...emloft.net, pabeni@...hat.com, edumazet@...gle.com,
petrm@...dia.com
Subject: Re: [RFC PATCH net-next 1/2] devlink: Hold a reference on parent
device
On Tue, 20 Jun 2023 10:05:23 +0300 Ido Schimmel wrote:
> On Tue, Jun 20, 2023 at 08:23:26AM +0200, Jiri Pirko wrote:
> > Mon, Jun 19, 2023 at 02:50:14PM CEST, idosch@...dia.com wrote:
> [...]
> >
> > Reviewed-by: Jiri Pirko <jiri@...dia.com>
>
> Thanks, but I was hoping to get feedback on how to solve the problem
> mentioned in the commit message :p
Do we need to hold the reference on the device until release?
I think you can release it in devlink_free().
The only valid fields for an unregistered devlink instance are:
- lock
- refcount
- index
And obviously unregistered devices can't be reloaded.
Powered by blists - more mailing lists