[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1341934298.3265.5514.camel@edumazet-glaptop>
Date: Tue, 10 Jul 2012 17:31:38 +0200
From: Eric Dumazet <eric.dumazet@...il.com>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH 03/16] tcp: Maintain dynamic metrics in local cache.
On Tue, 2012-07-10 at 08:07 -0700, David Miller wrote:
> Maintain a local hash table of TCP dynamic metrics blobs.
>
> Computed TCP metrics are no longer maintained in the route metrics.
>
> The table uses RCU and an extremely simple hash so that it has low
> latency and low overhead. A simple hash is legitimate because we only
> make metrics blobs for fully established connections.
>
> Some tweaking of the default hash table sizes, metric timeouts, and
> the hash chain length limit certainly could use some tweaking. But
> the basic design seems sound.
>
> Signed-off-by: David S. Miller <davem@...emloft.net>
> ---
Seems to lack namespace support, or maybe I missed something ?
--
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