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 94FE35682 for ; Mon, 26 Oct 2015 02:36:17 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 25 Oct 2015 18:36:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,199,1444719600"; d="scan'208";a="671566040" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 25 Oct 2015 18:36:17 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 25 Oct 2015 18:36:15 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.110.15) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 25 Oct 2015 18:36:15 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.96]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.194]) with mapi id 14.03.0248.002; Mon, 26 Oct 2015 09:36:11 +0800 From: "Xie, Huawei" To: Yuanhan Liu , "dev@dpdk.org" Thread-Topic: [PATCH v8 0/8] vhost-user multiple queues enabling Thread-Index: AdEPjrFQozv4/REBl0iQ2i0D3B9X3w== Date: Mon, 26 Oct 2015 01:36:10 +0000 Message-ID: References: <1445399294-18826-1-git-send-email-yuanhan.liu@linux.intel.com> <1445517356-19780-1-git-send-email-yuanhan.liu@linux.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 Cc: "marcel@redhat.com" , "Michael S. Tsirkin" Subject: Re: [dpdk-dev] [PATCH v8 0/8] vhost-user multiple queues enabling 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, 26 Oct 2015 01:36:18 -0000 On 10/22/2015 8:35 PM, Yuanhan Liu wrote:=0A= > This patch set enables vhost-user multiple queue feature.=0A= >=0A= >=0A= > ---=0A= > Changchun Ouyang (3):=0A= > vhost: rxtx: use queue id instead of constant ring index=0A= > virtio: fix deadloop due to reading virtio_net_config incorrectly=0A= > vhost: add VHOST_USER_SET_VRING_ENABLE message=0A= >=0A= > Yuanhan Liu (5):=0A= > vhost-user: add protocol features support=0A= > vhost-user: add VHOST_USER_GET_QUEUE_NUM message=0A= > vhost: vring queue setup for multiple queue support=0A= > vhost-user: enable vhost-user multiple queue=0A= > doc: update release note for vhost-user mq support=0A= >=0A= > doc/guides/rel_notes/release_2_2.rst | 4 +=0A= > drivers/net/virtio/virtio_ethdev.c | 16 ++-=0A= > lib/librte_vhost/rte_virtio_net.h | 13 +-=0A= > lib/librte_vhost/vhost_rxtx.c | 53 +++++---=0A= > lib/librte_vhost/vhost_user/vhost-net-user.c | 25 +++-=0A= > lib/librte_vhost/vhost_user/vhost-net-user.h | 4 +=0A= > lib/librte_vhost/vhost_user/virtio-net-user.c | 86 ++++++++++---=0A= > lib/librte_vhost/vhost_user/virtio-net-user.h | 10 ++=0A= > lib/librte_vhost/virtio-net.c | 168 ++++++++++++++++----= ------=0A= > 9 files changed, 275 insertions(+), 104 deletions(-)=0A= >=0A= =0A= Btw, Changchun's patch: "virtio: fix deadloop due to reading=0A= virtio_net_config incorrectly" isn't included, so probably, you could=0A= remove this from this cover-letter.=0A= =0A= Acked-by: Huawei Xie =0A= =0A=