]> git.proxmox.com Git - mirror_iproute2.git/commit
netem: add 64bit rates support
authorYang Yingliang <yangyingliang@huawei.com>
Thu, 16 Jan 2014 03:09:14 +0000 (11:09 +0800)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 20 Jan 2014 20:32:15 +0000 (12:32 -0800)
commitdad2f72befc064d3ee8dea95b75b85c350cd2758
treec09bb654edf5b850007bface81f7235ffe9c25c5
parenta01de0a336d96b74810f0e544a40983012aaee81
netem: add 64bit rates support

netem support 64bit rates start from linux-3.13.
Add 64bit rates support in tc tools.

tc qdisc show dev eth0
qdisc netem 1: dev eth4 root refcnt 2 limit 1000 rate 35Gbit

Cc: Eric Dumazet <edumazet@google.com>
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Acked-by: Eric Dumazet <edumazet@google.com>
tc/q_netem.c