On 8/28/2019 12:08 PM, Gagandeep Singh wrote: > HIF or host interface is responsible for transmit > and receive packets between physical ethernet > interfaces and HIF library defined logical interfaces. > > This patch initialise that host interface and MAC. > > Signed-off-by: Gagandeep Singh <g.si...@nxp.com> > Signed-off-by: Akhil Goyal <akhil.go...@nxp.com> > Acked-by: Nipun Gupta <nipun.gu...@nxp.com>
<...> > @@ -10,14 +10,22 @@ include $(RTE_SDK)/mk/rte.vars.mk > LIB = librte_pmd_ppfe.a > > CFLAGS += -O3 $(WERROR_FLAGS) > +CFLAGS += -Wno-pointer-arith > CFLAGS += -I$(RTE_SDK)/drivers/bus/dpaa/include/ > +CFLAGS += -I$(RTE_SDK)/drivers/net/ppfe/base/ > CFLAGS += -I$(RTE_SDK)/drivers/common/dpaax > > EXPORT_MAP := rte_pmd_ppfe_version.map > LIBABIVER := 1 > > +# depends on v2p APIs which uses experimental API > +CFLAGS += -DALLOW_EXPERIMENTAL_API Can you please list of experimental APIs used in the make and meson files, as comment. That may help us to trace when to remove this flag as APIs promoted to non experimental state.