Re: [PATCH iproute2] etf: make printing of variable JSON friendly

2019-07-23 Thread Stephen Hemminger
On Tue, 23 Jul 2019 21:34:46 + "Patel, Vedang" wrote: > > On Jul 22, 2019, at 5:11 PM, David Ahern wrote: > > > > On 7/22/19 1:11 PM, Patel, Vedang wrote: > >> > >> > >>> On Jul 22, 2019, at 11:21 AM, David Ahern wrote: > >>> > >>> On 7/19/19 3:40 PM, Vedang Patel wrote: > In

Re: [PATCH iproute2] etf: make printing of variable JSON friendly

2019-07-23 Thread Patel, Vedang
> On Jul 22, 2019, at 5:11 PM, David Ahern wrote: > > On 7/22/19 1:11 PM, Patel, Vedang wrote: >> >> >>> On Jul 22, 2019, at 11:21 AM, David Ahern wrote: >>> >>> On 7/19/19 3:40 PM, Vedang Patel wrote: In iproute2 txtime-assist series, it was pointed out that print_bool() should b

Re: [PATCH iproute2] etf: make printing of variable JSON friendly

2019-07-22 Thread David Ahern
On 7/22/19 1:11 PM, Patel, Vedang wrote: > > >> On Jul 22, 2019, at 11:21 AM, David Ahern wrote: >> >> On 7/19/19 3:40 PM, Vedang Patel wrote: >>> In iproute2 txtime-assist series, it was pointed out that print_bool() >>> should be used to print binary values. This is to make it JSON friendly. >

Re: [PATCH iproute2] etf: make printing of variable JSON friendly

2019-07-22 Thread Patel, Vedang
> On Jul 22, 2019, at 11:21 AM, David Ahern wrote: > > On 7/19/19 3:40 PM, Vedang Patel wrote: >> In iproute2 txtime-assist series, it was pointed out that print_bool() >> should be used to print binary values. This is to make it JSON friendly. >> >> So, make the corresponding changes in ETF.

Re: [PATCH iproute2] etf: make printing of variable JSON friendly

2019-07-22 Thread David Ahern
On 7/19/19 3:40 PM, Vedang Patel wrote: > In iproute2 txtime-assist series, it was pointed out that print_bool() > should be used to print binary values. This is to make it JSON friendly. > > So, make the corresponding changes in ETF. > > Fixes: 8ccd49383cdc ("etf: Add skip_sock_check") > Reporte

Re: [PATCH iproute2] etf: make printing of variable JSON friendly

2019-07-19 Thread Stephen Hemminger
On Fri, 19 Jul 2019 14:40:43 -0700 Vedang Patel wrote: > In iproute2 txtime-assist series, it was pointed out that print_bool() > should be used to print binary values. This is to make it JSON friendly. > > So, make the corresponding changes in ETF. > > Fixes: 8ccd49383cdc ("etf: Add skip_sock_

[PATCH iproute2] etf: make printing of variable JSON friendly

2019-07-19 Thread Vedang Patel
In iproute2 txtime-assist series, it was pointed out that print_bool() should be used to print binary values. This is to make it JSON friendly. So, make the corresponding changes in ETF. Fixes: 8ccd49383cdc ("etf: Add skip_sock_check") Reported-by: Stephen Hemminger Signed-off-by: Vedang Patel