0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 11:55:21 +00:00
bird/test
Maria Matejka 84c298465f Decoupling loops from threads to allow fixed thread count
On large configurations, too many threads would spawn with one thread
per loop. Therefore, threads may now run multiple loops at once. The
thread count is configurable and may be changed during run. All threads
are spawned on startup.

This change helps with memory bloating. BIRD filters need large
temporary memory blocks to store their stack and also memory management
keeps its hot page storage per-thread.

Known bugs:
* Thread autobalancing is not yet implemented.
* Low latency loops are executed together with standard loops.
2023-01-19 11:13:50 +01:00
..
birdtest.c Decoupling loops from threads to allow fixed thread count 2023-01-19 11:13:50 +01:00
birdtest.h Longer unit test default timeout to prevent spurious build failures on slow virtuals 2022-09-18 16:33:51 +02:00
bt-utils.c Removed config reparsing from unrelated tests 2023-01-19 11:00:38 +01:00
bt-utils.h Decoupling loops from threads to allow fixed thread count 2023-01-19 11:13:50 +01:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00