public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2 0/3] Add JSON output support to the remaining qdiscs
@ 2026-02-11 17:07 Victor Nogueira
  2026-02-11 17:07 ` [PATCH iproute2 1/3] tc: Add JSON output support to HFSC Victor Nogueira
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Victor Nogueira @ 2026-02-11 17:07 UTC (permalink / raw)
  To: dsahern, stephen; +Cc: jhs, deren.teo, andrew, netdev

Since qdisc core already assumes all qdiscs are able to output JSON,
add JSON output support to the remaning qdiscs (HFSC, QFQ, muiltiq)
so that a JSON qdisc dump outputs valid JSON.

Victor Nogueira (3):
  tc: Add JSON output support to HFSC
  tc: Add JSON output support to QFQ
  tc: Add JSON output support to multiq

 tc/q_hfsc.c   | 29 ++++++++++++++++++-----------
 tc/q_multiq.c |  4 +++-
 tc/q_qfq.c    |  8 ++++----
 3 files changed, 25 insertions(+), 16 deletions(-)

-- 
2.52.0


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

end of thread, other threads:[~2026-03-03 13:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-11 17:07 [PATCH iproute2 0/3] Add JSON output support to the remaining qdiscs Victor Nogueira
2026-02-11 17:07 ` [PATCH iproute2 1/3] tc: Add JSON output support to HFSC Victor Nogueira
2026-02-11 17:07 ` [PATCH iproute2 2/3] tc: Add JSON output support to QFQ Victor Nogueira
2026-02-11 17:07 ` [PATCH iproute2 3/3] tc: Add JSON output support to multiq Victor Nogueira
2026-02-25 21:26 ` [PATCH iproute2 0/3] Add JSON output support to the remaining qdiscs Stephen Hemminger
2026-03-03 13:08   ` Victor Nogueira

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox