netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2-next 00/10] tc: add support for JSON output in some qdiscs
@ 2019-12-25 19:04 Leslie Monis
  2019-12-25 19:04 ` [PATCH iproute2-next 01/10] tc: cbs: add support for JSON output Leslie Monis
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Leslie Monis @ 2019-12-25 19:04 UTC (permalink / raw)
  To: Linux NetDev; +Cc: David Ahern, Stephen Hemminger

Several qdiscs do not yet support the JSON output format. This patch series
adds the missing compatibility to 9 classless qdiscs. Some of the patches
also improve the oneline output of the qdiscs. The last patch in the series
fixes a missing statistic in the JSON output of fq_codel.

Leslie Monis (10):
  tc: cbs: add support for JSON output
  tc: choke: add support for JSON output
  tc: codel: add support for JSON output
  tc: fq: add support for JSON output
  tc: hhf: add support for JSON output
  tc: pie: add support for JSON output
  tc: sfb: add support for JSON output
  tc: sfq: add support for JSON output
  tc: tbf: add support for JSON output
  tc: fq_codel: fix missing statistic in JSON output

 man/man8/tc-fq.8  |  14 +++---
 man/man8/tc-pie.8 |  16 +++----
 tc/q_cbs.c        |  10 ++---
 tc/q_choke.c      |  26 +++++++----
 tc/q_codel.c      |  45 +++++++++++++------
 tc/q_fq.c         | 108 ++++++++++++++++++++++++++++++++--------------
 tc/q_fq_codel.c   |   4 +-
 tc/q_hhf.c        |  33 +++++++++-----
 tc/q_pie.c        |  47 ++++++++++++--------
 tc/q_sfb.c        |  67 ++++++++++++++++++----------
 tc/q_sfq.c        |  66 +++++++++++++++++-----------
 tc/q_tbf.c        |  68 ++++++++++++++++++++---------
 12 files changed, 335 insertions(+), 169 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-12-29 18:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-25 19:04 [PATCH iproute2-next 00/10] tc: add support for JSON output in some qdiscs Leslie Monis
2019-12-25 19:04 ` [PATCH iproute2-next 01/10] tc: cbs: add support for JSON output Leslie Monis
2019-12-25 19:04 ` [PATCH iproute2-next 02/10] tc: choke: " Leslie Monis
2019-12-25 19:04 ` [PATCH iproute2-next 03/10] tc: codel: " Leslie Monis
2019-12-25 19:04 ` [PATCH iproute2-next 04/10] tc: fq: " Leslie Monis
2019-12-25 19:04 ` [PATCH iproute2-next 05/10] tc: hhf: " Leslie Monis
2019-12-25 19:04 ` [PATCH iproute2-next 06/10] tc: pie: " Leslie Monis
2019-12-25 19:04 ` [PATCH iproute2-next 07/10] tc: sfb: " Leslie Monis
2019-12-25 19:04 ` [PATCH iproute2-next 08/10] tc: sfq: " Leslie Monis
2019-12-25 19:04 ` [PATCH iproute2-next 09/10] tc: tbf: " Leslie Monis
2019-12-25 19:04 ` [PATCH iproute2-next 10/10] tc: fq_codel: fix missing statistic in " Leslie Monis
2019-12-27  2:19 ` [PATCH iproute2-next 00/10] tc: add support for JSON output in some qdiscs Stephen Hemminger
2019-12-27 11:13   ` Leslie Monis
2019-12-29 18:04 ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).