Re: [PATCH iproute2-next 0/9] TC more JSON support

2018-07-13 Thread Stephen Hemminger
On Fri, 13 Jul 2018 14:29:42 -0700 Jakub Kicinski wrote: > On Fri, 13 Jul 2018 16:48:28 -0400, David Ahern wrote: > > On 7/9/18 3:48 PM, Stephen Hemminger wrote: > > > From: Stephen Hemminger > > > > > > Update core of TC command and library to do more JSON. > > > Most of this patch set is ab

Re: [PATCH iproute2-next 0/9] TC more JSON support

2018-07-13 Thread Jakub Kicinski
On Fri, 13 Jul 2018 16:48:28 -0400, David Ahern wrote: > On 7/9/18 3:48 PM, Stephen Hemminger wrote: > > From: Stephen Hemminger > > > > Update core of TC command and library to do more JSON. > > Most of this patch set is about getting tc utility functions > > to be more friendly to the json_prin

Re: [PATCH iproute2-next 0/9] TC more JSON support

2018-07-13 Thread David Ahern
On 7/9/18 3:48 PM, Stephen Hemminger wrote: > From: Stephen Hemminger > > Update core of TC command and library to do more JSON. > Most of this patch set is about getting tc utility functions > to be more friendly to the json_print infrastructure. > > Stephen Hemminger (9): > tc: use JSON in e

[PATCH iproute2-next 0/9] TC more JSON support

2018-07-09 Thread Stephen Hemminger
From: Stephen Hemminger Update core of TC command and library to do more JSON. Most of this patch set is about getting tc utility functions to be more friendly to the json_print infrastructure. Stephen Hemminger (9): tc: use JSON in error handling tc: use const char in util tc: convert sta