From: Justin Pettit Date: Tue, 15 Oct 2013 22:36:40 +0000 (-0700) Subject: Announce that ovs-vswitchd is now multi-threaded. X-Git-Tag: sliver-openvswitch-2.0.90-1~7^2~69 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d27705eaf8b13897f671e3a082beadd0b028c990;p=sliver-openvswitch.git Announce that ovs-vswitchd is now multi-threaded. Might be worth mentioning the biggest change in 2.0. Signed-off-by: Justin Pettit Acked-by: Ben Pfaff --- diff --git a/NEWS b/NEWS index 368298d7f..05f60d963 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,9 @@ Post-v2.0.0 v2.0.0 - 15 Oct 2013 --------------------- + - The ovs-vswitchd process is no longer single-threaded. Multiple + threads are now used to handle flow set up and asynchronous + logging. - OpenFlow: * Experimental support for OpenFlow 1.1 (in addition to 1.2 and 1.3, which had experimental support in 1.10). diff --git a/debian/changelog b/debian/changelog index f8b4f5916..aea2b7aed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ openvswitch (2.0.90-1) unstable; urgency=low openvswitch (2.0.0-1) unstable; urgency=low [ Open vSwitch team ] * New upstream version + - The ovs-vswitchd process is no longer single-threaded. Multiple + threads are now used to handle flow set up and asynchronous + logging. - OpenFlow: * Experimental support for OpenFlow 1.1 (in addition to 1.2 and 1.3, which had experimental support in 1.10).