]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tc: pie: add dq_rate_estimator option
authorGautam Ramakrishnan <gautamramk@gmail.com>
Tue, 26 Nov 2019 11:58:07 +0000 (17:28 +0530)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 4 Dec 2019 18:49:42 +0000 (10:49 -0800)
commit920700a425e51aff5782e7982b9a95d5a812b15d
treeffc4f98c91df2e7dd51dc141ad13df97343168ed
parent42060e8d352a7354535aba6ee233d697b26a29cc
tc: pie: add dq_rate_estimator option

PIE now uses per packet timestamps to calculate queuing
delay. The average dequeue rate based queue delay
calculation is now made optional. This patch adds the option
to enable or disable the use of Little's law to calculate
queuing delay.

Signed-off-by: Gautam Ramakrishnan <gautamramk@gmail.com>
Signed-off-by: Leslie Monis <lesliemonis@gmail.com>
Signed-off-by: Mohit P. Tahiliani <tahiliani@nitk.edu.in>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
bash-completion/tc
man/man8/tc-pie.8
tc/q_pie.c