Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759308AbXK1UYX (ORCPT ); Wed, 28 Nov 2007 15:24:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756360AbXK1UYM (ORCPT ); Wed, 28 Nov 2007 15:24:12 -0500 Received: from nuova-ex1.nuovasystems.com ([67.91.200.196]:12637 "EHLO nuova-ex1.nuovasystems.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751010AbXK1UYK (ORCPT ); Wed, 28 Nov 2007 15:24:10 -0500 X-Greylist: delayed 973 seconds by postgrey-1.27 at vger.kernel.org; Wed, 28 Nov 2007 15:24:10 EST Message-ID: <474DCAA5.3020108@nuovasystems.com> Date: Wed, 28 Nov 2007 12:08:05 -0800 From: Joe Eykholt User-Agent: Thunderbird 2.0.0.9 (X11/20071031) MIME-Version: 1.0 To: Chris Leech CC: Christoph Hellwig , "Kok, Auke-jan H" , "Dev, Vasu" , jeff@garzik.org, linux-scsi@vger.kernel.org, "Zou, Yi" , netdev@vger.kernel.org, "Waskiewicz Jr, Peter P" , linux-kernel@vger.kernel.org, james.bottomley@hansenpartnership.com, "Ronciak, John" , devel@open-fcoe.org, "Van De Ven, Arjan" , davem@davemloft.net Subject: Re: [Open-FCoE] [ANNOUNCE] Open-FCoE - Fibre Channel over Ethernet Project References: <10A7D0016239E24092DEF05CCC582E43028A636B@fmsmsx411.amr.corp.intel.com> <20071128074426.GA30468@infradead.org> <474DAB30.20703@intel.com> In-Reply-To: <474DAB30.20703@intel.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 Nov 2007 20:07:54.0532 (UTC) FILETIME=[5C9B3640:01C831FA] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1910 Lines: 51 Chris Leech wrote: > Christoph Hellwig wrote: > >> I just did a very quick glance over the tree. Some extremly highlevel >> comments to start with before actually starting the source review: >> > > Thanks for taking a look Christoph > > >> - why do you need your own libcrc? lib/crc32.c has a crc32_le >> > > We shouldn't, but we may want to add a CRC and copy routine. > > >> - libsa should go. Much of it is just wrappers of kernel functions >> that should be used directly. Other like that hash, even or state >> helpers might either be opencoded in the caller or made completely >> generic in lib/. Probably the former but we'll have to see. >> > > Yes, and along with it the last use of the BSD TAILQ macros. Just > before Rob set up the open repos I finished converting most of those to > list_head, the only one left is in the sa_event mechanism. Rather than > convert it I'd like to replace the use of sa_event with notifier call > chains. I just need to finish auditing the use to make sure the > differences won't cause unexpected problems. > > After than and unwrapping kernel functions, I think the only thing left > before completly removing libsa is to open code the state machines. > > Similarly I think net_types.h need to go. > > Hi All, [resending as plain text -sorry]. I've had a start at getting rid of sa_state, but I haven't tested it yet. It's a pretty straightforward change to just call the new state routine directly instead of going through the table. I'll submit that in the next week or so, or if desired, someone else can take over the work from the code I have. Joe - 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/