]> git.ipfire.org Git - thirdparty/bird.git/commit
Lockless hostentry resolution
authorMaria Matejka <mq@ucw.cz>
Thu, 4 Apr 2024 09:38:52 +0000 (11:38 +0200)
committerMaria Matejka <mq@ucw.cz>
Mon, 13 May 2024 06:52:48 +0000 (08:52 +0200)
commit068b1520d4802a802d92a1fdcbe979ff3dcb3b54
tree62e201c9b20b13d017d550bc458577809116869d
parent75f2369589fc3f7ea115806f476fd20785d7e080
Lockless hostentry resolution

Now the hostentry doesn't need to lock table, instead it tracks the
hostentry version and retries if the hostentry changed while updating.
nest/route.h
nest/rt-attr.c
nest/rt-table.c