Announce that ovs-vswitchd is now multi-threaded.
authorJustin Pettit <jpettit@nicira.com>
Tue, 15 Oct 2013 22:36:40 +0000 (15:36 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 15 Oct 2013 23:35:43 +0000 (16:35 -0700)
Might be worth mentioning the biggest change in 2.0.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
NEWS
debian/changelog

diff --git a/NEWS b/NEWS
index 368298d..05f60d9 100644 (file)
--- 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).
index f8b4f59..aea2b7a 100644 (file)
@@ -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).