On Fri, Dec 07, 2018 at 02:03:27PM +0800, Lilijun wrote:
> When calling ovsrcu_synchronize(), it always block 1000ms because we poll
> block until elapsed time become greater than
> warning_threshold(1000).That's too long for some configuration commands.
> So this patch reduces warning_threshold's default value to 100 and print
> logs after it have elapsed more than 1000ms.
> 
> Signed-off-by: Lilijun <[email protected]>

This only makes any sense if the seq_wait() doesn't work.  Do you have
evidence that is the case?
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to