From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 5A7A05A6C for ; Mon, 29 Jun 2015 18:48:07 +0200 (CEST) Received: by wgqq4 with SMTP id q4so146389004wgq.1 for ; Mon, 29 Jun 2015 09:48:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=GIifoNjnAQhEu/i+CeigA3Q+GvMg38GDCrLATdgBaaA=; b=fp4d5iNgGQ7j4MYtWYe7XEjRZED9Eh+V97UgalBUZ9VTrbcEF85N8Yj4wJk5TD50ba p+csBlQbWoSO5KFkMOFgX/6TrdniJYO9qTD4HGfI2wNByByou8ruN/WviOtM0ND+Z2RQ Mxze7R70C8OEGYvUz3qsJrHYsQfHE8th4fSS3DpjWPrghGYeLXSTjee41Qw19fEnRUeA kpebC90CzRP4MtsENtLnQAVrV09e1TBmGgFfLqhT42uHjMyjJsnwlMZ0K5P0W6x5EsFN Mzz2HpNItItV2jLXBh+oP5fTKLAJ4aHNUPmzGpQdPS62yDrhUAtV4W8TsFypeULjeW2u UIyw== X-Gm-Message-State: ALoCoQnMZgErEJNnX2vJv93TyFJVQcvFZz4HlWtibLL9vuRFeysdiGljAOlqQaQBtSj8Bdl75X0b X-Received: by 10.180.90.241 with SMTP id bz17mr22559767wib.95.1435596487168; Mon, 29 Jun 2015 09:48:07 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id x10sm10746279wjr.25.2015.06.29.09.48.05 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 Jun 2015 09:48:06 -0700 (PDT) From: Thomas Monjalon To: Huawei Xie Date: Mon, 29 Jun 2015 18:46:57 +0200 Message-ID: <1818383.1mc02Lbo2E@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1435593533-31607-1-git-send-email-huawei.xie@intel.com> References: <1435593533-31607-1-git-send-email-huawei.xie@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] vhost: turn on vhost by default X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 16:48:07 -0000 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 Applied, thanks