[dpdk-dev] [PATCH v2 06/13] net/ppfe: add MAC and host interface initialisation
Ferruh Yigit
ferruh.yigit at intel.com
Thu Sep 26 19:00:38 CEST 2019
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.singh at nxp.com>
> Signed-off-by: Akhil Goyal <akhil.goyal at nxp.com>
> Acked-by: Nipun Gupta <nipun.gupta at 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.
More information about the dev
mailing list