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

2023-08-11 Thread Morten Brørup
> From: Bruce Richardson [mailto:bruce.richard...@intel.com] > Sent: Friday, 11 August 2023 10.53 > > On Thu, Aug 10, 2023 at 03:34:43PM -0700, Tyler Retzlaff wrote: > > On Thu, Aug 10, 2023 at 08:17:23PM +0200, Morten Brørup wrote: > > > > From: Stephen Hemminger [mailto:step...@networkplumber.or

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

2023-08-11 Thread Bruce Richardson
On Thu, Aug 10, 2023 at 03:34:43PM -0700, Tyler Retzlaff wrote: > On Thu, Aug 10, 2023 at 08:17:23PM +0200, Morten Brørup wrote: > > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > > Sent: Thursday, 10 August 2023 19.03 > > > > > > On Thu, 10 Aug 2023 18:49:09 +0200 > > > Thomas

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

2023-08-10 Thread Tyler Retzlaff
On Thu, Aug 10, 2023 at 08:17:23PM +0200, Morten Brørup wrote: > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > Sent: Thursday, 10 August 2023 19.03 > > > > On Thu, 10 Aug 2023 18:49:09 +0200 > > Thomas Monjalon wrote: > > > > > 10/08/2023 18:35, Bruce Richardson: > > > > On T

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

2023-08-10 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Thursday, 10 August 2023 19.03 > > On Thu, 10 Aug 2023 18:49:09 +0200 > Thomas Monjalon wrote: > > > 10/08/2023 18:35, Bruce Richardson: > > > On Thu, Aug 10, 2023 at 07:48:39AM -0700, Stephen Hemminger wrote: > > > > On Thu,

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

2023-08-10 Thread Stephen Hemminger
On Thu, 10 Aug 2023 18:49:09 +0200 Thomas Monjalon wrote: > 10/08/2023 18:35, Bruce Richardson: > > On Thu, Aug 10, 2023 at 07:48:39AM -0700, Stephen Hemminger wrote: > > > On Thu, 10 Aug 2023 15:34:43 +0200 > > > Thomas Monjalon wrote: > > > > > > > 03/08/2023 15:36, David Marchand: > >

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

2023-08-10 Thread Thomas Monjalon
10/08/2023 18:35, Bruce Richardson: > On Thu, Aug 10, 2023 at 07:48:39AM -0700, Stephen Hemminger wrote: > > On Thu, 10 Aug 2023 15:34:43 +0200 > > Thomas Monjalon wrote: > > > > > 03/08/2023 15:36, David Marchand: > > > > On Wed, Aug 2, 2023 at 2:32 PM Bruce Richardson > > > > wrote: > > > >

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

2023-08-10 Thread Bruce Richardson
On Thu, Aug 10, 2023 at 07:48:39AM -0700, Stephen Hemminger wrote: > On Thu, 10 Aug 2023 15:34:43 +0200 > Thomas Monjalon wrote: > > > 03/08/2023 15:36, David Marchand: > > > On Wed, Aug 2, 2023 at 2:32 PM Bruce Richardson > > > wrote: > > > > > > > > As previously announced, DPDK 23.11 will r

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

2023-08-10 Thread Stephen Hemminger
On Thu, 10 Aug 2023 15:34:43 +0200 Thomas Monjalon wrote: > 03/08/2023 15:36, David Marchand: > > On Wed, Aug 2, 2023 at 2:32 PM Bruce Richardson > > wrote: > > > > > > As previously announced, DPDK 23.11 will require a C11 supporting > > > compiler and will use the C11 standard in all builds.

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

2023-08-10 Thread Thomas Monjalon
03/08/2023 15:36, David Marchand: > On Wed, Aug 2, 2023 at 2:32 PM Bruce Richardson > wrote: > > > > As previously announced, DPDK 23.11 will require a C11 supporting > > compiler and will use the C11 standard in all builds. > > > > Forcing use of the C standard, rather than the standard with > >

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

2023-08-03 Thread David Marchand
On Wed, Aug 2, 2023 at 2:32 PM Bruce Richardson wrote: > > As previously announced, DPDK 23.11 will require a C11 supporting > compiler and will use the C11 standard in all builds. > > Forcing use of the C standard, rather than the standard with > GNU extensions, means that some posix definitions

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

2023-08-03 Thread Ali Alnubani
> -Original Message- > From: Bruce Richardson > Sent: Wednesday, August 2, 2023 3:32 PM > To: dev@dpdk.org > Cc: Bruce Richardson ; Morten Brørup > ; Tyler Retzlaff > > Subject: [PATCH v5] build: update DPDK to use C11 standard > > As previously announced, DPDK 23.11 will require a C11 s

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

2023-08-02 Thread Bruce Richardson
On Wed, Aug 02, 2023 at 01:31:34PM +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. > > Forcing use of the C standard, rather than the standard with > GNU extensions, means that some posix def