[dpdk-dev] [PATCH v2 08/12] kni: disabled by default
    Ferruh Yigit 
    ferruh.yigit at intel.com
       
    Fri Jun  9 10:56:14 CEST 2017
    
    
  
On 6/8/2017 12:59 AM, Gaetan Rivet wrote:
> Signed-off-by: Gaetan Rivet <gaetan.rivet at 6wind.com>
> ---
>  config/common_linuxapp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/config/common_linuxapp b/config/common_linuxapp
> index b3cf41b..cc85cc6 100644
> --- a/config/common_linuxapp
> +++ b/config/common_linuxapp
> @@ -38,7 +38,7 @@ CONFIG_RTE_EXEC_ENV_LINUXAPP=y
>  CONFIG_RTE_EAL_IGB_UIO=y
>  CONFIG_RTE_EAL_VFIO=y
>  CONFIG_RTE_KNI_KMOD=y
> -CONFIG_RTE_LIBRTE_KNI=y
> +CONFIG_RTE_LIBRTE_KNI=n
>  CONFIG_RTE_LIBRTE_PMD_KNI=y
>  CONFIG_RTE_LIBRTE_VHOST=y
>  CONFIG_RTE_LIBRTE_PMD_VHOST=y
> 
Hi Gaetan,
We shouldn't just disable components that doesn't compile.
And what happens when it is enabled, not compiled at all? So you are
literally breaking the existing support with your patch?
Thanks,
ferruh
    
    
More information about the dev
mailing list