[dpdk-dev] [PATCH v2 7/8] event/opdl: update the build system to enable compilation

Jerin Jacob jerin.jacob at caviumnetworks.com
Sat Dec 16 13:15:46 CET 2017


-----Original Message-----
> Date: Fri, 15 Dec 2017 11:26:28 +0000
> From: Liang Ma <liang.j.ma at intel.com>
> To: jerin.jacob at caviumnetworks.com
> CC: dev at dpdk.org, harry.van.haaren at intel.com, bruce.richardson at intel.com,
>  deepak.k.jain at intel.com, john.geary at intel.com, peter.mccarthy at intel.com,
>  seanbh at gmail.com
> Subject: [PATCH v2 7/8] event/opdl: update the build system to enable
>  compilation
> X-Mailer: git-send-email 2.7.5
> 
> update the base config, add OPDL event dev flag
> update the driver/event  Makefile to add opdl subdir
> update the rte.app.mk    allow app link the pmd lib
> 
> Signed-off-by: Liang Ma <liang.j.ma at intel.com>
> Signed-off-by: Peter, Mccarthy <peter.mccarthy at intel.com>
> ---
>  config/common_base     | 6 ++++++
>  drivers/event/Makefile | 1 +
>  mk/rte.app.mk          | 1 +
>  3 files changed, 8 insertions(+)
> 
> diff --git a/config/common_base b/config/common_base
> index e74febe..67adaba 100644
> --- a/config/common_base
> +++ b/config/common_base
> @@ -594,6 +594,12 @@ CONFIG_RTE_LIBRTE_PMD_OCTEONTX_SSOVF=y
>  CONFIG_RTE_LIBRTE_PMD_OCTEONTX_SSOVF_DEBUG=n
>  
>  #
> +# Compile PMD for OPDL event device
> +#
> +CONFIG_RTE_LIBRTE_PMD_OPDL_EVENTDEV=y

Enable this configuration in the initial patch and make sure each patch builds.
(Just like all other eventdev PMDs are added to DPDK)

> +CONFIG_RTE_LIBRTE_PMD_OPDL_EVENTDEV_DEBUG=n

Use dynamic logging in new PMDs.



More information about the dev mailing list