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 Thanks, ozaki-r
