On Wed, Jun 19, 2024 at 02:14:15PM +0000, Konstantin Taranov wrote: > > Yes, the thing is that probably we were supposed to move to > > ib_device_get_netdev() and don't invest time in mana_ib_get_netdev() > > helper at all. > > > > > I sure can fix it and use ib_device_get_netdev api. > > > > > > Should I send it to the rdma-next on the top of the latest commit? > > > > Yes, please. > > > > Hi Leon, > > While preparing the patch, I realized that ib_device_get_netdev is not public > and it is defined in core_priv.h. Should I move the declaration and export the symbol? Let's keep it as is for now. I will try to return to this task after we find a way to remove .get_netdev() callback from the drivers. Sorry for wasting your time. Thanks > > Thanks