ifq: Factor out if_classq from altq_classq and use it for default ifq.
commite7d68516df704885cd43eeb98295502dccf0c435
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 29 Dec 2016 12:47:10 +0000 (29 20:47 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 7 Jan 2017 14:14:36 +0000 (7 22:14 +0800)
tree9d9e64cefaadb50edbbf58d96e60cec07605f295
parentb67dba3ccab1bc4d25acbc52e9251cd5846f580d
ifq: Factor out if_classq from altq_classq and use it for default ifq.

This reduces memory foot print for default ifq and could be used
by the upcoming "flow" of FQ-CoDel.
sys/net/altq/altq_classq.h
sys/net/altq/if_altq.h
sys/net/altq/if_classq.h [new file with mode: 0644]
sys/net/if.c