DPDK patches and discussions
 help / color / mirror / Atom feed
From: Huawei Xie <huawei.xie@intel.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 2/2] lib/Makefile: Turn off vhost_lib by default as it needs fuse, fuse-devel to compile
Date: Fri, 18 Jul 2014 13:39:06 +0800	[thread overview]
Message-ID: <1405661946-12534-3-git-send-email-huawei.xie@intel.com> (raw)
In-Reply-To: <1405661946-12534-1-git-send-email-huawei.xie@intel.com>

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

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
 
 #
-- 
1.8.1.4

      parent reply	other threads:[~2014-07-18  5:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-18  5:39 [dpdk-dev] [PATCH 0/2] user space vhost library Huawei Xie
2014-07-18  5:39 ` [dpdk-dev] [PATCH 1/2] lib/librte_vhost: vhost library support to facilitate integration with vswitch Huawei Xie
2014-08-07 17:58   ` Stephen Hemminger
2014-08-08  5:51     ` Xie, Huawei
2014-07-18  5:39 ` Huawei Xie [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1405661946-12534-3-git-send-email-huawei.xie@intel.com \
    --to=huawei.xie@intel.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).