0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-09 12:48:43 +00:00

BGP: proactively rehash prefix hash up to shorten collision lists

This commit is contained in:
Maria Matejka 2023-05-07 21:39:05 +02:00
parent 318ac8720f
commit bb28b16fd6

View File

@ -1677,7 +1677,7 @@ bgp_withdraw_bucket(struct bgp_channel *bc, struct bgp_bucket *b)
#define PXH_FN(n,i,h) h
#define PXH_REHASH bgp_pxh_rehash
#define PXH_PARAMS /8, *2, 2, 2, 12, 24
#define PXH_PARAMS /16, *1, 2, 2, 12, 24
HASH_DEFINE_REHASH_FN(PXH, struct bgp_prefix)