]> git.puffer.fish Git - matthieu/frr.git/commit
zebra,fpm: serialize zebra table walks
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 17 Jul 2020 19:15:04 +0000 (16:15 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 28 Jul 2020 15:34:12 +0000 (12:34 -0300)
commite41e0f8135cb9a4e0878d55c2f75cbc4e0499c90
treeeca18a81b93e9d0a4158b5fe088ee16eda0e187c
parent55eb9d4d7d28b83f131828110c73be5cc2e9f962
zebra,fpm: serialize zebra table walks

We were not getting any benefits from attempting to walk all tables at the
same time and it made debugging harder, so lets execute one table walk
per time.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
zebra/dplane_fpm_nl.c