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

From: Andrew Morton (akpm@zip.com.au)
Date: Tue Feb 12 2002 - 15:12:14 EST


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/



This archive was generated by hypermail 2b29 : Fri Feb 15 2002 - 21:00:50 EST