From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v8 0/8] vhost-user multiple queues enabling Date: Mon, 26 Oct 2015 21:26:24 +0100 Message-ID: <1460113.71CfFMvldr@xps13> References: <1445399294-18826-1-git-send-email-yuanhan.liu@linux.intel.com> <1445517356-19780-1-git-send-email-yuanhan.liu@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "marcel@redhat.com" , "Michael S. Tsirkin" To: dev@dpdk.org, Yuanhan Liu Return-path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 9ACA87F1C for ; Mon, 26 Oct 2015 21:27:33 +0100 (CET) Received: by wicfv8 with SMTP id fv8so133657229wic.0 for ; Mon, 26 Oct 2015 13:27:33 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Changchun Ouyang (3): > > vhost: rxtx: use queue id instead of constant ring index > > virtio: fix deadloop due to reading virtio_net_config incorrectly > > vhost: add VHOST_USER_SET_VRING_ENABLE message > > > > Yuanhan Liu (5): > > vhost-user: add protocol features support > > vhost-user: add VHOST_USER_GET_QUEUE_NUM message > > vhost: vring queue setup for multiple queue support > > vhost-user: enable vhost-user multiple queue > > doc: update release note for vhost-user mq support > > Acked-by: Huawei Xie Applied, thanks