[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <94A84191-A7C6-41D2-83A0-2C28EB210B5B@cam.ac.uk>
Date: Tue, 8 May 2007 09:35:54 +0100
From: Michael-Luke Jones <mlj28@....ac.uk>
To: Mikael Pettersson <mikpe@...uu.se>,
Tomasz Chmielewski <mangoo@...g.org>
Cc: Krzysztof Halasa <khc@...waw.pl>, Jeff Garzik <jeff@...zik.org>,
ARM Linux Mailing List
<linux-arm-kernel@...ts.arm.linux.org.uk>,
lkml <linux-kernel@...r.kernel.org>, netdev@...r.kernel.org,
Russell King <rmk@....linux.org.uk>
Subject: Re: [PATCH] Intel IXP4xx network drivers v.2 - Ethernet and HSS
On 8 May 2007, at 09:26, Mikael Pettersson wrote:
> On Tue, 8 May 2007 08:22:17 +0100, Michael-Luke Jones wrote:
> AFAIK, it's a HW limitation of the IXP4xx NPEs, or
> possibly Intel's microcode for them.
>
> I run my IXP42x boxes big-endian and don't mind doing so.
>
> /Mikael
*cough*
http://www.hohnstaedt.de/ixp_npe/0.2.0/0001-IXP4XX-Driver-for-NPE-
QMGR-MAC-0.2.0.txt
:p
---
On 8 May 2007, at 09:29, Tomasz Chmielewski wrote:
> Christian Hohnstaedt's work did support LE though.
Indeed.
> Krzysztof, why is LE not supported?
Butting in here. It's not supported because LE mode has to work in a
brain-damaged way. NPE DMAs the complete skb straight out of RAM.
Unfortunately it expects the skb to already be written out in ram BE.
Thus, in LE mode we have to byteswap the skb with CPU before the NPE
can DMA it. This hasn't been implemented yet.
Michael-Luke Jones
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists