Re: [PATCH iproute2] tc: add a missing space between rate estimator and backlog

2018-12-03 Thread Stephen Hemminger
On Fri, 30 Nov 2018 05:57:02 -0800 Eric Dumazet wrote: > 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") >

Re: [PATCH iproute2] tc: add a missing space between rate estimator and backlog

2018-12-01 Thread Jiri Pirko
Fri, Nov 30, 2018 at 02:57:02PM CET, eduma...@google.com wrote: >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")

[PATCH iproute2] tc: add a missing space between rate estimator and backlog

2018-11-30 Thread Eric Dumazet
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 Cc: Jiri Pirko --- tc/tc_util.c | 3 ++- 1 file