Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752253Ab0FHAUB (ORCPT ); Mon, 7 Jun 2010 20:20:01 -0400 Received: from smtp125.sbc.mail.sp1.yahoo.com ([69.147.65.184]:30791 "HELO smtp125.sbc.mail.sp1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751400Ab0FHAT5 (ORCPT ); Mon, 7 Jun 2010 20:19:57 -0400 X-Yahoo-SMTP: fzDSGlOswBCWnIOrNw7KwwK1j9PqyNbe5PtLKiS4dDU.UNl_t6bdEZu9tTLW X-YMail-OSG: _3NtK3AVM1maqh8rjGxCoTV1Izoa16uhFArwy0IKol4IUkEMnrwSDHmdX3BA40F1PPVbCtq4aY6uNQJ6s797Wv3rmgLrUF2.mDDvc5qnumjupPIUWHcWzaQB7XcTDFaQOu1_oBCK.H4DJ1l_Xkex0GGFMQqG0mZv6ufuvnAr7xENh.0ewj.zce0aUXzosjlH7hsxA1N9XA12oArxxs3dehGHw_scYf0gSk3ipMlRe7mx4SP0gt.T2W.VkAJ7eZDM_x1BG5K39GUCtROZWdUkF0MLrmvocH1ufc9UAYjdMSRQrqXI5hujNkqfqI_VU_sHoWj0AXiOem.X2FCNMLNOBUNo X-Yahoo-Newman-Property: ymail-3 Subject: Re: [PATCH 0/3] Add proper STGT <-> bs_sg passthrough v3 From: "Nicholas A. Bellinger" To: FUJITA Tomonori Cc: stgt@vger.kernel.org, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, michaelc@cs.wisc.edu, bharrosh@panasas.com, James.Bottomley@suse.de, dgilbert@interlog.com In-Reply-To: <20100608084443C.fujita.tomonori@lab.ntt.co.jp> References: <1275882615-5354-1-git-send-email-nab@linux-iscsi.org> <20100607154432Y.fujita.tomonori@lab.ntt.co.jp> <1275899236.26888.40.camel@haakon2.linux-iscsi.org> <20100608084443C.fujita.tomonori@lab.ntt.co.jp> Content-Type: text/plain Date: Mon, 07 Jun 2010 17:19:48 -0700 Message-Id: <1275956389.6498.8.camel@haakon2.linux-iscsi.org> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3271 Lines: 80 On Tue, 2010-06-08 at 08:45 +0900, FUJITA Tomonori wrote: > On Mon, 07 Jun 2010 01:27:16 -0700 > "Nicholas A. Bellinger" wrote: > > > On Mon, 2010-06-07 at 15:45 +0900, FUJITA Tomonori wrote: > > > On Sun, 6 Jun 2010 20:50:15 -0700 > > > "Nicholas A. Bellinger" wrote: > > > > > > > From: Nicholas Bellinger > > > > > > > > Greeting STGT folks, > > > > > > > > This is the third round of patches for adding proper LUN passthrough support into STGT > > > > using struct scsi_lu->cmd_perform() and struct scsi_lu->cmd_done() callers with existing > > > > SG_IO and the new BSG v4 backstores. > > > > > > > > Following Tomo-san's input, the changelog between v2 -> v3 is as follows: > > > > > > > > 1) Add struct device_type_template sg_template for SG_IO and BSG in usr/bs_sg.c instead > > > > of making changes to usr/sbc.c > > > > > > > > 2) Add struct backingstore_template->bs_passthrough member of type int for SG_IO and BSG. > > > > > > > > 3) In usr/target.c:tgt_device_create() pass bst->bs_passthrough into device_type_lookup() > > > > and for passthrough case use the new device_type_passthrough() to locate > > > > struct device_type_template sg_template. > > > > > > > > 4) Remove unnecessary post_cmd_done() from usr/target.c:__cmd_done_passthrough() > > > > > > > > This patch series has been tested with STGT/iSCSI using 'sg'+'bsg' and 'rdwr' for non > > > > passthrough mode backstores into TCM_Loop LLD emulated iSCSI target ports. > > > > > > > > Best, > > > > > > > > Signed-off-by: Nicholas A. Bellinger > > > > > > > Nicholas Bellinger (3): > > > > [tgt]: Add proper STGT LUN backstore passthrough support (rev 3) > > > > [tgt]: Add bs_sg struct device_type_template sg_template and struct > > > > backingstore_template->bs_init() > > > > [tgt]: Add BSG v4 backstore support to usr/bs_sg.c > > > > > > > > usr/bs_sg.c | 247 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- > > > > usr/scsi_cmnd.h | 7 ++ > > > > usr/target.c | 113 +++++++++++++++++++++++--- > > > > usr/tgtd.h | 16 ++++ > > > > 4 files changed, 362 insertions(+), 21 deletions(-) > > > > > > The first and second patches Look fine overall. I have some comments > > > and wrote some cleanup patches. > > > > > > I've put the first two patches with my cleanups: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tomo/tgt.git pass > > > > > > Can you confirm that it works for you? Then I can merge them into > > > master. > > > > The pass branch works fine using '-E sg -Y pt' for SG_IO backstore <-> > > fabric LUN assocation with TCM_Loop LLD Target Ports. Thanks for > > cleaning things up to use TYPE_PT btw, I should have asked about that > > earlier. ;) > > Thanks for the confirmation. I've merged these patches into master. > > I'll merge your bsg patch if nobody complains about dropping sg > support in a few days. > Perfect, thank you Tomo-san. Best, --nab -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/