From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 19 Oct 2015 23:56:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,706,1437462000"; d="scan'208";a="814989607" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.66.49]) by fmsmga001.fm.intel.com with ESMTP; 19 Oct 2015 23:56:20 -0700 Date: Tue, 20 Oct 2015 14:56:25 +0800 From: Yuanhan Liu To: Thomas Monjalon 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 Content-Disposition: inline In-Reply-To: <1721307.7HbGBz8JS3@xps13> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v6 03/13] vhost: vring queue setup for multiple queue support 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: Tue, 20 Oct 2015 06:56:25 -0000 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