]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Limit mutex for obuf to when we access obuf
authorDonald Sharp <sharpd@nvidia.com>
Fri, 31 Jan 2025 17:12:17 +0000 (12:12 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 31 Jan 2025 20:05:40 +0000 (15:05 -0500)
commitc58da10d2a700164e329352c5c22a924af3fa45c
treecbdde1e1537b93f42287b0485eee8f565d091368
parent22c7151c2322b165f87ad3b06e93a1c48ae72c6c
zebra: Limit mutex for obuf to when we access obuf

The mutex that wraps access to the output buffer
is being held for the entire time the data is
being generated to send down the pipe.  Since
the generation has absolutely nothing to do
with the obuf, let's limit the mutex holding some.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/dplane_fpm_nl.c