Re: Is this a bug in TCP or the PCNet32 driver?

Andrew Morton (akpm@zip.com.au)
Tue, 12 Feb 2002 12:12:14 -0800


Dave Larson wrote:
>
> The way things are today, the TCP code rely on the hardware drivers to
> free an skb as soon as it is transmitted. But in that case of PCNet32,
> that doesn't happen. On the other hand, PCNet32 does seem reasonable in
> it's attempts to reduce the number of interrupts, although that breaks the
> tcp code in this case were these isn't much network activity.
>

Yup. Tx interrupt mitigation like this is a really neat feature. It
can make a huge improvement in performance. But the driver does need
to implement a timer to fix the problem which you have described.

-
-
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/