Re: [PATCH net-next] net: sched: use pfifo_fast for non real queues

2016-03-03 Thread David Miller
From: Eric Dumazet Date: Wed, 2 Mar 2016 08:21:43 -0800 > Some devices declare a high number of TX queues, then set a much > lower real_num_tx_queues > > This cause setups using fq_codel, sfq or fq as the default qdisc to consume > more memory than really needed. > >

[PATCH net-next] net: sched: use pfifo_fast for non real queues

2016-03-02 Thread Eric Dumazet
Some devices declare a high number of TX queues, then set a much lower real_num_tx_queues This cause setups using fq_codel, sfq or fq as the default qdisc to consume more memory than really needed. Signed-off-by: Eric Dumazet --- include/net/sch_generic.h | 6 ++