diff options
author | Mohit P. Tahiliani <tahiliani@nitk.edu.in> | 2019-02-26 00:40:00 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-02-25 14:21:03 -0800 |
commit | 95400b975dd32d2398ecff4dcc6f7bf0ffbd725f (patch) | |
tree | 34b983ee61e40a6caf75718eb30e50da9d92aa26 /scripts/extract-vmlinux | |
parent | 3f7ae5f3dc5295ac17d6521130ed8a8f8a723fbf (diff) | |
download | linux-95400b975dd32d2398ecff4dcc6f7bf0ffbd725f.tar.bz2 |
net: sched: pie: add derandomization mechanism
Random dropping of packets to achieve latency control may
introduce outlier situations where packets are dropped too
close to each other or too far from each other. This can
cause the real drop percentage to temporarily deviate from
the intended drop probability. In certain scenarios, such
as a small number of simultaneous TCP flows, these
deviations can cause significant deviations in link
utilization and queuing latency.
RFC 8033 suggests using a derandomization mechanism to avoid
these deviations.
Signed-off-by: Mohit P. Tahiliani <tahiliani@nitk.edu.in>
Signed-off-by: Dhaval Khandla <dhavaljkhandla26@gmail.com>
Signed-off-by: Hrishikesh Hiraskar <hrishihiraskar@gmail.com>
Signed-off-by: Manish Kumar B <bmanish15597@gmail.com>
Signed-off-by: Sachin D. Patil <sdp.sachin@gmail.com>
Signed-off-by: Leslie Monis <lesliemonis@gmail.com>
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>
Diffstat (limited to 'scripts/extract-vmlinux')
0 files changed, 0 insertions, 0 deletions