Re: [PATCH v3] build: update DPDK to use C11 standard

2023-08-02 Thread Bruce Richardson
PM > > > To: Ali Alnubani > > > Cc: David Marchand ; Patrick Robb > > > ; Tyler Retzlaff ; > > > dev@dpdk.org; Morten Brørup ; NBU- > > > Contact-Thomas Monjalon (EXTERNAL) > > > Subject: Re: [PATCH v3] build: update DPDK to

RE: [PATCH v3] build: update DPDK to use C11 standard

2023-08-01 Thread Ali Alnubani
> -Original Message- > From: Thomas Monjalon > Sent: Tuesday, August 1, 2023 1:37 PM > To: Patrick Robb ; Bruce Richardson > ; Ali Alnubani > Cc: Tyler Retzlaff ; dev@dpdk.org; Morten > Brørup ; david.march...@redhat.com; > Raslan Darawsheh > Subject: Re: [P

Re: [PATCH v3] build: update DPDK to use C11 standard

2023-08-01 Thread Bruce Richardson
ff ; > > dev@dpdk.org; Morten Brørup ; NBU- > > Contact-Thomas Monjalon (EXTERNAL) > > Subject: Re: [PATCH v3] build: update DPDK to use C11 standard > > > > On Tue, Aug 01, 2023 at 12:42:36PM +, Ali Alnubani wrote: > > > > > > > > On Ubu

RE: [PATCH v3] build: update DPDK to use C11 standard

2023-08-01 Thread Ali Alnubani
> -Original Message- > From: Bruce Richardson > Sent: Tuesday, August 1, 2023 4:22 PM > To: Ali Alnubani > Cc: David Marchand ; Patrick Robb > ; Tyler Retzlaff ; > dev@dpdk.org; Morten Brørup ; NBU- > Contact-Thomas Monjalon (EXTERNAL) > Subject: Re: [PATCH v3

Re: [PATCH v3] build: update DPDK to use C11 standard

2023-08-01 Thread Bruce Richardson
On Tue, Aug 01, 2023 at 12:42:36PM +, Ali Alnubani wrote: > > On Ubuntu 20.04 while cross compiling for ppc64le with > powerpc64le-linux-gnu-gcc 9.4, I see: > > [..] > lib/acl/acl_run_altivec.h:44:16: error: two or more data types in declaration > specifiers > [..] > lib/acl/acl_run_altive

Re: [PATCH v3] build: update DPDK to use C11 standard

2023-08-01 Thread Bruce Richardson
up > > ; NBU-Contact-Thomas Monjalon > > (EXTERNAL) > > Subject: Re: [PATCH v3] build: update DPDK to use C11 standard > > > > On Tue, Aug 01, 2023 at 11:39:06AM +0100, Bruce Richardson wrote: > > > On Tue, Aug 01, 2023 at 12:35:21PM +0200, David Marchand wro

RE: [PATCH v3] build: update DPDK to use C11 standard

2023-08-01 Thread Ali Alnubani
> -Original Message- > From: Bruce Richardson > Sent: Tuesday, August 1, 2023 1:51 PM > To: David Marchand > Cc: Patrick Robb ; Tyler Retzlaff > ; dev@dpdk.org; Morten Brørup > ; NBU-Contact-Thomas Monjalon > (EXTERNAL) > Subject: Re: [PATCH v3] build: upda

Re: [PATCH v3] build: update DPDK to use C11 standard

2023-08-01 Thread Bruce Richardson
On Tue, Aug 01, 2023 at 11:39:06AM +0100, Bruce Richardson wrote: > On Tue, Aug 01, 2023 at 12:35:21PM +0200, David Marchand wrote: > > On Tue, Aug 1, 2023 at 12:19 PM Bruce Richardson > > wrote: > > > > > > On Mon, Jul 31, 2023 at 08:39:31PM -0400, Patrick Robb wrote: > > > >Hi Bruce, > > > >

Re: [PATCH v3] build: update DPDK to use C11 standard

2023-08-01 Thread Bruce Richardson
On Tue, Aug 01, 2023 at 12:35:21PM +0200, David Marchand wrote: > On Tue, Aug 1, 2023 at 12:19 PM Bruce Richardson > wrote: > > > > On Mon, Jul 31, 2023 at 08:39:31PM -0400, Patrick Robb wrote: > > >Hi Bruce, > > >I see some failures for this series for our Ubuntu 20.04 containers. > > >

Re: [PATCH v3] build: update DPDK to use C11 standard

2023-08-01 Thread Thomas Monjalon
01/08/2023 12:19, Bruce Richardson: > On Mon, Jul 31, 2023 at 08:39:31PM -0400, Patrick Robb wrote: > >Hi Bruce, > >I see some failures for this series for our Ubuntu 20.04 containers. > >And, our DTS testbeds which are on ubuntu 20.04 are skipping running > >testsuites because they

Re: [PATCH v3] build: update DPDK to use C11 standard

2023-08-01 Thread David Marchand
On Tue, Aug 1, 2023 at 12:19 PM Bruce Richardson wrote: > > On Mon, Jul 31, 2023 at 08:39:31PM -0400, Patrick Robb wrote: > >Hi Bruce, > >I see some failures for this series for our Ubuntu 20.04 containers. > >And, our DTS testbeds which are on ubuntu 20.04 are skipping running > >

Re: [PATCH v3] build: update DPDK to use C11 standard

2023-08-01 Thread Bruce Richardson
On Mon, Jul 31, 2023 at 08:39:31PM -0400, Patrick Robb wrote: >Hi Bruce, >I see some failures for this series for our Ubuntu 20.04 containers. >And, our DTS testbeds which are on ubuntu 20.04 are skipping running >testsuites because they can't compile DPDK. So, that's why it has som

Re: [PATCH v3] build: update DPDK to use C11 standard

2023-08-01 Thread Bruce Richardson
On Mon, Jul 31, 2023 at 08:39:31PM -0400, Patrick Robb wrote: >Hi Bruce, >I see some failures for this series for our Ubuntu 20.04 containers. >And, our DTS testbeds which are on ubuntu 20.04 are skipping running >testsuites because they can't compile DPDK. So, that's why it has som

Re: [PATCH v3] build: update DPDK to use C11 standard

2023-07-31 Thread Patrick Robb
Hi Bruce, I see some failures for this series for our Ubuntu 20.04 containers. And, our DTS testbeds which are on ubuntu 20.04 are skipping running testsuites because they can't compile DPDK. So, that's why it has some missing results for a couple of the Intel NICs. For context, I'll paste below w

Re: [PATCH v3] build: update DPDK to use C11 standard

2023-07-31 Thread Tyler Retzlaff
On Mon, Jul 31, 2023 at 05:58:11PM +0100, Bruce Richardson wrote: > As previously announced, DPDK 23.11 will require a C11 supporting > compiler and will use the C11 standard in all builds. > > Signed-off-by: Bruce Richardson > Acked-by: Morten Brørup > Acked-by: Tyler Retzlaff > > --- > V3: >