> -----Original Message----- > From: Bruce Richardson <bruce.richard...@intel.com> > Sent: Tuesday, August 1, 2023 4:16 PM > To: dev@dpdk.org > Cc: Bruce Richardson <bruce.richard...@intel.com>; Morten Brørup > <m...@smartsharesystems.com>; Tyler Retzlaff > <roret...@linux.microsoft.com> > Subject: [PATCH v4] build: update DPDK to use C11 standard > > 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.richard...@intel.com> > Acked-by: Morten Brørup <m...@smartsharesystems.com> > Acked-by: Tyler Retzlaff <roret...@linux.microsoft.com> > ---
By the way, I also see this build failure in RHEL 7: [827/1011] Compiling C object app/dpdk-testpmd.p/test-pmd_cmdline_flow.c.o FAILED: app/dpdk-testpmd.p/test-pmd_cmdline_flow.c.o ccache cc -Iapp/dpdk-testpmd.p -Iapp -I../app -Iapp/test-pmd -I../app/test-pmd -Ilib/ethdev -I../lib/ethdev -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/bitratestats -I../lib/bitratestats -Ilib/bpf -I../lib/bpf -Ilib/gro -I../lib/gro -Ilib/gso -I../lib/gso -Ilib/latencystats -I../lib/latencystats -Ilib/pdump -I../lib/pdump -Ilib/pcapng -I../lib/pcapng -Idrivers/net/mlx5 -I../drivers/net/mlx5 -Idrivers/net/mlx5/linux -I../drivers/net/mlx5/linux -Idrivers/net/mlx5/hws -I../drivers/net/mlx5/hws -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/mlx5 -I../drivers/common/mlx5 -Idrivers/common/mlx5/linux -I../drivers/common/mlx5/linux -Idrivers/bus/auxiliary -I../drivers/bus/auxiliary -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -march=native -DALLOW_EXPERIMENTAL_API -Wno-deprecated-declarations -MD -MQ app/dpdk-testpmd.p/test-pmd_cmdline_flow.c.o -MF app/dpdk-testpmd.p/test-pmd_cmdline_flow.c.o.d -o app/dpdk-testpmd.p/test-pmd_cmdline_flow.c.o -c ../app/test-pmd/cmdline_flow.c ../app/test-pmd/cmdline_flow.c: In function ‘parse_vc_spec’: ../app/test-pmd/cmdline_flow.c:1035:37: error: array initialized from non-constant array expression #define NEXT_ENTRY(...) (const enum index []){ __VA_ARGS__, ZERO, } ^ ../app/test-pmd/cmdline_flow.c:8049:38: note: in expansion of macro ‘NEXT_ENTRY’ static const enum index prefix[] = NEXT_ENTRY(COMMON_PREFIX); ^ ../app/test-pmd/cmdline_flow.c: In function ‘parse_vc_action_rss_type’: ../app/test-pmd/cmdline_flow.c:1035:37: error: array initialized from non-constant array expression #define NEXT_ENTRY(...) (const enum index []){ __VA_ARGS__, ZERO, } ^ ../app/test-pmd/cmdline_flow.c:8391:35: note: in expansion of macro ‘NEXT_ENTRY’ static const enum index next[] = NEXT_ENTRY(ACTION_RSS_TYPE); ^ ../app/test-pmd/cmdline_flow.c: In function ‘parse_vc_action_rss_queue’: ../app/test-pmd/cmdline_flow.c:1035:37: error: array initialized from non-constant array expression #define NEXT_ENTRY(...) (const enum index []){ __VA_ARGS__, ZERO, } ^ ../app/test-pmd/cmdline_flow.c:8435:35: note: in expansion of macro ‘NEXT_ENTRY’ static const enum index next[] = NEXT_ENTRY(ACTION_RSS_QUEUE); ^ [834/1011] Compiling C object app/dpdk-testpmd.p/test-pmd_config.c.o ninja: build stopped: subcommand failed. Meson: 1.2.0 Gcc: 4.8.5