Re: [RFC] qeth: exploit gro for layer 3 driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Blaschka <frank.blaschka@xxxxxxxxxx>
Date: Thu, 21 Jan 2010 14:48:45 +0100

> So the qeth driver can not disable qdio IRQs (I guess this is a
> major reason why not using NAPI) and poll the data.

Just because you cannot stop the events from coming in
doesn't mean you can't just queue them up in software
or similar.

The important bits you get are:

1) RX ring depletion and packet processing all from software
   interrupt context

2) transparent GRO support, without the generic code having
   to disclose most of the GRO internals to drivers

I think it can be done.

I have a similar issue as your's with the Sun virtualized network
driver (I can't really stop the hypervisor events from pouring in) on
sparc64 and I plan to add NAPI support to it.
--
To unsubscribe from this list: send the line "unsubscribe linux-s390" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Kernel Development]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Info]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Linux Media]     [Device Mapper]

  Powered by Linux