> 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? Thanks