From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dNE5w-0007yZ-Kh for qemu-devel@nongnu.org; Tue, 20 Jun 2017 04:01:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dNE5s-0004qA-Ma for qemu-devel@nongnu.org; Tue, 20 Jun 2017 04:01:04 -0400 Date: Tue, 20 Jun 2017 10:00:50 +0200 From: Kevin Wolf Message-ID: <20170620080050.GA6306@noname.redhat.com> References: <1497348515-6391-1-git-send-email-sbates@raithlin.com> <20170619212435.GB22260@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170619212435.GB22260@localhost.localdomain> Subject: Re: [Qemu-devel] [PATCH] nvme: Add support for Read Data and Write Data in CMBs. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Keith Busch Cc: sbates@raithlin.com, qemu-block@nongnu.org, qemu-devel@nongnu.org, logang@deltatee.com, mreitz@redhat.com Am 19.06.2017 um 23:24 hat Keith Busch geschrieben: > On Tue, Jun 13, 2017 at 04:08:35AM -0600, sbates@raithlin.com wrote: > > From: Stephen Bates > > > > Add the ability for the NVMe model to support both the RDS and WDS > > modes in the Controller Memory Buffer. > > > > Although not currently supported in the upstreamed Linux kernel a fork > > with support exists [1] and user-space test programs that build on > > this also exist [2]. > > > > Useful for testing CMB functionality in preperation for real CMB > > enabled NVMe devices (coming soon). > > > > [1] https://github.com/sbates130272/linux-p2pmem > > [2] https://github.com/sbates130272/p2pmem-test > > > > Signed-off-by: Stephen Bates > > Reviewed-by: Logan Gunthorpe > > This looks good to me. > > Reviewed-by: Keith Busch Thanks, applied to the block branch. Kevin