From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zc7tO-0006Ze-BZ for qemu-devel@nongnu.org; Wed, 16 Sep 2015 04:16:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zc7tK-0007dG-KI for qemu-devel@nongnu.org; Wed, 16 Sep 2015 04:16:38 -0400 Received: from mga03.intel.com ([134.134.136.65]:59564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zc7tK-0007cu-F3 for qemu-devel@nongnu.org; Wed, 16 Sep 2015 04:16:34 -0400 Date: Wed, 16 Sep 2015 16:17:33 +0800 From: Yuanhan Liu Message-ID: <20150916081733.GG2339@yliu-dev.sh.intel.com> References: <1442301035-7550-1-git-send-email-yuanhan.liu@linux.intel.com> <20150916111056-mutt-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150916111056-mutt-send-email-mst@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/7 v9] vhost-user multiple queue support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: jasowang@redhat.com, qemu-devel@nongnu.org, changchun.ouyang@intel.com On Wed, Sep 16, 2015 at 11:12:08AM +0300, Michael S. Tsirkin wrote: > On Tue, Sep 15, 2015 at 03:10:27PM +0800, Yuanhan Liu wrote: > > Hi, > > > > Here is the updated patch set for enabling vhost-user multiple queue. > > Will review, thanks. Thank you! > BTW, please use git format-patch -vX to format patches. > This will ensure that all patches include the version # in the subject. Thanks for the tip. Will bear that in mind. --yliu