Re: [dpdk-dev] [v5] telemetry: fix json output buffer size

2021-10-06 Thread Thomas Monjalon
29/09/2021 06:18, Gowrishankar Muthukrishnan: > Fix json output buffer size for an actual data length. > > Fixes: 52af6ccb2b39 ("telemetry: add utility functions for creating JSON") Please could you give a bit more explanations? What was not working and why? [...] > - * This function is not for

[dpdk-dev] [v5] telemetry: fix json output buffer size

2021-09-28 Thread Gowrishankar Muthukrishnan
Fix json output buffer size for an actual data length. Fixes: 52af6ccb2b39 ("telemetry: add utility functions for creating JSON") Signed-off-by: Gowrishankar Muthukrishnan --- lib/telemetry/telemetry_json.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/telemetry/t