RE: [PATCH v3 1/4] telemetry: support boolean type

2022-10-27 Thread Power, Ciara
> -Original Message- > From: Richardson, Bruce > Sent: Tuesday 25 October 2022 11:39 > To: David Marchand > Cc: Mattias Rönnblom ; dev@dpdk.org; Morten > Brørup ; Power, Ciara > > Subject: Re: [PATCH v3 1/4] telemetry: support boolean type > > On T

Re: [PATCH v3 1/4] telemetry: support boolean type

2022-10-25 Thread Bruce Richardson
On Tue, Oct 25, 2022 at 11:43:27AM +0200, David Marchand wrote: > On Tue, Oct 25, 2022 at 11:34 AM Mattias Rönnblom > wrote: > > > > On 2022-10-25 11:00, David Marchand wrote: > > > Add the boolean type RTE_TEL_BOOL_VAL for values in arrays and dicts. > > > > > > Signed-off-by: David Marchand >

Re: [PATCH v3 1/4] telemetry: support boolean type

2022-10-25 Thread David Marchand
On Tue, Oct 25, 2022 at 11:34 AM Mattias Rönnblom wrote: > > On 2022-10-25 11:00, David Marchand wrote: > > Add the boolean type RTE_TEL_BOOL_VAL for values in arrays and dicts. > > > > Signed-off-by: David Marchand > > Acked-by: Morten Brørup > > Acked-by: Bruce Richardson > > Acked-by: Ciara

Re: [PATCH v3 1/4] telemetry: support boolean type

2022-10-25 Thread Mattias Rönnblom
On 2022-10-25 11:00, David Marchand wrote: Add the boolean type RTE_TEL_BOOL_VAL for values in arrays and dicts. Signed-off-by: David Marchand Acked-by: Morten Brørup Acked-by: Bruce Richardson Acked-by: Ciara Power --- Changes since v1: - fixed doxygen description, --- app/test/test_tele

[PATCH v3 1/4] telemetry: support boolean type

2022-10-25 Thread David Marchand
Add the boolean type RTE_TEL_BOOL_VAL for values in arrays and dicts. Signed-off-by: David Marchand Acked-by: Morten Brørup Acked-by: Bruce Richardson Acked-by: Ciara Power --- Changes since v1: - fixed doxygen description, --- app/test/test_telemetry_data.c | 88