Re: bgpd, small optimisation

2023-01-18 Thread Theo Buehler
On Wed, Jan 18, 2023 at 12:06:08PM +0100, Claudio Jeker wrote: > In the RDE the poll loop needs to know if any additional work is pending. > This is done calling various functions and if anyone has pending work the > timeout is reduced to 0. > > Now some of the functions will more often trigger th

bgpd, small optimisation

2023-01-18 Thread Claudio Jeker
In the RDE the poll loop needs to know if any additional work is pending. This is done calling various functions and if anyone has pending work the timeout is reduced to 0. Now some of the functions will more often trigger than others. So it is best to order them accordingly. Check for incoming an