* parallelized this function, so drop lock for the > > Parallelizing? Else the sentence doesn't parse for me. :-)
Hi Sergei, In a separate series I parallelized device_shutdown(), see: http://lkml.kernel.org/r/[email protected] But, this particular patch should be dropped, as discussed in this thread: http://lkml.kernel.org/r/[email protected] Alexander Duyck, made a point that a generic RTNL scalability fix should be done. This particular patch might introduce a race, since it relies on assumption that RTNL is not needed in this place because ixgbe_close() does not have it, but Alexander Duyck, says that the callers of ixgbe_close() are assumed to own this lock. Thank you, Pavel
