svn commit: r296909 - head/sys/ofed/drivers/infiniband/ulp/ipoib

Adrian Chadd adrian.chadd at gmail.com
Wed Mar 16 22:37:11 UTC 2016


I've fought this problem in USB drivers. Ideally you'd also have the
detach path /also/ take said lock and drain anyone currently doing
anything active (tx, rx, ioctls, net80211 methods, etc) to completion
before continuing.

A lot of drivers don't do this very well, or at all.



-adrian


More information about the svn-src-all mailing list