From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 9E96F5949 for ; Fri, 13 Mar 2015 03:50:40 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 12 Mar 2015 19:48:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,392,1422950400"; d="scan'208";a="664617558" Received: from kmsmsx151.gar.corp.intel.com ([172.21.73.86]) by orsmga001.jf.intel.com with ESMTP; 12 Mar 2015 19:50:32 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by KMSMSX151.gar.corp.intel.com (172.21.73.86) with Microsoft SMTP Server (TLS) id 14.3.195.1; Fri, 13 Mar 2015 10:50:22 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.198]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.36]) with mapi id 14.03.0224.002; Fri, 13 Mar 2015 10:50:20 +0800 From: "Ouyang, Changchun" To: "Xie, Huawei" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] lib/librte_vhost: add CONFIG_RTE_LIBRTE_VHOST_USER switch Thread-Index: AQHQXNmI/Hra9wN+BU268LVEQGEQpp0Ztv/A Date: Fri, 13 Mar 2015 02:50:19 +0000 Message-ID: References: <1426174223-14666-1-git-send-email-huawei.xie@intel.com> In-Reply-To: <1426174223-14666-1-git-send-email-huawei.xie@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] lib/librte_vhost: add CONFIG_RTE_LIBRTE_VHOST_USER switch 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: Fri, 13 Mar 2015 02:50:41 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Huawei Xie > Sent: Thursday, March 12, 2015 11:30 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] lib/librte_vhost: add > CONFIG_RTE_LIBRTE_VHOST_USER switch >=20 > Turn on CONFIG_RTE_LIBRTE_VHOST to enable vhost. > vhost-user is turned on by default. Turn off > CONFIG_RTE_LIBRTE_VHOST_USER to enable vhost-cuse implementation. >=20 > Signed-off-by: Huawei Xie Acked-by: Changchun Ouyang