Added a NEWS entry for OVSDB performance because it is user-visible. It was not previously mentioned since it's an aggregated result of various commits.
Signed-off-by: Ilya Maximets <[email protected]> --- NEWS | 4 +++- debian/changelog | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a9fc94e30..c10e9bfac 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v2.17.0 - xx xxx xxxx +v2.17.0 - 17 Feb 2022 --------------------- - Userspace datapath: * Optimized flow lookups for datapath flows with simple match criteria. @@ -32,6 +32,8 @@ v2.17.0 - xx xxx xxxx * Python library for OVSDB clients now also supports faster resynchronization with a clustered database after a brief disconnection, i.e. 'monitor_cond_since' monitoring method. + * Major improvement in the performance of the OVSDB server. See the + "OVSDB: Performance and Scale Journey '21" talk of OVS+OVN Conf'21. - ovs-dpctl and 'ovs-appctl dpctl/': * New commands 'cache-get-size' and 'cache-set-size' that allows to get or configure linux kernel datapath cache sizes. diff --git a/debian/changelog b/debian/changelog index 15051c937..3e0d3a66e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ openvswitch (2.17.0-1) unstable; urgency=low * New upstream version - -- Open vSwitch team <[email protected]> Tue, 18 Jan 2022 20:14:00 +0100 + -- Open vSwitch team <[email protected]> Thu, 17 Feb 2022 19:15:21 +0100 openvswitch (2.16.0-1) unstable; urgency=low -- 2.34.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
