[dpdk-dev] [PATCH v1 02/13] net/ppfe: introduce ppfe net poll mode driver
Stephen Hemminger
stephen at networkplumber.org
Mon Oct 28 18:18:43 CET 2019
On Mon, 26 Aug 2019 18:32:35 +0530
Gagandeep Singh <g.singh at nxp.com> wrote:
> --- a/config/common_base
> +++ b/config/common_base
> @@ -224,6 +224,11 @@ CONFIG_RTE_LIBRTE_CXGBE_DEBUG_TX=n
> CONFIG_RTE_LIBRTE_CXGBE_DEBUG_RX=n
> CONFIG_RTE_LIBRTE_CXGBE_TPUT=y
>
> +#
> +# Compile burst-oriented NXP PPFE PMD driver
> +#
> +CONFIG_RTE_LIBRTE_PPFE_PMD=n
This driver should use the common naming convention for Poll Mode Drivers.
s/CONFIG_RTE_LIBRTE_PPFE_PMD/CONFIG_RTE_LIBRTE_PMD_PPFE/
More information about the dev
mailing list