Re: bgpd adj-rib-out rewrite

2019-07-16 Thread Sebastian Benoit
Claudio Jeker(cje...@diehard.n-r-g.com) on 2019.07.10 22:08:38 +0200: > This diff is a bit of a monster. It changes the Adj-RIB-Out to be a peer > specific set of RB trees instead of using a rib in the original sense. > The reason for this is that the more peers a system has the more elements > end

Re: bgpd adj-rib-out rewrite

2019-07-16 Thread Job Snijders
On Wed, Jul 10, 2019 at 10:08:38PM +0200, Claudio Jeker wrote: > This diff is a bit of a monster. It changes the Adj-RIB-Out to be a > peer specific set of RB trees instead of using a rib in the original > sense. The reason for this is that the more peers a system has the > more elements end up bei

bgpd adj-rib-out rewrite

2019-07-10 Thread Claudio Jeker
This diff is a bit of a monster. It changes the Adj-RIB-Out to be a peer specific set of RB trees instead of using a rib in the original sense. The reason for this is that the more peers a system has the more elements end up being linked into the adj-rib-out and many operations do linear searches w