On Mon, Sep 28, 2020 at 11:26:31PM +0300, Kamal Heib wrote: > Before this patch, the rtnl_link_ops are set only for ipoib network > devices that are created via the rtnl_link_ops->newlink() callback, this > patch fixes that by setting the rtnl_link_ops for all ipoib network > devices. Also, implement the dellink() callback to block users from > trying to remove the base ipoib network device while allowing it only > for child interfaces. Why? Jason