diff options
author | Justin Pettit <jpettit@nicira.com> | 2013-10-15 15:36:40 -0700 |
---|---|---|
committer | Justin Pettit <jpettit@nicira.com> | 2013-10-15 16:35:43 -0700 |
commit | d27705eaf8b13897f671e3a082beadd0b028c990 (patch) | |
tree | 6cc21c396484e4bb79d872c7694a8fccd8224ab5 /NEWS | |
parent | a119249681edb15c97775522f6b1daa2b3ec6735 (diff) | |
download | openvswitch-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |