[dpdk-dev] [PATCH 7/8] kni: disabled by default

Gaetan Rivet gaetan.rivet at 6wind.com
Thu Jun 1 12:14:31 CEST 2017


The kni library has a dependency on the PCI bus.
Moving the PCI bus out of the EAL breaks its compilation.

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
-- 
2.1.4



More information about the dev mailing list