From: Ferruh Yigit Date: Tue, 17 Jan 2017 18:01:47 +0000 (+0000) Subject: config: disable KNI ethtool by default X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=ee04d5197b48b34b563d476777b3a15bbe99104e;p=dpdk.git config: disable KNI ethtool by default KNI ethtool support (KNI control path) is not commonly used, and it tends to break the build with new version of the Linux kernel. KNI ethtool feature is disabled by default. KNI datapath is not effected from this update. It is possible to enable feature explicitly with config option: "CONFIG_RTE_KNI_KMOD_ETHTOOL=y" Signed-off-by: Ferruh Yigit Acked-by: Thomas Monjalon --- diff --git a/config/common_linuxapp b/config/common_linuxapp index a2c96874ca..00ebaac3de 100644 --- a/config/common_linuxapp +++ b/config/common_linuxapp @@ -38,7 +38,6 @@ CONFIG_RTE_EXEC_ENV_LINUXAPP=y CONFIG_RTE_EAL_IGB_UIO=y CONFIG_RTE_EAL_VFIO=y CONFIG_RTE_KNI_KMOD=y -CONFIG_RTE_KNI_KMOD_ETHTOOL=y CONFIG_RTE_LIBRTE_KNI=y CONFIG_RTE_LIBRTE_VHOST=y CONFIG_RTE_LIBRTE_PMD_VHOST=y