Re: [dpdk-dev] [v6] telemetry: remove limitation on JSON output buffer length

2021-10-13 Thread Thomas Monjalon
> >Earlier, JSON message length was limited to 1024 which would not allow data > >more than this size. Removed this limitation by creating output buffer based > >on requested data length. > > > >Fixes: 52af6ccb2b39 ("telemetry: add utility functions for creating JSON") > > > >Signed-off-by: Gowrish

Re: [dpdk-dev] [v6] telemetry: remove limitation on JSON output buffer length

2021-10-13 Thread Power, Ciara
>-Original Message- >From: Gowrishankar Muthukrishnan >Sent: Monday 11 October 2021 11:55 >To: dev@dpdk.org >Cc: Richardson, Bruce ; Power, Ciara >; jer...@marvell.com; Gowrishankar Muthukrishnan > >Subject: [v6] telemetry: remove limitation on JSON output buffer length > >Earlier, JSON me