[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100719.103541.133386663.davem@davemloft.net>
Date: Mon, 19 Jul 2010 10:35:41 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: therbert@...gle.com
Cc: netdev@...r.kernel.org
Subject: Re: Very low latency TCP for clusters
From: Tom Herbert <therbert@...gle.com>
Date: Mon, 19 Jul 2010 10:05:19 -0700
> Per connection queues (supported by device) should eliminate costs
> of connection look-up, hopefully some locking.
What are these per-connection queues exactly?
Is it like GRO and just accumulates in-order packets for a flow?
Or it is something more like Jacobson's net channels?
If it's the former, we have it already. If it's the
latter we've found it to be utterly impractical due to all
of the facilities we have which live between the device
and the socket layer (netfilter, packet scheduler, IPSEC,
etc.)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists