From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=dTWA7jlBFwg+HPBHA9FjhdCtRSNcCMQOjFslDjr/2/o=; b=j+3QhfqSAacNjEjG6J1XEonR9LiKi6D6ohzIcGLW1cQblYTPjTGC7CUeuNiSsLSOWd 4P+HsTsZVhpepYSEeXDIEnEG6oVsCnzfAGijpJDAV6wLJHUmLAdMQLhQTuvp1Sq0uGfl f1BC5PyK+QoVnbcP71tmQ/9NXOvNFsckwqgB9Y7nyZz8ovBHTDpPuC+JXY3Fq/n9eUeX 9M2BrCvGZzYY/DuZcHHXVFYXiOkNyQIMedxC8f8Z3JjSzksB1E8EGJH99yeCWo9ny58R UZJWtfniIt7+0eEUqwOB0zGEPykuyqqOd1wpVcCHYuiUnHc9zic6zFdJi/VQJu/+qlTS 3LRg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=dTWA7jlBFwg+HPBHA9FjhdCtRSNcCMQOjFslDjr/2/o=; b=gLEhl66trB9fneDXa4cvdqhiEVcrBx6BKrzKGkBjKmFG8tmhLdrHnItS/9Ppuanwli rdHsembpKksoaJIgWMc45ZR3Uko3VbihPy38AVfuSEAf9DQOQesUK6twktY1B8a4VsRh Qy2RKxbuzsDka2zDwZMngLWkhUEob2yMqi5rH9aNKec929hq2e4sbuSdpOAa+SnyvHTw 2wnnkhYp61jjldPWCzM+N4fd71S19/wxNphk+hPeBgYa2eBoGZRfFWZTUw26kvS+RkWm jhyNzAysMFXJMoaf0gSykBtwHgEeAJv9VHFV8ZPkYpey+DczkvYuhqkx89GaUhpW58UM 16QQ== X-Gm-Message-State: ALoCoQnR+LeOJxFQ4+xNTSZ+AbcQ0eGCCdC5t6PIk6ZQwDCP1RxDWLESOEKuZbrIye0NE0wvKtGh X-Received: by 10.194.104.132 with SMTP id ge4mr22434187wjb.127.1445891253437; Mon, 26 Oct 2015 13:27:33 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id cv1sm15173892wib.18.2015.10.26.13.27.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Oct 2015 13:27:32 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org, Yuanhan Liu Date: Mon, 26 Oct 2015 21:26:24 +0100 Message-ID: <1460113.71CfFMvldr@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 20:27:33 -0000 > > 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