ethernet: Allow netisr handler to run directly
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 24 Jul 2011 11:50:08 +0000 (19:50 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 24 Jul 2011 11:50:08 +0000 (19:50 +0800)
commitebe4c2aed5905a679fc6d17112e471f23bb804af
treed2f22a934c4dee62035bda10dd5eeb8481ce73c6
parent48242f4767c5268dbf0a23b3be42fafb34d7e25f
ethernet: Allow netisr handler to run directly

If the packet has already reach the correct netisr, we could simply call
the netisr handler instead of requeue the packet.
sys/net/if_ethersubr.c
sys/net/netisr.c
sys/net/netisr.h