[dpdk-dev] [PATCH v16 7/8] examples/l2fwd: disable ptype parsing
Ferruh Yigit
ferruh.yigit at intel.com
Thu Nov 7 19:30:42 CET 2019
On 11/6/2019 7:18 PM, pbhagavatula at marvell.com wrote:
> diff --git a/examples/l2fwd/Makefile b/examples/l2fwd/Makefile
> index 230352093..123e6161c 100644
> --- a/examples/l2fwd/Makefile
> +++ b/examples/l2fwd/Makefile
> @@ -51,6 +51,7 @@ include $(RTE_SDK)/mk/rte.vars.mk
>
> CFLAGS += -O3
> CFLAGS += $(WERROR_FLAGS)
> +CFLAGS += -DALLOW_EXPERIMENTAL_API
Can you please add the experimental API as comment, it may help removing these
flags when APIs becomes non-experimental.
Some thing for meson.
More information about the dev
mailing list