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 5CE255698 for ; Fri, 22 May 2015 08:09:00 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 21 May 2015 23:08:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,474,1427785200"; d="scan'208";a="496898914" Received: from kmsmsx151.gar.corp.intel.com ([172.21.73.86]) by FMSMGA003.fm.intel.com with ESMTP; 21 May 2015 23:08:58 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by KMSMSX151.gar.corp.intel.com (172.21.73.86) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 22 May 2015 14:08:58 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.109]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.50]) with mapi id 14.03.0224.002; Fri, 22 May 2015 14:08:56 +0800 From: "Ouyang, Changchun" To: Thomas F Herbert , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/6] Support multiple queues in vhost Thread-Index: AQHQk5rCRAID3lpqGk+vkDkVjE2ujJ2Gq5yAgADXsbA= Date: Fri, 22 May 2015 06:08:56 +0000 Message-ID: References: <1432194581-15301-1-git-send-email-changchun.ouyang@intel.com> <555E82A5.4080608@redhat.com> In-Reply-To: <555E82A5.4080608@redhat.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 0/6] Support multiple queues in vhost 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, 22 May 2015 06:09:00 -0000 Hi Thomas, > -----Original Message----- > From: Thomas F Herbert [mailto:therbert@redhat.com] > Sent: Friday, May 22, 2015 9:13 AM > To: Ouyang, Changchun; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 0/6] Support multiple queues in vhost >=20 >=20 >=20 > On 5/21/15 3:49 AM, Ouyang Changchun wrote: > > This patch set supports the multiple queues for each virtio device in v= host. > > The vhost-user is used to enable the multiple queues feature, It's not > ready for vhost-cuse. > Thanks. I tried it and verified that this patch applies cleanly to master= . Could > you also notify the list when qemu patch is available. I have sent out the qemu patch to qemu community last night, please see thi= s link: http://patchwork.ozlabs.org/patch/475055/ thanks for your verifying Changchun