[PATCH 1/2]: powerpc/cell spidernet bottom half
David Miller
davem at davemloft.net
Thu Aug 17 07:32:03 EST 2006
From: Arnd Bergmann <arnd at arndb.de>
Date: Wed, 16 Aug 2006 23:24:46 +0200
> We first had an interrupt per descriptor, then got rid of all TX
> interrupts and replaced them by timers to reduce the interrupt load,
> but reducing throughput in the case where user space sleeps on a full
> socket buffer.
The best schemes seem to be to interrupt mitigate using a combination
of time and number of TX entries pending to be purged. This is what
most gigabit chips seem to offer.
On Tigon3, for example, we tell the chip to interrupt if either 53
frames or 150usecs have passed since the first TX packet has become
available for reclaim.
That bounds the latency as well as force the interrupt if a lot of TX
work becomes available.
Can spidernet be told these kinds of parameters? "N packets or
X usecs"?
This is all controllable via ethtool btw (via ETHTOOL_{S,G}COALESCE),
so you can experiment if you want.
More information about the Linuxppc-dev
mailing list