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