Re: [dpdk-dev] [v6] telemetry: remove limitation on JSON output buffer length
From: Thomas Monjalon <hidden>
Date: 2021-10-13 15:25:24
From: Thomas Monjalon <hidden>
Date: 2021-10-13 15:25:24
quoted
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: Gowrishankar Muthukrishnan <redacted> ---<snip> Thanks, Acked-by: Ciara Power <redacted>
Applied, thanks.