On Tue, Dec 16, 2014 at 7:14 PM, Ryota Ozaki <[email protected]> wrote: > Hi, > > I revised if_bridge to use pserialize, which also supports > executing bridge_input in both hw interrupt and softint > contexts. > > Once we migrate all network drivers to use softint-based > interrupt handling, we don't need such a solution. > However, the tasks will take long time to finish, so > I'm trying this approach to move forward. > > As usual, if_bridge without MPSAFE_NET should work as > it used to be. > > Here is a patch: http://www.netbsd.org/~ozaki-r/psz-bridge.diff
Updated. STP works as it used to be :) ozaki-r
