]> git.proxmox.com Git - mirror_iproute2.git/commit
tc: pie: change maximum integer value of tc_pie_xstats->prob
authorLeslie Monis <lesliemonis@gmail.com>
Thu, 5 Mar 2020 16:25:40 +0000 (21:55 +0530)
committerDavid Ahern <dsahern@gmail.com>
Mon, 9 Mar 2020 02:46:45 +0000 (02:46 +0000)
commit92cfe3260e9110c3d33627847b6eaa153664c79c
tree4a95e4acc3693ee202d59555c23ae0470027bfff
parentad19a18e4263bb527e5a046e44aed02e5998a8de
tc: pie: change maximum integer value of tc_pie_xstats->prob

Kernel commit 105e808c1da2 ("pie: remove pie_vars->accu_prob_overflows"),
changes the maximum value of tc_pie_xstats->prob from (2^64 - 1) to
(2^56 - 1).

Signed-off-by: Mohit P. Tahiliani <tahiliani@nitk.edu.in>
Signed-off-by: Gautam Ramakrishnan <gautamramk@gmail.com>
Signed-off-by: Leslie Monis <lesliemonis@gmail.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
tc/q_pie.c