On Mon, Jul 23, 2018 at 7:07 AM Nishanth Devarajan <ndev2...@gmail.com> wrote: > > net/sched: add skbprio scheduler > > Skbprio (SKB Priority Queue) is a queueing discipline that prioritizes packets > according to their skb->priority field. Under congestion, already-enqueued > lower > priority packets will be dropped to make space available for higher priority > packets. Skbprio was conceived as a solution for denial-of-service defenses > that > need to route packets with different priorities as a means to overcome DoS > attacks. > > v5 > *Do not reference qdisc_dev(sch)->tx_queue_len for setting limit. Instead set > default sch->limit to 64.
Overall, it looks much better now! Acked-by: Cong Wang <xiyou.wangc...@gmail.com> Thanks the update!