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 <bruce.richard...@intel.com> > Acked-by: Morten Brørup <m...@smartsharesystems.com> > Acked-by: Tyler Retzlaff <roret...@linux.microsoft.com> > > --- > V3: > * remove (now unneeded) use of -std=gnu99 in failsafe net driver. > > V2: > * Resubmit now that 23.11-rc0 patch applied > * Add _POSIX_C_SOURCE macro to eal_common_errno.c to get POSIX > definition of strerror_r() with c11 standard. > ---
Acked-by: Tyler Retzlaff <roret...@linux.microsoft.com> if there is no objection from others i would like to suggest expedited merge of this series to make it easy to take a dependency on it for atomics changes. thanks!