From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A2529C433F5 for ; Thu, 3 Feb 2022 16:15:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352162AbiBCQPn (ORCPT ); Thu, 3 Feb 2022 11:15:43 -0500 Received: from verein.lst.de ([213.95.11.211]:38119 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231744AbiBCQPm (ORCPT ); Thu, 3 Feb 2022 11:15:42 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 8DFEC68AFE; Thu, 3 Feb 2022 17:15:34 +0100 (CET) Date: Thu, 3 Feb 2022 17:15:34 +0100 From: Christoph Hellwig To: Luis Chamberlain Cc: Adam Manzanares , Mikulas Patocka , Javier =?iso-8859-1?Q?Gonz=E1lez?= , Chaitanya Kulkarni , "linux-block@vger.kernel.org" , "linux-scsi@vger.kernel.org" , "dm-devel@redhat.com" , "linux-nvme@lists.infradead.org" , linux-fsdevel , Jens Axboe , "msnitzer@redhat.com >> msnitzer@redhat.com" , Bart Van Assche , "martin.petersen@oracle.com >> Martin K. Petersen" , "roland@purestorage.com" , Hannes Reinecke , "kbus @imap.gmail.com>> Keith Busch" , Christoph Hellwig , "Frederick.Knight@netapp.com" , "zach.brown@ni.com" , "osandov@fb.com" , "lsf-pc@lists.linux-foundation.org" , "djwong@kernel.org" , "josef@toxicpanda.com" , "clm@fb.com" , "dsterba@suse.com" , "tytso@mit.edu" , "jack@suse.com" , Kanchan Joshi Subject: Re: [RFC PATCH 3/3] nvme: add the "debug" host driver Message-ID: <20220203161534.GA15366@lst.de> References: <20220201102122.4okwj2gipjbvuyux@mpHalley-2> <20220202060154.GA120951@bgt-140510-bm01> <20220203160633.rdwovqoxlbr3nu5u@garbanzo> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220203160633.rdwovqoxlbr3nu5u@garbanzo> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Thu, Feb 03, 2022 at 08:06:33AM -0800, Luis Chamberlain wrote: > On Wed, Feb 02, 2022 at 06:01:13AM +0000, Adam Manzanares wrote: > > BTW I think having the target code be able to implement simple copy without > > moving data over the fabric would be a great way of showing off the command. > > Do you mean this should be implemented instead as a fabrics backend > instead because fabrics already instantiates and creates a virtual > nvme device? And so this would mean less code? It would be a lot less code. In fact I don't think we need any new code at all. Just using nvme-loop on top of null_blk or brd should be all that is needed.