mbox series

[net-next,0/2] Two small fq_codel optimizations

Message ID 1564875449-12122-1-git-send-email-dave.taht@gmail.com
Headers show
Series Two small fq_codel optimizations | expand

Message

Dave Taht Aug. 3, 2019, 11:37 p.m. UTC
These two patches improve fq_codel performance 
under extreme network loads. The first patch 
more rapidly escalates the codel count under
overload, the second just kills a totally useless
statistic. 

(sent together because they'd otherwise conflict)

Signed-off-by: Dave Taht <dave.taht@gmail.com>

Dave Taht (2):
  Increase fq_codel count in the bulk dropper
  fq_codel: Kill useless per-flow dropped statistic

 net/sched/sch_fq_codel.c | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Comments

David Miller Aug. 6, 2019, 9:18 p.m. UTC | #1
From: Dave Taht <dave.taht@gmail.com>
Date: Sat,  3 Aug 2019 16:37:27 -0700

> These two patches improve fq_codel performance 
> under extreme network loads. The first patch 
> more rapidly escalates the codel count under
> overload, the second just kills a totally useless
> statistic. 
> 
> (sent together because they'd otherwise conflict)
> 
> Signed-off-by: Dave Taht <dave.taht@gmail.com>

Series applied.