]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tc: support TCA_STATS_RATE_EST64
authorEric Dumazet <edumazet@google.com>
Tue, 17 Sep 2013 11:19:03 +0000 (04:19 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 20 Sep 2013 16:46:33 +0000 (09:46 -0700)
commit8f7574edd85851f7a9b775d9ca7aadc28b19f13a
treef88565670fa819901ad0465d8776655e382afa95
parent54e9c3a34d4ba8a0890f3bf21d708342329461b5
tc: support TCA_STATS_RATE_EST64

Since linux-3.11, rate estimator can provide TCA_STATS_RATE_EST64
when rate (bytes per second) is above 2^32 (~34 Mbits)

Change tc to use this attribute for high rates.

Signed-off-by: Eric Dumazet <edumazet@google.com>
tc/tc_util.c
tc/tc_util.h