Re: Multithreaded TCP/IP stack

From: Andi Kleen (ak@suse.de)
Date: Thu Jul 13 2000 - 19:06:38 EDT

  • Next message: Rik van Riel: "Re: sleeping kernel thread"

    On Thu, Jul 13, 2000 at 05:03:56PM -0600, Brian Hall wrote:
    >
    > On 13-Jul-2000 Andi Kleen wrote:
    > > The 2.2 stack is under two independent locks (kernel lock and bh lock).
    > > In later 2.2 the expensive parts of the TX path (copy
    > > and checksum) run outside the kernel lock. About half of Incoming runs
    > > in the serialized NETBH, but you can save a lot of that by using
    > > a NIC that that supports hardware checksumming like the Tornado.
    >
    > Is this the 3Com 990 series? Is there Linux support for the hardware
    > checksumming?

    Tornado is 905B, but most or all 9xx support the hardware checksumming.

    Donald Becker's 3c59x driver supports hardware checksumming on them fine
    (3com's own linux driver doesn't BTW)

    -Andi

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.rutgers.edu
    Please read the FAQ at http://www.tux.org/lkml/



    This archive was generated by hypermail 2b29 : Thu Jul 13 2000 - 19:10:49 EDT