Re: [RFC PATCH 12/12] net: sched: pfifo_fast new option to deque multiple pkts

2015-12-30 Thread John Fastabend
On 15-12-30 09:55 AM, John Fastabend wrote: > Now that pfifo_fast is using the alf_queue data structures we can > dequeue multiple skbs and save some overhead. > > This works because the bulk dequeue logic accepts skb lists already. > > Signed-off-by: John Fastabend

[RFC PATCH 12/12] net: sched: pfifo_fast new option to deque multiple pkts

2015-12-30 Thread John Fastabend
Now that pfifo_fast is using the alf_queue data structures we can dequeue multiple skbs and save some overhead. This works because the bulk dequeue logic accepts skb lists already. Signed-off-by: John Fastabend --- include/net/sch_generic.h |2 +-