Re: [PATCH v2] lpm: improve performance with copious IPv4 peering routes

2023-11-10 Thread Warrington, Jeffrey
On 11/10/23, 2:42 AM, "David Marchand" mailto:david.march...@redhat.com>> wrote: > On Fri, Nov 10, 2023 at 12:11 AM Warrington, Jeffrey > mailto:jwarring...@verisign.com>> wrote: > > > > Minimize the performance impact of large numbers of BGP peering >

[PATCH v2] lpm: improve performance with copious IPv4 peering routes

2023-11-09 Thread Warrington, Jeffrey
Minimize the performance impact of large numbers of BGP peering routes by updating LPM's IPv4 code to use a hash like the IPv6 code. Co-authored-by: Julien Charbon Signed-off-by: Julien Charbon Signed-off-by: Jeff Warrington Co-authored-by: Nicolas Witkowski Signed-off-by: Nicolas Witkowski C