From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 51FC2C678 for ; Fri, 24 Jun 2016 03:20:38 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 23 Jun 2016 18:20:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,518,1459839600"; d="scan'208";a="994036751" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga001.fm.intel.com with ESMTP; 23 Jun 2016 18:20:37 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 23 Jun 2016 18:20:35 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 23 Jun 2016 18:20:34 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.181]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.107]) with mapi id 14.03.0248.002; Fri, 24 Jun 2016 09:18:35 +0800 From: "Tan, Jianfeng" To: "Yigit, Ferruh" , "dev@dpdk.org" CC: "Xie, Huawei" , "rich.lane@bigswitch.com" , "yuanhan.liu@linux.intel.com" , "mst@redhat.com" , "nakajima.yoshihiro@lab.ntt.co.jp" , "p.fedin@samsung.com" , "ann.zhuangyanying@huawei.com" , "mukawa@igel.co.jp" , "nhorman@tuxdriver.com" Thread-Topic: [dpdk-dev] [PATCH v9 3/6] virtio-user: add vhost user adapter layer Thread-Index: AQHRxuTd6ZGC8qUjS0ykCpbcjid6H5/2R9qAgAGQdcA= Date: Fri, 24 Jun 2016 01:18:34 +0000 Message-ID: References: <1446748276-132087-1-git-send-email-jianfeng.tan@intel.com> <1465981405-37485-1-git-send-email-jianfeng.tan@intel.com> <1465981405-37485-4-git-send-email-jianfeng.tan@intel.com> <576BA57D.6080908@intel.com> In-Reply-To: <576BA57D.6080908@intel.com> Accept-Language: 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 v9 3/6] virtio-user: add vhost user adapter layer 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, 24 Jun 2016 01:20:38 -0000 Hi Yigit, > -----Original Message----- > From: Yigit, Ferruh > Sent: Thursday, June 23, 2016 5:02 PM > To: Tan, Jianfeng; dev@dpdk.org > Cc: Xie, Huawei; rich.lane@bigswitch.com; yuanhan.liu@linux.intel.com; > mst@redhat.com; nakajima.yoshihiro@lab.ntt.co.jp; p.fedin@samsung.com; > ann.zhuangyanying@huawei.com; mukawa@igel.co.jp; > nhorman@tuxdriver.com > Subject: Re: [dpdk-dev] [PATCH v9 3/6] virtio-user: add vhost user adapte= r > layer >=20 > On 6/15/2016 10:03 AM, Jianfeng Tan wrote: >=20 > ... >=20 > > > > diff --git a/config/common_linuxapp b/config/common_linuxapp > > index 7e698e2..2483dfa 100644 > > --- a/config/common_linuxapp > > +++ b/config/common_linuxapp > > @@ -43,3 +43,4 @@ CONFIG_RTE_LIBRTE_VHOST=3Dy > > CONFIG_RTE_LIBRTE_PMD_VHOST=3Dy > > CONFIG_RTE_LIBRTE_PMD_AF_PACKET=3Dy > > CONFIG_RTE_LIBRTE_POWER=3Dy > > +CONFIG_RTE_VIRTIO_USER=3Dy >=20 > With current config structure, all configuration parameters put into > common_base with a default value, and overwritten in environment file if > required, VIRTIO_USER is missing in common_base. > You can check CONFIG_RTE_LIBRTE_VHOST as sample. Oh yes, I need to add CONFIG_RTE_VIRTIO_USER=3Dn in common_base. I'll send = a patch to fix this. Thank you for suggestion! Thanks, Jianfeng