netisr: Add priority for netisr "rollup" functions
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 18 Dec 2012 13:47:39 +0000 (21:47 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 18 Dec 2012 13:47:39 +0000 (21:47 +0800)
commit239bdb5805d6a060bace14ece02aadd5f16b2fba
tree284fc71b148b8f4fc733eb6ed7cd7241f902a91d
parentfa7903f3f66f94f0ce06388a920a75b878126447
netisr: Add priority for netisr "rollup" functions

Higher priority "rollup" will be run first.  This mechanism auguments
the original "rollup" functionality which now could be used to implement
things like transmission packets aggregation and software TCP LRO.
sys/net/if.c
sys/net/netisr.c
sys/net/netisr.h
sys/netinet/tcp_subr.c