[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1393534920.26794.40.camel@edumazet-glaptop2.roam.corp.google.com>
Date: Thu, 27 Feb 2014 13:02:00 -0800
From: Eric Dumazet <eric.dumazet@...il.com>
To: Hannes Frederic Sowa <hannes@...essinduktion.org>
Cc: bert hubert <bert.hubert@...herlabs.nl>, netdev@...r.kernel.org
Subject: Re: IPv6 routing table max_size badly dimensioned compared to IPv4
On Thu, 2014-02-27 at 21:50 +0100, Hannes Frederic Sowa wrote:
> We store those routes back into the routing table, so we must have a way to
> count them and trigger gc at some point.
Right, and current implementation will not scale.
If we need to perform 10000 inserts per second, and gc timeout is 60
seconds, tree contains 600.000 entries, gc takes forever...
--
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