CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/26 09:50:59
Modified files:
sbin/pfctl : pfctl.c pfctl_queue.c
sys/net : hfsc.c hfsc.h
usr.bin/systat : pftop.c
Log message:
Perform H-FSC root queue allocation in the kernel
Since only leaf queues can have packets assigned to them,
H-FSC requires the user specified root queue to have a
parent. To simplify userland tools and the configuration
interface, the kernel can be leveraged to set it up.
ok henning
