Skip to content

Commit

Permalink
Announce that ovs-vswitchd is now multi-threaded.
Browse files Browse the repository at this point in the history
Might be worth mentioning the biggest change in 2.0.

Signed-off-by: Justin Pettit <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
Justin Pettit committed Oct 15, 2013
1 parent e00db5d commit 1e56e9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
3 changes: 3 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit 1e56e9d

Please sign in to comment.