On Mon, Jul 9, 2018 at 11:18 AM Michel Machado <mic...@digirati.com.br> wrote: > 3. The queues of sch_prio.c are struct Qdisc, which don't have a > method to drop at its tail.
This isn't true, you can install a qdisc which drops at tail as its child qdisc, you can install different qdiscs for different children too if you really want. The control is on you, sch_prio is simply a wrapper.