From e141dc9ae8d3cb32f63d17c05bc0724e6c05fb01 Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Mon, 18 Aug 2025 14:24:03 +0200 Subject: [PATCH] Set release date for 3.6.0. While at it, adding a few missed NEWS entries. Acked-by: Eelco Chaudron Signed-off-by: Ilya Maximets --- NEWS | 9 +++++++-- debian/changelog | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index b5d565ecc..1dbe0ef31 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ Post-v3.6.0 -------------------- -v3.6.0 - xx xxx xxxx +v3.6.0 - 18 Aug 2025 -------------------- - Bonding: * Bond rebalancing log messages of INFO log level are highly reduced: they @@ -12,6 +12,11 @@ v3.6.0 - xx xxx xxxx * New debug appctl command 'dpdk/get-memzone-stats'. * Removed upper limit for the number of rx/tx descriptors (n_r/txq_desc). * OVS validated with DPDK 24.11.2. + - OVSDB performance: + * Table indexes are now used for lookups while processing certain database + queries (e.g. 'select' operation). + * JSON data structures are re-worked to allow storing short strings and + arrays in-place, improving performance and the total memory usage. - OVSDB-IDL: * New functions ___server_type() that allow checking the server-side type of a particular column. Can be used for checking @@ -23,7 +28,7 @@ v3.6.0 - xx xxx xxxx * Added a new option, --ulimit-core=, to set the daemon's ulimit core file size. - ovs-appctl: - * Added JSON output support to the 'ovs/route/show' command. + * Added JSON output support to 'ovs/route/show' and 'fdb/show' commands. - ovs-vsctl: * Now exits with error code 160 (ERROR_BAD_ARGUMENTS) on Windows and 65 (EX_DATAERR) on other platforms if it fails while waiting for diff --git a/debian/changelog b/debian/changelog index c75f7eeb7..846697948 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,13 +2,13 @@ openvswitch (3.6.90-1) unstable; urgency=low * New upstream version - -- Open vSwitch team Wed, 16 Jul 2025 13:00:01 +0100 + -- Open vSwitch team Mon, 18 Aug 2025 14:10:11 +0200 openvswitch (3.6.0-1) unstable; urgency=low * New upstream version - -- Open vSwitch team Wed, 16 Jul 2025 13:00:00 +0100 + -- Open vSwitch team Mon, 18 Aug 2025 14:10:10 +0200 openvswitch (3.5.0-1) unstable; urgency=low