Prepare Open vSwitch 1.2.0 release.
[sliver-openvswitch.git] / ChangeLog
1 v1.2.0 - 03 Aug 2011
2 ------------------------
3     - New "ofproto" abstraction layer to ease porting to hardware
4       switching ASICs.
5     - Packaging for Red Hat Enterprise Linux 5.6 and 6.0.
6     - Datapath support for Linux kernels up to 3.0.
7     - OpenFlow:
8       - New "bundle" and "bundle_load" action extensions.
9     - Database:
10       - Implement table unique constraints.
11       - Support cooperative locking between callers.
12     - ovs-dpctl:
13       - New "-s" option for "show" command prints packet and byte
14         counters for each port.
15     - ovs-ofctl:
16       - New "--readd" option for "replace-flows".
17     - ovs-vsctl:
18       - New "show" command to print an overview of configuration.
19       - New "comment" command to add remark that explains intentions.
20     - ovs-brcompatd has been rewritten to fix long-standing bugs.
21     - ovs-openflowd has been renamed test-openflowd and moved into the
22       tests directory.  Its presence confused too many users.  Please
23       use ovs-vswitchd instead.
24     - New ovs-benchmark utility to test flow setup performance.
25     - A new log level "off" has been added.  Configuring a log facility
26       "off" prevents any messages from being logged to it.  Previously,
27       "emer" was effectively "off" because no messages were ever logged at
28       level "emer".  Now, errors that cause a process to exit are logged
29       at "emer" level.
30     - "configure" option --with-l26 has been renamed --with-linux, and
31       --with-l26-source has been renamed --with-linux-source.  The old
32       names will be removed after the next release, so please update
33       your scripts.
34     - The "-2.6" suffix has been dropped from the datapath/linux-2.6 and
35       datapath/linux-2.6/compat-2.6 directories.
36     - Feature removals:
37       - Dropped support for "tun_id_from_cookie" OpenFlow extension.
38             Please use the extensible match extensions instead.
39       - Removed the Maintenance_Point and Monitor tables in an effort
40         to simplify 802.1ag configuration.
41     - Performance and scalability improvements
42     - Bug fixes
43
44 v1.1.0 - 05 Apr 2011
45 ------------------------
46     - Ability to define policies over IPv6
47     - LACP
48     - 802.1ag CCM
49     - Support for extensible match extensions to OpenFlow
50     - QoS:
51       - Support for HFSC qdisc.
52       - Queue used by in-band control can now be configured.
53     - Kernel:
54       - Kernel<->userspace interface has been reworked and should be
55         close to a stable ABI now.
56       - "Port group" concept has been dropped.
57     - GRE over IPSEC tunnels
58     - Bonding:
59       - New active backup bonding mode.
60       - New L4 hashing support when LACP is enabled.
61       - Source MAC hash now includes VLAN field also.
62       - miimon support.
63     - Greatly improved handling of large flow tables
64     - ovs-dpctl:
65       - "show" command now prints full vport configuration.
66       - "dump-groups" command removed since kernel support for
67         port groups was dropped.
68     - ovs-vsctl:
69       - New commands for working with the new Managers table.
70       - "list" command enhanced with new formatting options and --columns
71         option.
72       - "get" command now accepts new --id option.
73       - New "find" command.
74     - ovs-ofctl:
75       - New "queue-stats" command for printing queue stats.
76       - New commands "replace-flows" and "diff-flows".
77       - Commands to add and remove flows can now read from files.
78       - New --flow-format option to enable or disable NXM.
79       - New --more option to increase OpenFlow message verbosity.
80       - Removed "tun-cookie" command, which is no longer useful.
81     - ovs-controller enhancements for testing various features.
82     - New ovs-vlan-test command for testing for Linux kernel driver VLAN
83       bugs.  New ovs-vlan-bug-workaround command for enabling and
84       disabling a workaround for these driver bugs.
85     - OpenFlow support:
86       - "Resubmit" actions now update flow statistics. 
87       - New "register" extension for use in matching and actions, via NXM.
88       - New "multipath" experimental action extension.
89       - New support for matching multicast Ethernet frames, via NXM.
90       - New extension for OpenFlow vendor error codes.
91       - New extension to set the QoS output queue without actually
92         sending to an output port.
93       - Open vSwitch now reports a single flow table, instead of
94         separate hash and wildcard tables.  This better models the
95         current implementation.
96       - New experimental "note" action.
97       - New "ofproto/trace" ovs-appctl command and associated utilities
98         to ease debugging complex flow tables.
99     - Database:
100       - Schema documentation now includes an entity-relationship diagram.
101       - The database is now garbage collected.  In most tables,
102         unreferenced rows will be deleted automatically.
103       - Many tables now include statistics updated periodically by
104         ovs-vswitchd or ovsdb-server.
105       - Every table now has an "external-ids" column for use by OVS
106         integrators.
107       - There is no default controller anymore.  Each bridge must have its
108         controller individually specified.
109       - The "fail-mode" is now a property of a Bridge instead of a Controller.
110       - New versioning and checksum features.
111       - New Managers table and manager_options column in Open_vSwitch table
112         for specifying managers.  The old "managers" column in the
113         Open_vSwitch table has been removed.
114       - Many "name" columns are now immutable.
115     - Feature removals:
116       - Dropped support for XenServer pre-5.6.100.
117       - Dropped support for Linux pre-2.6.18.
118       - Dropped controller discovery support.
119       - Dropped "ovs-ofctl status" and the OpenFlow extension that it used.
120         Statistics reporting in the database is a rough equivalent.
121       - Dropped the "corekeeper" package (now separate, at
122         http://openvswitch.org/cgi-bin/gitweb.cgi?p=corekeeper).
123     - Performance and scalability improvements
124     - Bug fixes
125
126 v1.1.0pre2 - 13 Sep 2010
127 ------------------------
128     - Bug fixes
129
130 v1.1.0pre1 - 31 Aug 2010
131 ------------------------
132     - OpenFlow 1.0 slicing (QoS) functionality
133     - Python bindings for configuration database (no write support)
134     - Performance and scalability improvements
135     - Bug fixes
136
137 v1.0.1 - 31 May 2010
138 --------------------
139     - New "patch" interface type
140     - Bug fixes
141
142 v1.0.0 - 15 May 2010
143 --------------------
144     - Configuration database with remote management
145     - OpenFlow 1.0
146     - GRE tunneling
147     - Support for XenServer 5.5 and 5.6
148     - Performance and scalability improvements
149     - Bug fixes
150
151 v0.99.2 - 18 Feb 2010
152 ---------------------
153     - Bug fixes
154
155 v0.99.1 - 25 Jan 2010
156 ---------------------
157     - Add support for sFlow(R)
158     - Make headers compatible with C++
159     - Bug fixes
160
161 v0.99.0 - 14 Jan 2010
162 ---------------------
163     - User-space forwarding engine
164     - Bug fixes
165         
166 v0.90.7 - 29 Nov 2009
167 ---------------------
168     - Add support for NetFlow active timeouts
169     - Bug fixes
170
171 v0.90.6 - 6 Oct 2009
172 --------------------
173     - Bug fixes
174
175 v0.90.5 - 21 Sep 2009
176 ---------------------
177     - Generalize in-band control to more diverse network setups
178     - Bug fixes