From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zc7pA-0005Km-S3 for qemu-devel@nongnu.org; Wed, 16 Sep 2015 04:12:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zc7p7-0005rQ-MJ for qemu-devel@nongnu.org; Wed, 16 Sep 2015 04:12:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zc7p7-0005rL-HI for qemu-devel@nongnu.org; Wed, 16 Sep 2015 04:12:13 -0400 Date: Wed, 16 Sep 2015 11:12:08 +0300 From: "Michael S. Tsirkin" Message-ID: <20150916111056-mutt-send-email-mst@redhat.com> References: <1442301035-7550-1-git-send-email-yuanhan.liu@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442301035-7550-1-git-send-email-yuanhan.liu@linux.intel.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: Yuanhan Liu Cc: jasowang@redhat.com, qemu-devel@nongnu.org, changchun.ouyang@intel.com 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. BTW, please use git format-patch -vX to format patches. This will ensure that all patches include the version # in the subject. -- MST