[dpdk-dev] [PATCH v8 3/4] examples: add l3fwd-thread example in performance-thread

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Dec 7 03:36:12 CET 2015


Hi,

I had no time to check how it works.
I'm just surprised that you introduce a new config option.

2015-12-04 10:34, Ian Betts:
> --- a/config/defconfig_x86_64-native-linuxapp-gcc
> +++ b/config/defconfig_x86_64-native-linuxapp-gcc
> @@ -40,3 +40,5 @@ CONFIG_RTE_ARCH_64=y
>  
>  CONFIG_RTE_TOOLCHAIN="gcc"
>  CONFIG_RTE_TOOLCHAIN_GCC=y
> +
> +CONFIG_RTE_PERFORMANCE_THREAD=y
> diff --git a/config/defconfig_x86_64-native-linuxapp-icc b/config/defconfig_x86_64-native-linuxapp-icc
> index 71d1e28..4c8e6ac 100644
> --- a/config/defconfig_x86_64-native-linuxapp-icc
> +++ b/config/defconfig_x86_64-native-linuxapp-icc
> @@ -40,3 +40,5 @@ CONFIG_RTE_ARCH_64=y
>  
>  CONFIG_RTE_TOOLCHAIN="icc"
>  CONFIG_RTE_TOOLCHAIN_ICC=y
> +
> +CONFIG_RTE_PERFORMANCE_THREAD=y
> diff --git a/examples/Makefile b/examples/Makefile
> index 5dd2c53..c7e786d 100644
> --- a/examples/Makefile
> +++ b/examples/Makefile
> @@ -77,5 +77,6 @@ DIRS-y += vmdq
>  DIRS-y += vmdq_dcb
>  DIRS-$(CONFIG_RTE_LIBRTE_POWER) += vm_power_manager
>  DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += l2fwd-crypto
> +DIRS-$(CONFIG_RTE_PERFORMANCE_THREAD) += performance-thread

I think this option should be removed.



More information about the dev mailing list