]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: release rcu lock in bgp keepalive pthread 11913/head
authorMark Stapp <mstapp@nvidia.com>
Tue, 6 Sep 2022 12:34:10 +0000 (05:34 -0700)
committerMark Stapp <mstapp@nvidia.com>
Tue, 6 Sep 2022 13:07:07 +0000 (09:07 -0400)
commit85ba04f3897d3c9def83d8b291b6c6a276e96c54
tree853793799e43a9b0631312e05d337a86296c9df9
parent1011b31a1c72f0fd92a508c486406f3287a6c8e4
bgpd: release rcu lock in bgp keepalive pthread

Don't hold the rcu lock in the bgp keepalive pthread: it
blocks the rcu pthread and prevents log-file deletion.

Signed-off-by: Mark Stapp <mstapp@nvidia.com>
bgpd/bgp_keepalives.c