summaryrefslogtreecommitdiff
path: root/lib/frr_pthread.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2025-01-31 12:38:20 -0500
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2025-02-04 16:18:59 +0000
commit35cd931347d76fb874156b4ecc26524df648e930 (patch)
tree5aece242d61d6c621bcc1739b56e4304ff9de914 /lib/frr_pthread.c
parent0e695f7083bcd979c24504eade6f93e965eeb845 (diff)
zebra: Ensure dplane does not send work back to master at wrong time
When looping through the dplane providers, the worklist was being populated with items from the last provider and then the event system was checked to see if we should stop processing. If the event system says `yes` then the dplane code would stop and send the worklist to the master zebra pthread for collection. This obviously skipped the next dplane provider on the list which is double plus not good. Signed-off-by: Donald Sharp <sharpd@nvidia.com> (cherry picked from commit c41155221e7fb7890fecc37f1685063dce6caaca)
Diffstat (limited to 'lib/frr_pthread.c')
0 files changed, 0 insertions, 0 deletions