Re: bgpd out filter speedup

2023-03-09 Thread Theo Buehler
On Thu, Mar 09, 2023 at 05:07:40PM +0100, Claudio Jeker wrote: > On my big IXP RS test setup with 600 peers the rde_filter call in the > output path is rather expensive. By splitting the output ruleset into > output rulesets per peer the performance is improved by around 5min on a > 20min runtime.

Re: ACPI diff for testing

2023-03-09 Thread Mark Kettenis
> Date: Thu, 09 Mar 2023 14:48:25 +0100 > From: Mark Kettenis > > The diff below fixes an issue with the way we attach "APCI devices". > As with all ACPI diffs, this may potentially introduce regressions, so > some wider testing would be welcome. > > The fix itself involves resolving a "nameref"

bgpd out filter speedup

2023-03-09 Thread Claudio Jeker
On my big IXP RS test setup with 600 peers the rde_filter call in the output path is rather expensive. By splitting the output ruleset into output rulesets per peer the performance is improved by around 5min on a 20min runtime. So when a peer is added or on config reloads the output ruleset is com

Re: installer: remove obsolete libLLVM.so.[0-6].0

2023-03-09 Thread Theo de Raadt
OK

ACPI diff for testing

2023-03-09 Thread Mark Kettenis
The diff below fixes an issue with the way we attach "APCI devices". As with all ACPI diffs, this may potentially introduce regressions, so some wider testing would be welcome. The fix itself involves resolving a "nameref" in the package that describes dependencies between APCI devices. These nam

Re: bgpd rtr support for ASPA

2023-03-09 Thread Theo Buehler
On Fri, Feb 24, 2023 at 06:05:21PM +0100, Claudio Jeker wrote: > For those people who enjoy pain here some code that allows bgpd to load > ASPA records from a very current StayRTR cache. > > This implements mostly what draft-ietf-sidrops-8210bis-10 specifies. > Now the version negotiation is a hot