OSDN Git Service

Merge branch 'fq_codel-small-optimizations'
authorDavid S. Miller <davem@davemloft.net>
Tue, 6 Aug 2019 21:18:20 +0000 (14:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Aug 2019 21:18:20 +0000 (14:18 -0700)
commit2af8cfac2b4081970df6747257dfb05458b34a88
tree4d531856b44e1006de75fd65387e8602aa694352
parentb8fb640643fcdb3bca84137c4cec0c649b25e056
parent77ddaff218fc505f6930a2bf3e4eec2ff74255f5
Merge branch 'fq_codel-small-optimizations'

Dave Taht says:

====================
Two small fq_codel optimizations

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>
Signed-off-by: David S. Miller <davem@davemloft.net>