aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2013-10-15 15:36:40 -0700
committerJustin Pettit <jpettit@nicira.com>2013-10-15 15:49:12 -0700
commit1e56e9ddd893b0f0ccfcb6e1c0367e934c8a5965 (patch)
tree36b2b3e16d3c3d181d9832f70163eec0397ae18c
parente00db5db95aab07ba7bfec702af36c188ad0181e (diff)
Announce that ovs-vswitchd is now multi-threaded.v2.0
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>
-rw-r--r--NEWS3
-rw-r--r--debian/changelog3
2 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b5bbffaf4..e0fafd08f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
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 07bf3c09c..59b9ce3f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
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).