config: disable KNI module on tile
authorZhigang Lu <zlu@ezchip.com>
Tue, 17 Nov 2015 06:23:54 +0000 (14:23 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 19 Nov 2015 09:01:17 +0000 (10:01 +0100)
Commit 36080ff96b0e causes compiling error on tile, as tile
does not support KNI, so we disable the CONFIG_RTE_KNI_KMOD.

Fixes: 36080ff96b0e ("config: add KNI kmod option")

Reported-by: Guo Xin <gxin@ezchip.com>
Signed-off-by: Zhigang Lu <zlu@ezchip.com>
config/defconfig_tile-tilegx-linuxapp-gcc

index a5d8bd6..9df9d7f 100644 (file)
@@ -51,6 +51,7 @@ CONFIG_RTE_LIBRTE_EAL_VMWARE_TSC_MAP_SUPPORT=n
 CONFIG_RTE_EAL_IGB_UIO=n
 CONFIG_RTE_EAL_VFIO=n
 CONFIG_RTE_LIBRTE_KNI=n
+CONFIG_RTE_KNI_KMOD=n
 CONFIG_RTE_LIBRTE_XEN_DOM0=n
 CONFIG_RTE_LIBRTE_IGB_PMD=n
 CONFIG_RTE_LIBRTE_EM_PMD=n