> From: Neil Horman <nhor...@tuxdriver.com> > The team driver still seems > to be an outlier there though I think , in that it doesn't guarantee the > holding > of rtnl in its port add/delete paths.
Not seeing where this is the case in the team driver today? They were actually calling __netpoll_cleanup synchronously already. > It might be worth cleaning that up and simply replacing all the calls to > __netpoll_free_async with direct calls to __netpoll_cleanup. That would let > you eliminate the former function alltogether. I believe v2 accomplishes that, please review. -Deb