On Thu, Jul 15, 2021 at 04:28:12PM +0100, [email protected] wrote: > From: Anton Ivanov <[email protected]> > > 1. Make latch behave as described and documented - clear all > outstanding latch writes when invoking latch_poll(). > 2. Decrease the size of the latch buffer. Less stack usage, > less cache thrashing. > > Signed-off-by: Anton Ivanov <[email protected]>
Applied, thanks! I dropped the following hunk: > --- a/lib/latch-unix.c > +++ b/lib/latch-unix.c > @@ -23,6 +23,7 @@ > #include "openvswitch/poll-loop.h" > #include "socket-util.h" > > + > /* Initializes 'latch' as initially unset. */ > void > latch_init(struct latch *latch) _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
