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