Re: proposed optimization for network drivers

From: Jeff Garzik (jgarzik@pobox.com)
Date: Fri Apr 18 2003 - 12:18:27 EST


Don Cohen wrote:
> In part I agree. I would have preferred to make my change in one
> place instead of one driver at a time. On the other hand, it seems to
> me that some of these details are already spread around all the
> drivers. For instance, why does every driver have to call
> eth_type_trans? Could that be delayed for netif_rx ?
>
> I do think it's reasonable for a driver to test whether the upper
> layers are ready to process another packet. I suggest that this
> test be encapsulated into a new function that can be changed at the
> cost of only recompiling all the drivers.

Why not NAPI? That is the existing mechanism provided to let the upper
layer feedback to the low-level driver system congestion information.

        Jeff

-
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 : Wed Apr 23 2003 - 22:00:24 EST