Re: [PATCH iproute2-next 2/2] tc: Add JSON output of fq_codel stats

2018-03-13 Thread David Ahern
On 3/8/18 2:31 PM, Toke Høiland-Jørgensen wrote: > Enable proper JSON output support for fq_codel in `tc -s qdisc` output. > > Signed-off-by: Toke Høiland-Jørgensen > --- > tc/q_fq_codel.c | 49 - > 1 file changed, 32 insertions(+),

[PATCH iproute2-next 2/2] tc: Add JSON output of fq_codel stats

2018-03-08 Thread Toke Høiland-Jørgensen
Enable proper JSON output support for fq_codel in `tc -s qdisc` output. Signed-off-by: Toke Høiland-Jørgensen --- tc/q_fq_codel.c | 49 - 1 file changed, 32 insertions(+), 17 deletions(-) diff --git a/tc/q_fq_codel.c