Re: [dpdk-dev] [PATCH v2 06/16] telemetry: add utility functions for creating json

2020-04-09 Thread Bruce Richardson
On Wed, Apr 08, 2020 at 07:12:57PM +0100, Wiles, Keith wrote: > > > > On Apr 8, 2020, at 11:49 AM, Power, Ciara wrote: > > > > From: Bruce Richardson > > > > The functions added in this patch will make it easier for applications > > to build up correct JSON responses to telemetry requests. > >

Re: [dpdk-dev] [PATCH v2 06/16] telemetry: add utility functions for creating json

2020-04-08 Thread Wiles, Keith
> On Apr 8, 2020, at 11:49 AM, Power, Ciara wrote: > > From: Bruce Richardson > > The functions added in this patch will make it easier for applications > to build up correct JSON responses to telemetry requests. > > Signed-off-by: Bruce Richardson > --- > lib/librte_telemetry/Makefile

[dpdk-dev] [PATCH v2 06/16] telemetry: add utility functions for creating json

2020-04-08 Thread Ciara Power
From: Bruce Richardson The functions added in this patch will make it easier for applications to build up correct JSON responses to telemetry requests. Signed-off-by: Bruce Richardson --- lib/librte_telemetry/Makefile | 1 + lib/librte_telemetry/meson.build | 2 +- lib