netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Two small fq_codel optimizations
@ 2019-08-03 23:37 Dave Taht
  2019-08-03 23:37 ` [PATCH net-next 1/2] Increase fq_codel count in the bulk dropper Dave Taht
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dave Taht @ 2019-08-03 23:37 UTC (permalink / raw)
  To: netdev; +Cc: Dave Taht

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(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-06 21:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-03 23:37 [PATCH net-next 0/2] Two small fq_codel optimizations Dave Taht
2019-08-03 23:37 ` [PATCH net-next 1/2] Increase fq_codel count in the bulk dropper Dave Taht
2019-08-03 23:37 ` [PATCH net-next 2/2] fq_codel: Kill useless per-flow dropped statistic Dave Taht
2019-08-06 21:18 ` [PATCH net-next 0/2] Two small fq_codel optimizations David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).