Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761506AbYBMJsX (ORCPT ); Wed, 13 Feb 2008 04:48:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753883AbYBMJsJ (ORCPT ); Wed, 13 Feb 2008 04:48:09 -0500 Received: from web31808.mail.mud.yahoo.com ([68.142.207.71]:42872 "HELO web31808.mail.mud.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753105AbYBMJsE (ORCPT ); Wed, 13 Feb 2008 04:48:04 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=vr2V7jSSb3QHVDLZRvdbxwTxNplc9IsQeQq2Pz5hSMQLybMj59b+On3NXe0WlfdcePlhl2ovpStWVLMt46xcsVTIAZDep8/f/hz8eIM7GF4k8Ofcwfp530v0H9aKLzD0TIlpxVp5QXCQXY+fyjUAQdYM5AJIA23o0KDLjdd+ZyU=; X-YMail-OSG: FW9IyHMVM1n7hzlpkJ.Q7iwCTpnPF.G1H0aX3dG4ELQPuYGcmK2qKwRy332UuFS5JCq6gA-- X-Mailer: YahooMailWebService/0.7.162 Date: Wed, 13 Feb 2008 01:48:01 -0800 (PST) From: Luben Tuikov Reply-To: ltuikov@yahoo.com Subject: Re: [PATCH] enclosure: add support for enclosure services To: Kristen Carlson Accardi , James Bottomley Cc: linux-scsi , linux-kernel , linux-ide , jeff@garzik.org In-Reply-To: <1202841935.3137.94.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <875344.96222.qm@web31808.mail.mud.yahoo.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3868 Lines: 113 --- On Tue, 2/12/08, James Bottomley James.Bottomley@HansenPartnership.com> wrote: > > I apologize for taking so long to review this patch. > I obviously agree > > wholeheartedly with Luben. The problem I ran into > while trying to > > design an enclosure management interface for the SATA > devices is that > > there is all this vendor defined stuff. For example, > for the AHCI LED > > protocol, the only "defined" LED is > 'activity'. For LED2 and LED3 it > > is up to hardware vendors to define these. For SGPIO > there's all kinds > > of ways for hw vendors to customize. I felt that it > was going to be a > > maintainance nightmare to have to keep track of > various vendors > > enclosure implementations in the ahci driver, and that > it'd be better > > to just have user space libraries take care of that. > Plus, that way a > > vendor doesn't have to get a patch into the kernel > to get their new > > spiffy wizzy bang blinky lights working (think of how > long it takes > > something to even get into a vendor kernel, which is > what these guys > > care about...). So I'm still not sold on having > an enclosure > > abstraction in the kernel - at least for the SATA > controllers. > > Correct me if I'm wrong, but didn't the original > AHCI enclosure patch > expose activity LEDs via sysfs? > > I'm not saying there aren't a lot of non standard > pieces that need to be > activated by direct commands or other user activated > protocol. I am > saying there are a lot of standard pieces that we could do > with showing > in a uniform manner. Which is already the case without the SES kernel bloat. Case in point, the excellent user-space application "lsscsi" would clearly show which device is SES. And the excellent user-space application "sg_ses" could control an SES device. > The pieces I think are absolutely standard are > > 1. Actual enclosure presence (is this device in an > enclosure) "lsscsi" > 2. Activity LED, this seems to be a feature of every > enclosure. So that means that it needs a kernel representation? If this indeed were the case, for every "feature" of every type of device (not only SCSI) then the kernel itself would be insurmountably big. > I also think the following are reasonably standard (based > on the fact > that most enclosure standards recommend but don't > require this): > > 3. Locate LED (for locating the device). Even if you only > have an > activity LED, this is usually done by flashing the activity > LED in a > well defined pattern. > 4. Fault. this is the least standardised of the lot, but > does seem to > be present in about every enclosure implementation. > > All I've done is standardise these four pieces ... the > services actually > take into account that it might not be possible to do > certain of these > (like fault). And none of this means that it needs a kernel representation. 1. You're not "standardizing" any known, in-practice, kernel representation, that is already in practice and thusly needs a kernel representation. 2. The kernel itself is not using nor needing this "representation" in order to function properly (the kernel). Leaving control of SES devices to user-space makes both the kernel and the vendors happy. All the kernel needs to do is expose the SES device to user-space as it currently does. It makes it so much easier both to vendors and to the kernel to stay out of unnecessary representations. Vendors may choose to distribute their own applications to control their hardware, as long as the kernel exposes an SES device and provides functionality, as opposed to policy of any kind. Luben -- 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/