Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754613Ab0DMCWT (ORCPT ); Mon, 12 Apr 2010 22:22:19 -0400 Received: from andromeda.dapyr.net ([206.212.254.10]:58878 "EHLO andromeda.dapyr.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754481Ab0DMCWS (ORCPT ); Mon, 12 Apr 2010 22:22:18 -0400 From: Konrad Rzeszutek Wilk To: michaelc@cs.wisc.edu Subject: Re: [PATCH 1/2] RFC: iscsi ibft: separate ibft parsing from sysfs interface Date: Mon, 12 Apr 2010 22:20:29 -0400 User-Agent: KMail/1.9.10 Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, pjones@redhat.com, open-iscsi@googlegroups.com References: <1271095578-4212-1-git-send-email-michaelc@cs.wisc.edu> In-Reply-To: <1271095578-4212-1-git-send-email-michaelc@cs.wisc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201004122220.30193.konrad@darnok.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1336 Lines: 32 On Monday 12 April 2010 14:06:17 michaelc@cs.wisc.edu wrote: > From: Mike Christie > > Not all iscsi drivers support ibft. For drivers like be2iscsi > that do not but are bootable through a vendor firmware specific > format/process this patch moves the sysfs interface from the ibft code > to a lib module. This then allows userspace tools to search for iscsi boot > info in a common place and in a common format. > > ibft iscsi boot info is exported in the same place as it was > before: /sys/firmware/ibft. > > vendor/fw boot info gets export in /sys/firmware/iscsi_bootX, where X is > the scsi host number of the HBA. Underneath these parent dirs, the > target, ethernet, and initiator dirs are the same as they were before. > > This patch was made over the ibft-2.6 tree's ibft-1.03 branch: > http://git.kernel.org/?p=linux/kernel/git/konrad/ibft-2.6.git;a=shortlog;h= >refs/heads/ibft-1.03 > > > Signed-off-by: Mike Christie > --- Looks good to my eyes. Let me run it tomorrow through my regression bucket before I stick on the git tree. -- 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/