Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759899Ab1FXQgm (ORCPT ); Fri, 24 Jun 2011 12:36:42 -0400 Received: from bedivere.hansenpartnership.com ([66.63.167.143]:49832 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751271Ab1FXQgk (ORCPT ); Fri, 24 Jun 2011 12:36:40 -0400 Subject: Re: [GIT PULL] iscsi-target: Merge for .40-rc1 From: James Bottomley To: FUJITA Tomonori Cc: hch@lst.de, torvalds@linux-foundation.org, nab@linux-iscsi.org, michaelc@cs.wisc.edu, agrover@redhat.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20110619015025V.fujita.tomonori@lab.ntt.co.jp> References: <1306551592.23461.506.camel@haakon2.linux-iscsi.org> <20110530130949.GB13494@lst.de> <20110619015025V.fujita.tomonori@lab.ntt.co.jp> Content-Type: text/plain; charset="UTF-8" Date: Fri, 24 Jun 2011 11:36:36 -0500 Message-ID: <1308933396.6366.4.camel@mulgrave> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 (2.30.3-1.fc13) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2729 Lines: 60 On Sun, 2011-06-19 at 01:55 +0900, FUJITA Tomonori wrote: > On Mon, 30 May 2011 15:09:49 +0200 > Christoph Hellwig wrote: > > > On Sun, May 29, 2011 at 11:49:08AM -0700, Linus Torvalds wrote: > > > I don't feel confident or motivated enough about iscsi-target, so > > > after some (little) thought I ended up not pulling this. I really need > > > a lot of acks from people who actually work on and care about SCSI, > > > and right now I feel like with me being away for the next week, I > > > can't handle it. > > > > > > I just don't want to be in the situation where I pull something that > > > is apparently contentious in the SCSI space in general, but that's > > > _particularly_ true this release. So I'm afraid that this essentially > > > got pushed out to the next release. > > > > The main contention right now is wether to put the authentification > > into kernel space or not. Doing the slow path in userspace worked > > out okay but not great on the initiator, but it has the potential > > to become a nightmare worse than oprofile if the split ends up not > > beeing perfect. > > As I said earlier, the split is pretty simple for target code unlike > initiator code. Doing operations before SCSI nexus establishment in > userspace and then the kernel takes over nexuses. The information that > the user space needs for the login negotiation is exported via > configfs. Unlike open-iscsi split, the nexuses don't go back and forth > between user and kernel space. > > > > Given that we pretty well tested and working code that's used in lots > > of production setups my vote is for taking it as-is unless someone can > > actually show a prototype for a nicely working user/kernel split. > > ok, I implemented something like that. It's not finished at all but > my open-iscsi box successfully logged in. The daemon just passes a file > descriptor to kernel space after the negotiation finishes. > > ssh://master.kernel.org/pub/scm/linux/kernel/git/tomo/linux-2.6-misc.git lio-4.1-ud > > The user space code is at: > ssh://master.kernel.org/pub/scm/linux/kernel/git/tomo/iscsi-tcmd.git There's been a singular lack of comments on this. To me, the code looks reasonable (at just over 200 lines for the socket passing. It's extensible to support arbitrary login protocols, and it doesn't impact the fast path at all. Now that we have the actual code, it's a lot cleaner even than I imagined ... is there any objection simply to doing this? James -- 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/