SpiNNFrontEndCommon 7.3.1
Common support code for user-facing front end systems.
|
How to remove default routes from a routing table. More...
Go to the source code of this file.
Macros | |
#define | LINK_MASK 0x3f |
Picks the bits of a link out of a route. | |
Functions | |
static bool | remove_default_routes_minimise (int target_length) |
Remove defaultable routes from a routing table if that helps. | |
How to remove default routes from a routing table.
Definition in file unordered_remove_default_routes.h.
#define LINK_MASK 0x3f |
Picks the bits of a link out of a route.
Definition at line 30 of file unordered_remove_default_routes.h.
Remove defaultable routes from a routing table if that helps.
[in] | target_length | What size of table to try to create |
Definition at line 48 of file unordered_remove_default_routes.h.