]> git.proxmox.com Git - mirror_iproute2.git/commit - tc/tc_util.c
tc: add a missing space between rate estimator and backlog
authorEric Dumazet <edumazet@google.com>
Fri, 30 Nov 2018 13:57:02 +0000 (05:57 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 3 Dec 2018 22:34:05 +0000 (14:34 -0800)
commit3adcbf3757b8ad7f5cac86985ef6335b7981d725
tree3797722d09174c5b512852855d255fdf67613d2f
parent6495bca92e08000b1a5ad95f9db4ef62b746bebf
tc: add a missing space between rate estimator and backlog

When a rate estimator is active, "tc -s qd" displays
something like :

rate 12616bit 11ppsbacklog 0b 0p requeues 2

instead of :

rate 12616bit 11pps backlog 0b 0p requeues 2

Fixes: 4fcec7f3665b ("tc: jsonify stats2")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Jiri Pirko <jiri@mellanox.com>
Reviewed-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
tc/tc_util.c