[PATCH v5] build: update DPDK to use C11 standard
David Marchand
david.marchand at redhat.com
Thu Aug 3 15:36:28 CEST 2023
On Wed, Aug 2, 2023 at 2:32 PM Bruce Richardson
<bruce.richardson at intel.com> 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 which are not in
> the C standard are unavailable by default. We fix this by ensuring
> the correct defines or cflags are passed to the components that
> need them.
>
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> Acked-by: Morten Brørup <mb at smartsharesystems.com>
> Acked-by: Tyler Retzlaff <roretzla at linux.microsoft.com>
Tested-by: Ali Alnubani <alialnu at nvidia.com>
The CI results look good.
Applied, thanks!
--
David Marchand
More information about the dev
mailing list