[dpdk-dev] vhost: turn on vhost by default

Message ID 1435593533-31607-1-git-send-email-huawei.xie@intel.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

Huawei Xie June 29, 2015, 3:58 p.m. UTC
  Previous vhost-cuse implementation requires fuse development package.
Now that we have vhost-user implementation, which is enabled by default
and doesn't require additional library to build, we could turn on vhost.

Signed-off-by: Huawei Xie <huawei.xie@intel.com>
---
 config/common_linuxapp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Thomas Monjalon June 29, 2015, 4:46 p.m. UTC | #1
2015-06-29 23:58, Huawei Xie:
> Previous vhost-cuse implementation requires fuse development package.
> Now that we have vhost-user implementation, which is enabled by default
> and doesn't require additional library to build, we could turn on vhost.
> 
> Signed-off-by: Huawei Xie <huawei.xie@intel.com>

Applied, thanks
  

Patch

diff --git a/config/common_linuxapp b/config/common_linuxapp
index aae22f4..085a6c5 100644
--- a/config/common_linuxapp
+++ b/config/common_linuxapp
@@ -427,7 +427,7 @@  CONFIG_RTE_KNI_VHOST_DEBUG_TX=n
 # fuse-devel enables user space char driver development
 # vhost-user is turned on by default.
 #
-CONFIG_RTE_LIBRTE_VHOST=n
+CONFIG_RTE_LIBRTE_VHOST=y
 CONFIG_RTE_LIBRTE_VHOST_USER=y
 CONFIG_RTE_LIBRTE_VHOST_DEBUG=n