Jeff Garzik wrote:
> Benjamin Herrenschmidt wrote:
>> The e1000 driver stores the content of the PCI resources into
>> unsigned long's before ioremapping. This breaks on 32 bits
>> platforms that support 64 bits MMIO resources such as ppc 44x.
>>
>> This fixes it by removing those temporary variabl
Andrew Gallatin wrote:
> To follow up on Jan-Bernd Themann's LRO patch earlier today,
> this patch shows how the generic LRO interface can be used for
> page based drivers.
>
> Again, many thanks to Jan-Bernd Themann for leading this effort.
>
> Drew
>
> Singed off by: Andrew Gallatin <[EMAIL PR
Jan-Bernd Themann wrote:
> This patch shows how the generic LRO interface is used for SKB mode
>
> Signed-off-by: Jan-Bernd Themann <[EMAIL PROTECTED]>
>
> ---
> drivers/net/Kconfig |1 +
> drivers/net/ehea/ehea.h |9 -
> drivers/net/ehea/ehea_ethtool.c | 15 +++
Jeff Garzik wrote:
> Stephen Hemminger wrote:
>> Why make this a user selectable option at all? Unless you want
>> to deal with out of tree drivers (not my problem), it should be hidden
>> to avoid having to explain an support it.
>
> In this case it's an optional library kernel module. That seem
Jan-Bernd Themann wrote:
> Added LRO support using the "SKB aggregate" interface
>
> Signed-off-by: Jan-Bernd Themann <[EMAIL PROTECTED]>
>
> ---
> drivers/net/ehea/ehea.h |9 -
> drivers/net/ehea/ehea_ethtool.c | 15 +++
> drivers/net/ehea/ehea_main.c| 82 +++