* [dpdk-dev] [PATCH] vhost: turn on vhost by default
@ 2015-06-29 15:58 Huawei Xie
2015-06-29 16:46 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Huawei Xie @ 2015-06-29 15:58 UTC (permalink / raw)
To: dev
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(-)
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
--
1.8.1.4
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-29 16:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-29 15:58 [dpdk-dev] [PATCH] vhost: turn on vhost by default Huawei Xie
2015-06-29 16:46 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).