summaryrefslogtreecommitdiff
path: root/NEWS
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 16:35:43 -0700
commitd27705eaf8b13897f671e3a082beadd0b028c990 (patch)
tree6cc21c396484e4bb79d872c7694a8fccd8224ab5 /NEWS
parenta119249681edb15c97775522f6b1daa2b3ec6735 (diff)
downloadopenvswitch-d27705eaf8b13897f671e3a082beadd0b028c990.tar.gz
Announce that ovs-vswitchd is now multi-threaded.
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>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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).