RE: [PATCH v2 1/2] telemetry: correct json empty dictionaries

2024-01-10 Thread Power, Ciara
Hi Jonathan, > -Original Message- > From: Jonathan Erb > Sent: Sunday, December 24, 2023 10:02 PM > To: Power, Ciara > Cc: dev@dpdk.org; Jonathan Erb > Subject: [PATCH v2 1/2] telemetry: correct json empty dictionaries > > Fix to allow telemetry to handle empt

Re: [PATCH v2 1/2] telemetry: correct json empty dictionaries

2024-01-08 Thread Bruce Richardson
On Sun, Dec 24, 2023 at 05:02:00PM -0500, Jonathan Erb wrote: > Fix to allow telemetry to handle empty dictionaries correctly. > > This patch resolves an issue where empty dictionaries are reported > by telemetry as '[]' rather than '{}'. Initializing the output > buffer based on the container typ

[PATCH v2 1/2] telemetry: correct json empty dictionaries

2024-01-05 Thread Jonathan Erb
Fix to allow telemetry to handle empty dictionaries correctly. This patch resolves an issue where empty dictionaries are reported by telemetry as '[]' rather than '{}'. Initializing the output buffer based on the container type resolves the issue. Signed-off-by: Jonathan Erb --- .mailmap