- Defer deep copyout which happens in bridge_ioctl_{gifs,rts}(), so that
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 15 Nov 2008 04:50:23 +0000 (04:50 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 15 Nov 2008 04:50:23 +0000 (04:50 +0000)
commit2d4d3c93f37371f9e49da619be09049bd0e54672
treeeb6e2d52278fb657fb96221ff04c90145841e20b
parent05d75b5d738c9424eb49804e53b52fe301106280
- Defer deep copyout which happens in bridge_ioctl_{gifs,rts}(), so that
  all bridge "get" ioctls could be dispatched to BRIDGE_CFGPORT.
  This could ease upcoming bridge_input parallelizing.
- Change the handling of ifbac_len==0 in bridge_ioctl_rts() a little bit
  to match bridge_ioctl_gifs()
sys/net/bridge/if_bridge.c