Re: [PATCH iproute2 1/1] tc: action: fix time values output in JSON format

2020-05-19 Thread Roman Mashak
Stephen Hemminger writes: > On Mon, 18 May 2020 13:29:18 -0400 > Roman Mashak wrote: > >> Report tcf_t values in seconds, not jiffies, in JSON format as it is now >> for stdout. >> >> Fixes: 2704bd625583 ("tc: jsonify actions core") >> Cc: Jiri Pirko >> Signed-off-by: Roman Mashak >> --- >>

Re: [PATCH iproute2 1/1] tc: action: fix time values output in JSON format

2020-05-19 Thread Stephen Hemminger
On Mon, 18 May 2020 13:29:18 -0400 Roman Mashak wrote: > Report tcf_t values in seconds, not jiffies, in JSON format as it is now > for stdout. > > Fixes: 2704bd625583 ("tc: jsonify actions core") > Cc: Jiri Pirko > Signed-off-by: Roman Mashak > --- > tc/tc_util.c | 9 ++--- > 1 file chan

[PATCH iproute2 1/1] tc: action: fix time values output in JSON format

2020-05-18 Thread Roman Mashak
Report tcf_t values in seconds, not jiffies, in JSON format as it is now for stdout. Fixes: 2704bd625583 ("tc: jsonify actions core") Cc: Jiri Pirko Signed-off-by: Roman Mashak --- tc/tc_util.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tc/tc_util.c b/tc/tc_uti