Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S968410AbXEHQeQ (ORCPT ); Tue, 8 May 2007 12:34:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S968400AbXEHQeJ (ORCPT ); Tue, 8 May 2007 12:34:09 -0400 Received: from khc.piap.pl ([195.187.100.11]:39061 "EHLO khc.piap.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S968402AbXEHQeI (ORCPT ); Tue, 8 May 2007 12:34:08 -0400 To: Tomasz Chmielewski Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.arm.linux.org.uk, netdev@vger.kernel.org, Michael Jones Subject: Re: [PATCH] Intel IXP4xx network drivers v.2 - Ethernet and HSS References: <464034CF.20700@wpkg.org> From: Krzysztof Halasa Date: Tue, 08 May 2007 18:34:06 +0200 In-Reply-To: <464034CF.20700@wpkg.org> (Tomasz Chmielewski's message of "Tue, 08 May 2007 10:29:03 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 992 Lines: 27 Tomasz Chmielewski writes: > Krzysztof, why is LE not supported? I'm not yet sure how to do it best. The trivial way is really trivial, allocate a set of 1536-byte buffers and make a swap+copy on RX and TX, but I want to investigate the data-coherent approach first. > Do you need access to ixp4xx that starts in LE mode? No, I have a nice experimental machine so there is no problem with that. I'd have to recompile my tools (GNU suite and rest of the system) LE, but it's a simple thing, too. I just want to have the functional drivers in the tree and only then improve them. Doing all the work in a single step is just impossible, the target moves way too fast (at least for my limited time budget). -- Krzysztof Halasa - 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/