From: Nishanth Devarajan
Date: Mon, 23 Jul 2018 19:37:41 +0530
> net/sched: add skbprio scheduler
Applied to net-next, thank you.
On Mon, Jul 23, 2018 at 7:07 AM Nishanth Devarajan 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
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 conceiv