[dpdk-dev,2/2] lib/Makefile: Turn off vhost_lib by default as it needs fuse, fuse-devel to compile
Message ID | 1405661946-12534-3-git-send-email-huawei.xie@intel.com (mailing list archive) |
---|---|
State | Superseded, archived |
Headers |
Commit Message
diff --git a/config/common_linuxapp b/config/common_linuxapp index 002ed84..5b58278 100644 --- a/config/common_linuxapp +++ b/config/common_linuxapp @@ -391,8 +391,9 @@ CONFIG_RTE_KNI_VHOST_DEBUG_TX=n # # Compile vhost library +# fuse, fuse-devel, kernel-modules-extra packages are needed # -CONFIG_RTE_LIBRTE_VHOST=y +CONFIG_RTE_LIBRTE_VHOST=n CONFIG_RTE_LIBRTE_VHOST_DEBUG=n #