]> git.ipfire.org Git - thirdparty/bird.git/commit
Route attribute cache is now lockless on read / clone.
authorMaria Matejka <mq@ucw.cz>
Sat, 13 Nov 2021 21:13:51 +0000 (22:13 +0100)
committerMaria Matejka <mq@ucw.cz>
Mon, 22 Nov 2021 18:05:44 +0000 (19:05 +0100)
commit0fd1c1d091ee8e43eb0e15c67a92960ca581ed5f
treeb95820ae7fab621dfdfcf2a4d2822376827b8353
parent2a224a9e1e1fbe1abec96c8585dd754fb716d020
Route attribute cache is now lockless on read / clone.

Lots of time was spent locking when accessing route attribute cache.
This overhead should be now reduced to a minimum.
nest/route.h
nest/rt-attr.c