RE: [EXTERNAL] Re: [patch rdma-next v4 1/2] net: mana: Change the function signature of mana_get_primary_netdev_rcu

From: Long Li
Date: Wed Mar 05 2025 - 18:29:37 EST


> On Wed, 5 Mar 2025 14:22:39 -0800 longli@xxxxxxxxxxxxxxxxx wrote:
> > + netdev_hold(ndev, NULL, GFP_ATOMIC);
>
> 😅️
>
> I asked you to use this API for the tracker functionality, obviously.
> Please don't pass NULL in.

Is it okay to put the tracker in another device? (it's not the same device as the event netdev where netdev_hold() is used)

Sorry I'm not clear about where to put the tracker.