]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'pie-next'
authorDavid S. Miller <davem@davemloft.net>
Mon, 25 Feb 2019 22:21:03 +0000 (14:21 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Feb 2019 22:21:03 +0000 (14:21 -0800)
commita46e539e04a30c30a3062746ec740e2e21b01f38
tree4db1e8ce7c4371a5d4280dccce7feba649082688
parent926bd10e9d64bd852c9c3c043e29be3eec87d9ee
parent74b0a820779e63b7b836610d74b28c4b6a3389da
Merge branch 'pie-next'

Leslie Monis says:

====================
net: sched: pie: align PIE implementation with RFC 8033

The current implementation of the PIE queuing discipline is according to the
IETF draft [http://tools.ietf.org/html/draft-pan-aqm-pie-00] and the paper
[PIE: A Lightweight Control Scheme to Address the Bufferbloat Problem].
However, a lot of necessary modifications and enhancements have been proposed
in RFC 8033, which have not yet been incorporated in the source code of Linux.
This patch series helps in achieving the same.

Performance tests carried out using Flent [https://flent.org/]

Changes from v2 to v3:
  - Used div_u64() instead of direct division after explicit type casting as
    recommended by David

Changes from v1 to v2:
  - Excluded the patch setting PIE dynamically active/inactive as the test
    results were unsatisfactory
  - Fixed a scaling issue when adding more auto-tuning cases which caused
    local variables to underflow
  - Changed the long if/else chain to a loop as suggested by Stephen
  - Changed the position of the accu_prob variable in the pie_vars
    structure as recommended by Stephen
====================

Acked-by: Dave Taht <dave.taht@gmail.com>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>