Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751304AbZIUPi5 (ORCPT ); Mon, 21 Sep 2009 11:38:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750992AbZIUPi5 (ORCPT ); Mon, 21 Sep 2009 11:38:57 -0400 Received: from smtp127.sbc.mail.sp1.yahoo.com ([69.147.65.186]:38572 "HELO smtp127.sbc.mail.sp1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1750922AbZIUPi4 (ORCPT ); Mon, 21 Sep 2009 11:38:56 -0400 X-Yahoo-SMTP: fzDSGlOswBCWnIOrNw7KwwK1j9PqyNbe5PtLKiS4dDU.UNl_t6bdEZu9tTLW X-YMail-OSG: xQdTdlQVM1nZt9r5h97DG0dCX7REBJ23nab90Dj4xNyjZsmYihGbmw7BgLXGacPN.XAN9M1jwEEXxINcAvsXciTfaz5XDNqshe8ZfQxiMxxmFcLkNEZlNX_RdXpxKSW7FO5cXxqjckswPeRDE7WiLJGb1tQk84uu5j7stcr1PGknvf9JymstmsPaGl4HkcLhpP8Zs9hFTMMU2O1Ewhj.P5WjyQpySJXuI3MwnDWSuZYjOQ8- X-Yahoo-Newman-Property: ymail-3 Subject: Re: [RFC v2 PATCH 0/19] A kernel-level configfs enabled generic target engine for Linux v2.6.32 From: "Nicholas A. Bellinger" To: Vladislav Bolkhovitin Cc: LKML , linux-scsi , Andrew Morton , Greg KH , Douglas Gilbert , James Bottomley , Hannes Reinecke , FUJITA Tomonori , Mike Christie , Joel Becker , "Martin K. Petersen" , Christoph Hellwig , Linus Torvalds , Alan Stern , Boaz Harrosh , Florian Haas , Philipp Reisner , Lars Ellenberg , Daniel Walker In-Reply-To: <4AB76BBB.3040703@vlnb.net> References: <1253311656.4498.143.camel@haakon2.linux-iscsi.org> <4AB76BBB.3040703@vlnb.net> Content-Type: text/plain Date: Mon, 21 Sep 2009 08:38:56 -0700 Message-Id: <1253547536.26893.21.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: 5616 Lines: 123 On Mon, 2009-09-21 at 16:04 +0400, Vladislav Bolkhovitin wrote: > Nicholas A. Bellinger, on 09/19/2009 02:07 AM wrote: > > Greetings all, > > > > This is the second round of request for comments for TCM/ConfigFS v3.2 from lio-core-2.6.git. > > Thanks to the folks who made comments, and I again invite people to take a look and make > > recommendations on how the code can be futher improved to use the best available upstream > > interfaces. > > > > Also, the standalone patches for TCM v3.2 are now available from: > > > > http://kernel.org/pub/linux/kernel/people/nab/target_core_mod-patches/ > > > > The first posting from 09112009 can be found here: > > > > http://marc.info/?l=linux-kernel&m=125272088024636 > > > > The changelog since the posting on 09112009, which can be found here: > > > > *) Convert to struct mutex for struct sempahore initialized with init_MUTEX() (mentioned by Daniel Walker) > > *) Convert to struct completion for struct semaphore initialized with init_MUTEX_LOCKED() (mentioned by Daniel Walker) > > *) Convert to use Kbuild instead of Makefile for drivers/target/ (mentioned by Boaz Harrosh) > > *) Use include/asm-generic/div64.h for unsigned long long division on 32-bit architectures > > *) Use include/linux/math64.h for unsigned long long modulo on 32-bit architectures > > > > The lio-core-2.6.git tree can be found here: > > > > http://git.kernel.org/?p=linux/kernel/git/nab/lio-core-2.6.git;a=summary > > > > More Information about Target_Core_Mod/ConfigFS, and PR and ALUA: > > > > http://www.linux-iscsi.org/index.php/Target_Core_Mod/ConfigFS > > http://www.linux-iscsi.org/index.php/Persistent_Reservations > > http://www.linux-iscsi.org/index.php/ALUA > > > > The complete v3.x TCM CLI operations set can be found here: > > > > http://www.linux-iscsi.org/index.php/Lio-utils#v3.1_TCM_CLI_operations > > > > Instructions and examples for getting setup: > > > > http://www.linux-iscsi.org/builds/docs/LIO-3.0-Users_Reference_Manual.pdf > > http://www.linux-iscsi.org/index.php/Howto#Start_target_core_mod > > Nicholas, > > In the previous iteration of this patchset I asked you some essential > questions about what advantages TCM has over STGT which can't be > implemented in STGT and can justify the move from it to TCM, as well as > how did you test TCM to claim that TCM is generic and, hence, can work > with hardware target adapters (http://lkml.org/lkml/2009/9/15/315). > There was no reply answering those questions, instead you keep pushing > your patches. I am ignoring you because you ask questions that yourself have already answered. (why having certain drivers in kernel vs. user target mode implementations make more sense than others). I also ignore you because you never seem to be able to cite code references when you make a claim when you say that TCM is not generic in nature. So, until you can provide me with source file + line references, I will continue to dismiss your claims as handwaving. > (In fact, I received privately even 2 very emotional and > offensive replies from Nicholas Bellinger.) > Yes, I am certainly not going to flame you in public with a long CC list. > So, since there is no reply, I didn't miss anything and there are no > points to justify the move from STGT to TCM, and TCM is "generic" only > for software iSCSI targets. Code references in lio-core-2.6.git/drivers/target please..? > > For sake of completeness, I should also mention that the move from STGT > to TCM is not a move forward, it's a move backward, because TCM doesn't > allow creation of backend and target drivers in user space. > Heh, I hardly think that complete support for SPC-4 TCM Persistent Resevations with APTPL and implict/explict ALUA using ConfigFS is a setup back.. :P http://git.kernel.org/?p=linux/kernel/git/nab/lio-core-2.6.git;a=blob;f=drivers/target/target_core_pr.c http://git.kernel.org/?p=linux/kernel/git/nab/lio-core-2.6.git;a=blob;f=drivers/target/target_core_alua.c http://git.kernel.org/?p=linux/kernel/git/nab/lio-core-2.6.git;a=blob;f=drivers/target/target_core_configfs.c Anyways, the plan is to slowly remove upstream STGT as equivilent functionality is added to TCM. In case you missed it, I do have some code that uses the existing STGT upstream logic, but is still a WIP and I have not been including it into the TCM patches for review: http://git.kernel.org/?p=linux/kernel/git/nab/lio-core-2.6.git;a=blob;f=drivers/target/target_core_stgt.c So that means that TCM will be using the kernel <-> user API that STGT already uses for providing userspace target drivers. > Hopefully, somebody more authoritative than I will ask you to stop > pushing your patches until you address the above questions. I am not sure why you think that k.o members are not allowed to post on a public list..? Anyways, just as a told you in private, I am sorry that you decided to huff and puff earlier this year about the move to configfs as preferred method of controlling kernel-level target mode infrastructure, and decided against you and your own communities best interests in doing so. I have no problem working with the SCST community (or anyone) to move forward for the benefit of all users, but until you can start bringing real technical discussion and code review to the table, I have no interest in working with you directly. --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/