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

2020-05-19 Thread Stephen Hemminger
On Tue, 19 May 2020 20:59:44 -0400 Roman Mashak wrote: > Report tcf_t values in seconds, not jiffies, in JSON format as it is now > for stdout. > > v2: use PRINT_ANY, drop the useless casts and fix the style (Stephen > Hemminger) > > Fixes: 2704bd625583 ("tc: jsonify actions core") > Cc: Jiri

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

2020-05-19 Thread Roman Mashak
Report tcf_t values in seconds, not jiffies, in JSON format as it is now for stdout. v2: use PRINT_ANY, drop the useless casts and fix the style (Stephen Hemminger) Fixes: 2704bd625583 ("tc: jsonify actions core") Cc: Jiri Pirko Signed-off-by: Roman Mashak --- tc/tc_util.c | 26 +++