All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2 v5 0/2] add json support on tc u32
@ 2022-01-26 19:44 Wen Liang
  2022-01-26 19:44 ` [PATCH iproute2 v5 1/2] tc: u32: add support for json output Wen Liang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Wen Liang @ 2022-01-26 19:44 UTC (permalink / raw)
  To: netdev; +Cc: stephen, dsahern, aclaudi

This adds support for json output on tc u32.
- The first patch is replacing with proper json functions in `u32_print_opt()`
- The second patch is fixing the json support in u32 `print_raw()`, `print_ipv4()`
  and `print_ipv6()`

The patches were tested with jq parser.

Wen Liang (2):
  tc: u32: add support for json output
  tc: u32: add json support in `print_raw`, `print_ipv4`, `print_ipv6`

 tc/f_u32.c | 204 ++++++++++++++++++++++++++++++++---------------------
 1 file changed, 125 insertions(+), 79 deletions(-)

-- 
2.26.3


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

end of thread, other threads:[~2022-02-03  4:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-26 19:44 [PATCH iproute2 v5 0/2] add json support on tc u32 Wen Liang
2022-01-26 19:44 ` [PATCH iproute2 v5 1/2] tc: u32: add support for json output Wen Liang
2022-02-01 17:48   ` Victor Nogueira
2022-01-26 19:44 ` [PATCH iproute2 v5 2/2] tc: u32: add json support in `print_raw`, `print_ipv4`, `print_ipv6` Wen Liang
2022-02-01 17:48   ` Victor Nogueira
2022-02-03  4:00 ` [PATCH iproute2 v5 0/2] add json support on tc u32 patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.