From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v6 03/13] vhost: vring queue setup for multiple queue support Date: Tue, 20 Oct 2015 14:56:25 +0800 Message-ID: <20151020065625.GS3115@yliu-dev.sh.intel.com> References: <1444369572-1157-1-git-send-email-yuanhan.liu@linux.intel.com> <1444369572-1157-4-git-send-email-yuanhan.liu@linux.intel.com> <1721307.7HbGBz8JS3@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 000308E8E for ; Tue, 20 Oct 2015 08:56:24 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1721307.7HbGBz8JS3@xps13> 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" On Tue, Oct 20, 2015 at 08:49:38AM +0200, Thomas Monjalon wrote: > 2015-10-09 13:46, Yuanhan Liu: > > All queue pairs, including the default (the first) queue pair, > > are allocated dynamically, when a vring_call message is received > > first time for a specific queue pair. > > > > This is a refactor work for enabling vhost-user multiple queue; > > it should not break anything as it does no functional changes: > > we don't support mq set, so there is only one mq at max. > > > > This patch is based on Changchun's patch. > > > > Signed-off-by: Yuanhan Liu > > Maybe you should keep Changchun's sign-off. Yeah, I should've done that. --yliu