diff options
author | Mohit P. Tahiliani <tahiliani@nitk.edu.in> | 2019-02-25 20:09:59 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-02-25 23:21:03 +0100 |
commit | 3f7ae5f3dc5295ac17d6521130ed8a8f8a723fbf (patch) | |
tree | 3529f45b5398596453548eac690b8808caa4090e /net/sunrpc | |
parent | net: sched: pie: change initial value of pie_vars->burst_time (diff) | |
download | linux-3f7ae5f3dc5295ac17d6521130ed8a8f8a723fbf.tar.xz linux-3f7ae5f3dc5295ac17d6521130ed8a8f8a723fbf.zip |
net: sched: pie: add more cases to auto-tune alpha and beta
The current implementation scales the local alpha and beta
variables in the calculate_probability function by the same
amount for all values of drop probability below 1%.
RFC 8033 suggests using additional cases for auto-tuning
alpha and beta when the drop probability is less than 1%.
In order to add more auto-tuning cases, MAX_PROB must be
scaled by u64 instead of u32 to prevent underflow when
scaling the local alpha and beta variables in the
calculate_probability function.
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 'net/sunrpc')
0 files changed, 0 insertions, 0 deletions