On Fri, Mar 01, 2019 at 02:26:25PM -0800, Han Zhou wrote: > From: Han Zhou <[email protected]> > > Signed-off-by: Han Zhou <[email protected]> > --- > NEWS | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/NEWS b/NEWS > index 0d73654..104b7be 100644 > --- a/NEWS > +++ b/NEWS > @@ -17,6 +17,11 @@ Post-v2.11.0 > conntrack fragmentation support. > * New "ovs-appctl dpctl/ipf-get-status" command for userspace datapath > conntrack fragmentation support. > + - OVSDB: > + * Support new monitoring method "monitor_cond_since" for fast data > + resync upon server restart or fail-over. The feature is available > + for C-IDL clients with clustered mode servers. See section 4.1.15 > + of ovsdb-server(7) for more details.
Thanks. This is very developer-focused. A user will not necessarily understand the benefit, although it's kind of there in the middle. I think that a better description might be something like "OVSDB clients now resynchronize with their servers much more quickly after a brief disconnection, saving bandwidth and CPU time." _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
