Re: [PATCH v3] telemetry: use portable syntax to initialize array

2023-04-04 Thread Tyler Retzlaff
On Tue, Apr 04, 2023 at 05:19:26PM +0100, Bruce Richardson wrote: > On Tue, Apr 04, 2023 at 08:59:06AM -0700, Tyler Retzlaff wrote: > > On Tue, Apr 04, 2023 at 09:01:50AM +, Konstantin Ananyev wrote: > > > > > > > > > > -Original Message- > > > > From: Tyler Retzlaff > > > > Sent: Mo

Re: [PATCH v3] telemetry: use portable syntax to initialize array

2023-04-04 Thread Bruce Richardson
On Tue, Apr 04, 2023 at 08:59:06AM -0700, Tyler Retzlaff wrote: > On Tue, Apr 04, 2023 at 09:01:50AM +, Konstantin Ananyev wrote: > > > > > > > -Original Message- > > > From: Tyler Retzlaff > > > Sent: Monday, April 3, 2023 7:59 PM > > > To: dev@dpdk.org > > > Cc: ciara.po...@intel.c

Re: [PATCH v3] telemetry: use portable syntax to initialize array

2023-04-04 Thread Bruce Richardson
On Tue, Apr 04, 2023 at 08:54:30AM -0700, Tyler Retzlaff wrote: > On Tue, Apr 04, 2023 at 09:51:04AM +0100, Bruce Richardson wrote: > > On Mon, Apr 03, 2023 at 11:59:25AM -0700, Tyler Retzlaff wrote: > > > Use of ranges in designated initialization are a non-standard gcc > > > extension. Use loops

Re: [PATCH v3] telemetry: use portable syntax to initialize array

2023-04-04 Thread Tyler Retzlaff
On Tue, Apr 04, 2023 at 09:01:50AM +, Konstantin Ananyev wrote: > > > > -Original Message- > > From: Tyler Retzlaff > > Sent: Monday, April 3, 2023 7:59 PM > > To: dev@dpdk.org > > Cc: ciara.po...@intel.com; bruce.richard...@intel.com; > > david.march...@redhat.com; tho...@monjalon.

Re: [PATCH v3] telemetry: use portable syntax to initialize array

2023-04-04 Thread Tyler Retzlaff
On Tue, Apr 04, 2023 at 09:51:04AM +0100, Bruce Richardson wrote: > On Mon, Apr 03, 2023 at 11:59:25AM -0700, Tyler Retzlaff wrote: > > Use of ranges in designated initialization are a non-standard gcc > > extension. Use loops to initialize permitted characters on first use. > > > > Signed-off-by:

RE: [PATCH v3] telemetry: use portable syntax to initialize array

2023-04-04 Thread Konstantin Ananyev
> -Original Message- > From: Tyler Retzlaff > Sent: Monday, April 3, 2023 7:59 PM > To: dev@dpdk.org > Cc: ciara.po...@intel.com; bruce.richard...@intel.com; > david.march...@redhat.com; tho...@monjalon.net; Tyler Retzlaff > > Subject: [PATCH v3] telemetry: use portable syntax to init

Re: [PATCH v3] telemetry: use portable syntax to initialize array

2023-04-04 Thread Bruce Richardson
On Mon, Apr 03, 2023 at 11:59:25AM -0700, Tyler Retzlaff wrote: > Use of ranges in designated initialization are a non-standard gcc > extension. Use loops to initialize permitted characters on first use. > > Signed-off-by: Tyler Retzlaff Acked-by: Bruce Richardson > --- > lib/telemetry/teleme