]> git.proxmox.com Git - ovs.git/blob - NEWS
dpdk: Limit DPDK memory usage.
[ovs.git] / NEWS
1 Post-v2.11.0
2 ---------------------
3 - DPDK:
4 * New option 'other_config:dpdk-socket-limit' to limit amount of
5 hugepage memory that can be used by DPDK.
6
7
8 v2.11.0 - xx xxx xxxx
9 ---------------------
10 - Linux datapath:
11 * Support for the kernel versions 4.16.x and 4.17.x.
12 - OpenFlow:
13 * OFPMP_TABLE_FEATURES_REQUEST can now modify table features.
14 - ovs-ofctl:
15 * "mod-table" command can now change OpenFlow table names.
16 - The environment variable OVS_SYSLOG_METHOD, if set, is now used
17 as the default syslog method.
18 - The environment variable OVS_CTL_TIMEOUT, if set, is now used
19 as the default timeout for control utilities.
20 - ovn:
21 * OVN-SB schema changed: duplicated IP with same Encapsulation type
22 is not allowed any more. Please refer to
23 Documentation/intro/install/ovn-upgrades.rst for the instructions
24 in case there are problems encountered when upgrading from an earlier
25 version.
26 * New support for IPSEC encrypted tunnels between hypervisors.
27 * ovn-ctl: allow passing user:group ids to the OVN daemons.
28 * IPAM/MACAM:
29 - add the capability to dynamically assign just L2 addresses
30 - add the capability to specify a static ip address and get the L2 one
31 allocated dynamically using the following syntax:
32 ovn-nbctl lsp-set-addresses <port> "dynamic <IP>"
33 - DPDK:
34 * Add support for DPDK 18.11
35 * Add support for port representors.
36 - Userspace datapath:
37 * Add option for simple round-robin based Rxq to PMD assignment.
38 It can be set with pmd-rxq-assign.
39 * Add support for Auto load balancing of PMDs (experimental)
40 * Added new per-port configurable option to manage EMC:
41 'other_config:emc-enable'.
42 - Add 'symmetric_l3' hash function.
43 - OVS now honors 'updelay' and 'downdelay' for bonds with LACP configured.
44 - ovs-vswitchd:
45 * New configuration option "offload-rebalance", that enables dynamic
46 rebalancing of offloaded flows.
47 - The environment variable OVS_RESOLV_CONF, if set, is now used
48 as the DNS server configuration file.
49 - RHEL packaging:
50 * OVN packages are split from OVS packages. A new spec
51 file - ovn-fedora.spec.in is added to generate OVN packages.
52
53
54 v2.10.0 - 18 Aug 2018
55 ---------------------
56 - ovs-vswitchd and utilities now support DNS names in OpenFlow and
57 OVSDB remotes.
58 - ovs-vswitchd:
59 * New options --l7 and --l7-len to "ofproto/trace" command.
60 * Previous versions gave OpenFlow tables default names of the form
61 "table#". These are not helpful names for the purpose of accepting
62 and displaying table names, so now tables by default have no names.
63 * The "null" interface type, deprecated since 2013, has been removed.
64 * Add minimum network namespace support for Linux.
65 * New command "lacp/show-stats"
66 - ovs-ofctl:
67 * ovs-ofctl now accepts and display table names in place of numbers. By
68 default it always accepts names and in interactive use it displays them;
69 use --names or --no-names to override. See ovs-ofctl(8) for details.
70 - ovs-vsctl: New commands "add-bond-iface" and "del-bond-iface".
71 - ovs-dpctl:
72 * New commands "ct-set-limits", "ct-del-limits", and "ct-get-limits".
73 - OpenFlow:
74 * OFPT_ROLE_STATUS is now available in OpenFlow 1.3.
75 * OpenFlow 1.5 extensible statistics (OXS) now implemented.
76 * New OpenFlow 1.0 extensions for group support.
77 * Default selection method for select groups is now dp_hash with improved
78 accuracy.
79 - Linux datapath
80 * Add support for compiling OVS with the latest Linux 4.14 kernel.
81 * Added support for meters.
82 * Add support for conntrack zone limit.
83 - ovn:
84 * Implemented icmp4/icmp6/tcp_reset actions in order to drop the packet
85 and reply with a RST for TCP or ICMPv4/ICMPv6 unreachable message for
86 other IPv4/IPv6-based protocols whenever a reject ACL rule is hit.
87 * ACL match conditions can now match on Port_Groups as well as address
88 sets that are automatically generated by Port_Groups. ACLs can be
89 applied directly to Port_Groups as well.
90 * ovn-nbctl can now run as a daemon (long-lived, background process).
91 See ovn-nbctl(8) for details.
92 - DPDK:
93 * New 'check-dpdk' Makefile target to run a new system testsuite.
94 See Testing topic for the details.
95 * Add LSC interrupt support for DPDK physical devices.
96 * Allow init to fail and record DPDK status/version in OVS database.
97 * Add experimental flow hardware offload support
98 * Support both shared and per port mempools for DPDK devices.
99 - Userspace datapath:
100 * Commands ovs-appctl dpif-netdev/pmd-*-show can now work on a single PMD
101 * Detailed PMD performance metrics available with new command
102 ovs-appctl dpif-netdev/pmd-perf-show
103 * Supervision of PMD performance metrics and logging of suspicious
104 iterations
105 * Add signature match cache (SMC) as experimental feature. When turned on,
106 it improves throughput when traffic has many more flows than EMC size.
107 - ERSPAN:
108 * Implemented ERSPAN protocol (draft-foschiano-erspan-00.txt) for
109 both kernel datapath and userspace datapath.
110 * Added port-based and flow-based ERSPAN tunnel port support, added
111 OpenFlow rules matching ERSPAN fields. See ovs-fields(7).
112 - ovs-pki
113 * ovs-pki now generates x.509 version 3 certificate. The new format adds
114 subjectAltName field and sets its value the same as common name (CN).
115
116 v2.9.0 - 19 Feb 2018
117 --------------------
118 - NSH implementation now conforms to latest draft (draft-ietf-sfc-nsh-28).
119 * Add ttl field.
120 * Add a new action dec_nsh_ttl.
121 * Enable NSH support in kernel datapath.
122 - OVSDB has new, experimental support for database clustering:
123 * New high-level documentation in ovsdb(7).
124 * New file format documentation for developers in ovsdb(5).
125 * Protocol documentation moved from ovsdb-server(1) to ovsdb-server(7).
126 * ovsdb-server now supports online schema conversion via
127 "ovsdb-client convert".
128 * ovsdb-server now always hosts a built-in database named _Server. See
129 ovsdb-server(5) for more details.
130 * ovsdb-client: New "get-schema-cksum", "query", "backup", "restore",
131 and "wait" commands. New --timeout option.
132 * ovsdb-tool: New "create-cluster", "join-cluster", "db-cid", "db-sid",
133 "db-local-address", "db-is-clustered", "db-is-standalone", "db-name",
134 "schema-name", "compare-versions", and "check-cluster" commands.
135 * ovsdb-server: New ovs-appctl commands for managing clusters.
136 * ovs-sandbox: New support for clustered databases.
137 - ovs-vsctl and other commands that display data in tables now support a
138 --max-column-width option to limit column width.
139 - No longer slow-path traffic that sends to a controller. Applications,
140 such as OVN ACL logging, want to send a copy of a packet to a
141 controller while leaving the actual packet forwarding in the datapath.
142 - OVN:
143 * The "requested-chassis" option for a logical switch port now accepts a
144 chassis "hostname" in addition to a chassis "name".
145 * IPv6
146 - Added support to send IPv6 Router Advertisement packets in response to
147 the IPv6 Router Solicitation packets from the VIF ports.
148 - Added support to generate Neighbor Solicitation packets using the OVN
149 action 'nd_ns' to resolve unknown next hop MAC addresses for the
150 IPv6 packets.
151 * Add support for QoS bandwidth limit with DPDK.
152 * ovn-ctl: New commands run_nb_ovsdb and run_sb_ovsdb.
153 * ovn-sbctl, ovn-nbctl: New options --leader-only, --no-leader-only.
154 - OpenFlow:
155 * ct_clear action is now backed by kernel datapath. Support is probed for
156 when OVS starts.
157 - Linux kernel 4.13
158 * Add support for compiling OVS with the latest Linux 4.13 kernel
159 - ovs-dpctl and related ovs-appctl commands:
160 * "flush-conntrack" now accept a 5-tuple to delete a specific
161 connection tracking entry.
162 * New "ct-set-maxconns", "ct-get-maxconns", and "ct-get-nconns" commands
163 for userspace datapath.
164 - No longer send packets to the Linux TAP device if it's DOWN unless it is
165 in another networking namespace.
166 - DPDK:
167 * Add support for DPDK v17.11
168 * Add support for vHost IOMMU
169 * New debug appctl command 'netdev-dpdk/get-mempool-info'.
170 * All the netdev-dpdk appctl commands described in ovs-vswitchd man page.
171 * Custom statistics:
172 - DPDK physical ports now return custom set of "dropped", "error" and
173 "management" statistics.
174 - ovs-ofctl dump-ports command now prints new of set custom statistics
175 if available (for OpenFlow 1.4+).
176 * Switch from round-robin allocation of rxq to pmd assignments to a
177 utilization-based allocation.
178 * New appctl command 'dpif-netdev/pmd-rxq-rebalance' to rebalance rxq to
179 pmd assignments.
180 * Add rxq utilization of pmd to appctl 'dpif-netdev/pmd-rxq-show'.
181 * Add support for vHost dequeue zero copy (experimental).
182 - Userspace datapath:
183 * Output packet batching support.
184 - vswitchd:
185 * Datapath IDs may now be specified as 0x1 (etc.) instead of 16 digits.
186 * Configuring a controller, or unconfiguring all controllers, now deletes
187 all groups and meters (as well as all flows).
188 - New --enable-sparse configure option enables "sparse" checking by default.
189 - Added additional information to vhost-user status.
190
191 v2.8.0 - 31 Aug 2017
192 --------------------
193 - ovs-ofctl:
194 * ovs-ofctl can now accept and display port names in place of numbers. By
195 default it always accepts names and in interactive use it displays them;
196 use --names or --no-names to override. See ovs-ofctl(8) for details.
197 * "ovs-ofctl dump-flows" now accepts --no-stats to omit flow statistics.
198 - New ovs-dpctl command "ct-stats-show" to show connection tracking stats.
199 - Tunnels:
200 * Added support to set packet mark for tunnel endpoint using
201 `egress_pkt_mark` OVSDB option.
202 * When using Linux kernel datapath tunnels may be created using rtnetlink.
203 This will allow us to take advantage of new tunnel features without
204 having to make changes to the vport modules.
205 - EMC insertion probability is reduced to 1% and is configurable via
206 the new 'other_config:emc-insert-inv-prob' option.
207 - DPDK:
208 * DPDK log messages redirected to OVS logging subsystem.
209 Log level can be changed in a usual OVS way using
210 'ovs-appctl vlog' commands for 'dpdk' module. Lower bound
211 still can be configured via extra arguments for DPDK EAL.
212 * dpdkvhostuser ports are marked as deprecated. They will be removed
213 in an upcoming release.
214 * Support for DPDK v17.05.1.
215 - IPFIX now provides additional counters:
216 * Total counters since metering process startup.
217 * Per-flow TCP flag counters.
218 * Multicast, broadcast, and unicast counters.
219 - New support for multiple VLANs (802.1ad or "QinQ"), including a new
220 "dot1q-tunnel" port VLAN mode.
221 - In ovn-vsctl and vtep-ctl, record UUIDs in commands may now be
222 abbreviated to 4 hex digits.
223 - Userspace Datapath:
224 * Added NAT support for userspace datapath.
225 * Added FTP and TFTP support with NAT for userspace datapath.
226 * Experimental NSH (Network Service Header) support in userspace datapath.
227 - OVN:
228 * New built-in DNS support.
229 * IPAM for IPv4 can now exclude user-defined addresses from assignment.
230 * IPAM can now assign IPv6 addresses.
231 * Make the DHCPv4 router setting optional.
232 * Gratuitous ARP for NAT addresses on a distributed logical router.
233 * Allow ovn-controller SSL configuration to be obtained from vswitchd
234 database.
235 * ovn-trace now has basic support for tracing distributed firewalls.
236 * In ovn-nbctl and ovn-sbctl, record UUIDs in commands may now be
237 abbreviated to 4 hex digits.
238 * "ovn-sbctl lflow-list" can now print OpenFlow flows that correspond
239 to logical flows.
240 * Now uses OVSDB RBAC support to reduce impact of compromised hypervisors.
241 * Multiple chassis may now be specified for L3 gateways. When more than
242 one chassis is specified, OVN will manage high availability for that
243 gateway.
244 * Add support for ACL logging.
245 * ovn-northd now has native support for active-standby high availability.
246 - Tracing with ofproto/trace now traces through recirculation.
247 - OVSDB:
248 * New support for role-based access control (see ovsdb-server(1)).
249 - New commands 'stp/show' and 'rstp/show' (see ovs-vswitchd(8)).
250 - OpenFlow:
251 * All features required by OpenFlow 1.4 are now implemented, so
252 ovs-vswitchd now enables OpenFlow 1.4 by default (in addition to
253 OpenFlow 1.0 to 1.3).
254 * Increased support for OpenFlow 1.6 (draft).
255 * Bundles now support hashing by just nw_src or nw_dst.
256 * The "learn" action now supports a "limit" option (see ovs-ofctl(8)).
257 * The port status bit OFPPS_LIVE now reflects link aliveness.
258 * OpenFlow 1.5 packet-out is now supported.
259 * Support for OpenFlow 1.5 field packet_type and packet-type-aware
260 pipeline (PTAP).
261 * Added generic encap and decap actions (EXT-382).
262 First supported use case is encap/decap for Ethernet.
263 * Added NSH (Network Service Header) support in userspace
264 Used generic encap and decap actions to implement encapsulation and
265 decapsulation of NSH header.
266 IETF NSH draft - https://datatracker.ietf.org/doc/draft-ietf-sfc-nsh/
267 * Conntrack state is only available to the processing path that
268 follows the "recirc_table" argument of the ct() action. Starting
269 in OVS 2.8, this state is now cleared for the current processing
270 path whenever ct() is called.
271 - Fedora Packaging:
272 * OVN services are no longer restarted automatically after upgrade.
273 * ovs-vswitchd and ovsdb-server run as non-root users by default.
274 - Add --cleanup option to command 'ovs-appctl exit' (see ovs-vswitchd(8)).
275 - L3 tunneling:
276 * Use new tunnel port option "packet_type" to configure L2 vs. L3.
277 * In conjunction with PTAP tunnel ports can handle a mix of L2 and L3
278 payload.
279 * New vxlan tunnel extension "gpe" to support VXLAN-GPE tunnels.
280 * New support for non-Ethernet (L3) payloads in GRE and VXLAN-GPE.
281 - The BFD detection multiplier is now user-configurable.
282 - Add experimental support for hardware offloading
283 * HW offloading is disabled by default.
284 * HW offloading is done through the TC interface.
285 - IPv6 link local addresses are now supported on Linux. Use % to designate
286 the scope device.
287
288 v2.7.0 - 21 Feb 2017
289 ---------------------
290 - Utilities and daemons that support SSL now allow protocols and
291 ciphers to be configured with --ssl-protocols and --ssl-ciphers.
292 - OVN:
293 * QoS is now implemented via egress shaping rather than ingress policing.
294 * DSCP marking is now supported, via the new northbound QoS table.
295 * IPAM now supports fixed MAC addresses.
296 * Support for source IP address based routing.
297 * ovn-trace:
298 - New --ovs option to also print OpenFlow flows.
299 - put_dhcp_opts and put_dhcp_optsv6 actions may now be traced.
300 * Support for managing SSL and remote connection configuration in
301 northbound and southbound databases.
302 * TCP connections to northbound and southbound databases are no
303 longer enabled by default and must be explicitly configured.
304 See documentation for ovn-sbctl/ovn-nbctl "set-connection"
305 command or the ovn-ctl "--db-sb-create-insecure-remote" and
306 "--db-nb-create-insecure-remote" command-line options for
307 information regarding remote connection configuration.
308 * New appctl "inject-pkt" command in ovn-controller that allows
309 packets to be injected into the connected OVS instance.
310 * Distributed logical routers may now be connected directly to
311 logical switches with localnet ports, by specifying a
312 "redirect-chassis" on the distributed gateway port of the
313 logical router. NAT rules may be specified directly on the
314 distributed logical router, and are handled either centrally on
315 the "redirect-chassis", or in many cases are handled locally on
316 the hypervisor where the corresponding logical port resides.
317 Gratuitous ARP for NAT addresses on a distributed logical
318 router is not yet supported, but will be added in a future
319 version.
320 - Fixed regression in table stats maintenance introduced in OVS
321 2.3.0, wherein the number of OpenFlow table hits and misses was
322 not accurate.
323 - OpenFlow:
324 * OFPT_PACKET_OUT messages are now supported in bundles.
325 * A new "selection_method=dp_hash" type for OpenFlow select group
326 bucket selection that uses the datapath computed 5-tuple hash
327 without making datapath flows match the 5-tuple fields, which
328 is useful for more efficient load balancing, for example. This
329 uses the Netronome extension to OpenFlow 1.5+ that allows
330 control over the OpenFlow select groups selection method. See
331 "selection_method" and related options in ovs-ofctl(8) for
332 details.
333 * The "sample" action now supports "ingress" and "egress" options.
334 * The "ct" action now supports the TFTP ALG where support is available.
335 * New actions "clone" and "ct_clear".
336 * The "meter" action is now supported in the userspace datapath.
337 - ovs-ofctl:
338 * 'bundle' command now supports packet-out messages.
339 * New syntax for 'ovs-ofctl packet-out' command, which uses the
340 same string parser as the 'bundle' command. The old 'packet-out'
341 syntax is deprecated and will be removed in a later OVS
342 release.
343 * New unixctl "ofctl/packet-out" command, which can be used to
344 instruct a flow monitor to issue OpenFlow packet-out messages.
345 - ovsdb-server:
346 * Remote connections can now be made read-only (see ovsdb-server(1)).
347 - Tunnels:
348 * TLV mappings for protocols such as Geneve are now segregated on
349 a per-OpenFlow bridge basis rather than globally. (The interface
350 has not changed.)
351 * Removed support for IPsec tunnels.
352 - DPDK:
353 * New option 'n_rxq_desc' and 'n_txq_desc' fields for DPDK interfaces
354 which set the number of rx and tx descriptors to use for the given port.
355 * Support for DPDK v16.11.
356 * Support for rx checksum offload. Refer DPDK HOWTO for details.
357 * Port Hotplug is now supported.
358 * DPDK physical ports can now have arbitrary names. The PCI address of
359 the device must be set using the 'dpdk-devargs' option. Compatibility
360 with the old dpdk<portid> naming scheme is broken, and as such a
361 device will not be available for use until a valid dpdk-devargs is
362 specified.
363 * Virtual DPDK Poll Mode Driver (vdev PMD) support.
364 * Removed experimental tag.
365 - Fedora packaging:
366 * A package upgrade does not automatically restart OVS service.
367 - ovs-vswitchd/ovs-vsctl:
368 * Ports now have a "protected" flag. Protected ports can not forward
369 frames to other protected ports. Unprotected ports can receive and
370 forward frames to protected and other unprotected ports.
371 - ovs-vsctl, ovn-nbctl, ovn-sbctl, vtep-ctl:
372 * Database commands now accept integer ranges, e.g. "set port
373 eth0 trunks=1-10" to enable trunking VLANs 1 to 10.
374
375 v2.6.0 - 27 Sep 2016
376 ---------------------
377 - First supported release of OVN. See ovn-architecture(7) for more
378 details.
379 - ovsdb-server:
380 * New "monitor_cond" "monitor_cond_update" and "update2" extensions to
381 RFC 7047.
382 - OpenFlow:
383 * OpenFlow 1.3+ bundles now expire after 10 seconds since the
384 last time the bundle was either opened, modified, or closed.
385 * OpenFlow 1.3 Extension 230, adding OpenFlow Bundles support, is
386 now implemented.
387 * OpenFlow 1.3+ bundles are now supported for group mods as well as
388 flow mods and port mods. Both 'atomic' and 'ordered' bundle
389 flags are supported for group mods as well as flow mods.
390 * Internal OpenFlow rule representation for load and set-field
391 actions is now much more memory efficient. For a complex flow
392 table this can reduce rule memory consumption by 40%.
393 * Bundles are now much more memory efficient than in OVS 2.5.
394 Together with memory efficiency improvements in OpenFlow rule
395 representation, the peak OVS resident memory use during a
396 bundle commit for large complex set of flow mods can be only
397 25% of that in OVS 2.5 (4x lower).
398 * OpenFlow 1.1+ OFPT_QUEUE_GET_CONFIG_REQUEST now supports OFPP_ANY.
399 * OpenFlow 1.4+ OFPMP_QUEUE_DESC is now supported.
400 * OpenFlow 1.4+ OFPT_TABLE_STATUS is now supported.
401 * New property-based packet-in message format NXT_PACKET_IN2 with support
402 for arbitrary user-provided data and for serializing flow table
403 traversal into a continuation for later resumption.
404 * New extension message NXT_SET_ASYNC_CONFIG2 to allow OpenFlow 1.4-like
405 control over asynchronous messages in earlier versions of OpenFlow.
406 * New OpenFlow extension NXM_NX_MPLS_TTL to provide access to MPLS TTL.
407 * New output option, output(port=N,max_len=M), to allow truncating a
408 packet to size M bytes when outputting to port N.
409 * New command OFPGC_ADD_OR_MOD for OFPT_GROUP_MOD message that adds a
410 new group or modifies an existing groups
411 * The optional OpenFlow packet buffering feature is deprecated in
412 this release, and will be removed in the next OVS release
413 (2.7). After the change OVS always sends the 'buffer_id' as
414 0xffffffff in packet-in messages and will send an error
415 response if any other value of this field is included in
416 packet-out and flow mod sent by a controller. Controllers are
417 already expected to work properly in cases where the switch can
418 not buffer packets, so this change should not affect existing
419 users.
420 * New OpenFlow extension NXT_CT_FLUSH_ZONE to flush conntrack zones.
421 - Improved OpenFlow version compatibility for actions:
422 * New OpenFlow extension to support the "group" action in OpenFlow 1.0.
423 * OpenFlow 1.0 "enqueue" action now properly translated to OpenFlow 1.1+.
424 * OpenFlow 1.1 "mod_nw_ecn" and OpenFlow 1.1+ "mod_nw_ttl" actions now
425 properly translated to OpenFlow 1.0.
426 - ovs-ofctl:
427 * queue-get-config command now allows a queue ID to be specified.
428 * '--bundle' option can now be used with OpenFlow 1.3 and with group mods.
429 * New "bundle" command allows executing a mixture of flow and group mods
430 as a single atomic transaction.
431 * New option "--color" to produce colorized output for some commands.
432 * New option '--may-create' to use OFPGC_ADD_OR_MOD in mod-group command.
433 - IPFIX:
434 * New "sampling_port" option for "sample" action to allow sampling
435 ingress and egress tunnel metadata with IPFIX.
436 * New ovs-ofctl commands "dump-ipfix-bridge" and "dump-ipfix-flow" to
437 dump bridge IPFIX statistics and flow based IPFIX statistics.
438 * New setting other-config:virtual_obs_id to add an arbitrary string
439 to IPFIX records.
440 - Linux:
441 * OVS Linux datapath now implements Conntrack NAT action with all
442 supported Linux kernels.
443 * Support for truncate action.
444 * New QoS type "linux-noop" that prevents Open vSwitch from trying to
445 manage QoS for a given port (useful when other software manages QoS).
446 - DPDK:
447 * New option "n_rxq" for PMD interfaces.
448 Old 'other_config:n-dpdk-rxqs' is no longer supported.
449 Not supported by vHost interfaces. For them number of rx and tx queues
450 is applied from connected virtio device.
451 * New 'other_config:pmd-rxq-affinity' field for PMD interfaces, that
452 allows to pin port's rx queues to desired cores.
453 * New appctl command 'dpif-netdev/pmd-rxq-show' to check the port/rxq
454 assignment.
455 * Type of log messages from PMD threads changed from INFO to DBG.
456 * QoS functionality with sample egress-policer implementation.
457 * The mechanism for configuring DPDK has changed to use database
458 * Sensible defaults have been introduced for many of the required
459 configuration options
460 * DB entries have been added for many of the DPDK EAL command line
461 arguments. Additional arguments can be passed via the dpdk-extra
462 entry.
463 * Add ingress policing functionality.
464 * PMD threads servicing vHost User ports can now come from the NUMA
465 node that device memory is located on if CONFIG_RTE_LIBRTE_VHOST_NUMA
466 is enabled in DPDK.
467 * Basic connection tracking for the userspace datapath (no ALG,
468 fragmentation or NAT support yet)
469 * Support for DPDK 16.07
470 * Optional support for DPDK pdump enabled.
471 * Jumbo frame support
472 * Remove dpdkvhostcuse port type.
473 * OVS client mode for vHost and vHost reconnect (Requires QEMU 2.7)
474 * 'dpdkvhostuserclient' port type.
475 - Increase number of registers to 16.
476 - ovs-benchmark: This utility has been removed due to lack of use and
477 bitrot.
478 - ovs-appctl:
479 * New "vlog/close" command.
480 - ovs-ctl:
481 * Added the ability to selectively start the forwarding and database
482 functions (ovs-vswitchd and ovsdb-server, respectively).
483 - ovsdb-server:
484 * Remove max number of sessions limit, to enable connection scaling
485 testing.
486 - python:
487 * Added support for Python 3.4+ in addition to existing support
488 for 2.7+.
489 - SELinux:
490 * Introduced SELinux policy package.
491 - Datapath Linux kernel compatibility.
492 * Dropped support for kernel older than 3.10.
493 * Removed VLAN splinters feature.
494 * Datapath supports kernel upto 4.7.
495 - Tunnels:
496 * Flow based tunnel match and action can be used for IPv6 address using
497 tun_ipv6_src, tun_ipv6_dst fields.
498 * Added support for IPv6 tunnels, for details checkout FAQ.
499 * Deprecated support for IPsec tunnels ports.
500 - A wrapper script, 'ovs-tcpdump', to easily port-mirror an OVS port and
501 watch with tcpdump
502 - Introduce --no-self-confinement flag that allows daemons to work with
503 sockets outside their run directory.
504 - ovs-pki: Changed message digest algorithm from SHA-1 to SHA-512 because
505 SHA-1 is no longer secure and some operating systems have started to
506 disable it in OpenSSL.
507 - Add 'mtu_request' column to the Interface table. It can be used to
508 configure the MTU of the ports.
509
510 Known issues:
511 - Using openvswitch module in conjunction with upstream Linux tunnels:
512 * When using the openvswitch module distributed with OVS against kernel
513 versions 4.4 to 4.6, the openvswitch module cannot be loaded or used at
514 the same time as "ip_gre".
515 - Conntrack FTP ALGs: When using the openvswitch module distributed with
516 OVS, particular Linux distribution kernels versions may provide diminished
517 functionality. This typically affects active FTP data connections when
518 using "actions=ct(alg=ftp),..." in flow tables. Specifically:
519 * Centos 7.1 kernels (3.10.0-2xx) kernels are unable to correctly set
520 up expectations for FTP data connections in multiple zones,
521 eg "actions=ct(zone=1,alg=ftp),ct(zone=2,alg=ftp),...". Executing the
522 "ct" action for subsequent data connections may fail to determine that
523 the data connection is "related" to an existing connection.
524 * Centos 7.2 kernels (3.10.0-3xx) kernels may not establish FTP ALG state
525 correctly for NATed connections. As a result, flows that perform NAT,
526 eg "actions=ct(nat,ftp=alg,table=1),..." may fail to NAT the packet,
527 and will populate the "ct_state=inv" bit in the flow.
528
529
530 v2.5.0 - 26 Feb 2016
531 ---------------------
532 - Dropped support for Python older than version 2.7. As a consequence,
533 using Open vSwitch 2.5 or later on XenServer 6.5 or earlier (which
534 have Python 2.4) requires first installing Python 2.7.
535 - OpenFlow:
536 * Group chaining (where one OpenFlow group triggers another) is
537 now supported.
538 * OpenFlow 1.4+ "importance" is now considered for flow eviction.
539 * OpenFlow 1.4+ OFPTC_EVICTION is now implemented.
540 * OpenFlow 1.4+ OFPTC_VACANCY_EVENTS is now implemented.
541 * OpenFlow 1.4+ OFPMP_TABLE_DESC is now implemented.
542 * Allow modifying the ICMPv4/ICMPv6 type and code fields.
543 * OpenFlow 1.4+ OFPT_SET_ASYNC_CONFIG and OFPT_GET_ASYNC_CONFIG are
544 now implemented.
545 - ovs-ofctl:
546 * New "out_group" keyword for OpenFlow 1.1+ matching on output group.
547 - Tunnels:
548 * Geneve tunnels can now match and set options and the OAM bit.
549 * The nonstandard GRE64 tunnel extension has been dropped.
550 - Support Multicast Listener Discovery (MLDv1 and MLDv2).
551 - Add 'symmetric_l3l4' and 'symmetric_l3l4+udp' hash functions.
552 - sFlow agent now reports tunnel and MPLS structures.
553 - New 'check-system-userspace', 'check-kmod' and 'check-kernel' Makefile
554 targets to run a new system testsuite. These tests can be run inside
555 a Vagrant box. See INSTALL.md for details
556 - Mark --syslog-target argument as deprecated. It will be removed in
557 the next OVS release.
558 - Added --user option to all daemons
559 - Add support for connection tracking through the new "ct" action
560 and "ct_state"/"ct_zone"/"ct_mark"/"ct_label" match fields. Only
561 available on Linux kernels with the connection tracking module loaded.
562 - Add experimental version of OVN. OVN, the Open Virtual Network, is a
563 system to support virtual network abstraction. OVN complements the
564 existing capabilities of OVS to add native support for virtual network
565 abstractions, such as virtual L2 and L3 overlays and security groups.
566 - RHEL packaging:
567 * DPDK ports may now be created via network scripts (see README.RHEL).
568 - DPDK:
569 * Requires DPDK 2.2
570 * Added multiqueue support to vhost-user
571 * Note: QEMU 2.5+ required for multiqueue support
572
573 v2.4.0 - 20 Aug 2015
574 ---------------------
575 - Flow table modifications are now atomic, meaning that each packet
576 now sees a coherent version of the OpenFlow pipeline. For
577 example, if a controller removes all flows with a single OpenFlow
578 "flow_mod", no packet sees an intermediate version of the OpenFlow
579 pipeline where only some of the flows have been deleted.
580 - Added support for SFQ, FQ_CoDel and CoDel qdiscs.
581 - Add bash command-line completion support for ovs-vsctl Please check
582 utilities/ovs-command-compgen.INSTALL.md for how to use.
583 - The MAC learning feature now includes per-port fairness to mitigate
584 MAC flooding attacks.
585 - New support for a "conjunctive match" OpenFlow extension, which
586 allows constructing OpenFlow matches of the form "field1 in
587 {a,b,c...} AND field2 in {d,e,f...}" and generalizations. For details,
588 see documentation for the "conjunction" action in ovs-ofctl(8).
589 - Add bash command-line completion support for ovs-appctl/ovs-dpctl/
590 ovs-ofctl/ovsdb-tool commands. Please check
591 utilities/ovs-command-compgen.INSTALL.md for how to use.
592 - The "learn" action supports a new flag "delete_learned" that causes
593 the learned flows to be deleted when the flow with the "learn" action
594 is deleted.
595 - Basic support for the Geneve tunneling protocol. It is not yet
596 possible to generate or match options. This is planned for a future
597 release. The protocol is documented at
598 http://tools.ietf.org/html/draft-gross-geneve-00
599 - The OVS database now reports controller rate limiting statistics.
600 - sflow now exports information about LACP-based bonds, port names, and
601 OpenFlow port numbers, as well as datapath performance counters.
602 - ovs-dpctl functionality is now available for datapaths integrated
603 into ovs-vswitchd, via ovs-appctl. Some existing ovs-appctl
604 commands are now redundant and will be removed in a future
605 release. See ovs-vswitchd(8) for details.
606 - OpenFlow:
607 * OpenFlow 1.4 bundles are now supported for flow mods and port
608 mods. For flow mods, both 'atomic' and 'ordered' bundle flags
609 are trivially supported, as all bundled messages are executed
610 in the order they were added and all flow table modifications
611 are now atomic to the datapath. Port mods may not appear in
612 atomic bundles, as port status modifications are not atomic.
613 * IPv6 flow label and neighbor discovery fields are now modifiable.
614 * OpenFlow 1.5 extended registers are now supported.
615 * The OpenFlow 1.5 actset_output field is now supported.
616 * OpenFlow 1.5 Copy-Field action is now supported.
617 * OpenFlow 1.5 masked Set-Field action is now supported.
618 * OpenFlow 1.3+ table features requests are now supported (read-only).
619 * Nicira extension "move" actions may now be included in action sets.
620 * "resubmit" actions may now be included in action sets. The resubmit
621 is executed last, and only if the action set has no "output" or "group"
622 action.
623 * OpenFlow 1.4+ flow "importance" is now maintained in the flow table.
624 * A new Netronome extension to OpenFlow 1.5+ allows control over the
625 fields hashed for OpenFlow select groups. See "selection_method" and
626 related options in ovs-ofctl(8) for details.
627 - ovs-ofctl has a new '--bundle' option that makes the flow mod commands
628 ('add-flow', 'add-flows', 'mod-flows', 'del-flows', and 'replace-flows')
629 use an OpenFlow 1.4 bundle to operate the modifications as a single
630 atomic transaction. If any of the flow mods in a transaction fail, none
631 of them are executed. All flow mods in a bundle appear to datapath
632 lookups simultaneously.
633 - ovs-ofctl 'add-flow' and 'add-flows' commands now accept arbitrary flow
634 mods as an input by allowing the flow specification to start with an
635 explicit 'add', 'modify', 'modify_strict', 'delete', or 'delete_strict'
636 keyword. A missing keyword is treated as 'add', so this is fully
637 backwards compatible. With the new '--bundle' option all the flow mods
638 are executed as a single atomic transaction using an OpenFlow 1.4 bundle.
639 - ovs-pki: Changed message digest algorithm from MD5 to SHA-1 because
640 MD5 is no longer secure and some operating systems have started to disable
641 it in OpenSSL.
642 - ovsdb-server: New OVSDB protocol extension allows inequality tests on
643 "optional scalar" columns. See ovsdb-server(1) for details.
644 - ovs-vsctl now permits immutable columns in a new row to be modified in
645 the same transaction that creates the row.
646 - test-controller has been renamed ovs-testcontroller at request of users
647 who find it useful for testing basic OpenFlow setups. It is still not
648 a necessary or desirable part of most Open vSwitch deployments.
649 - Support for travis-ci.org based continuous integration builds has been
650 added. Build failures are reported to build@openvswitch.org. See INSTALL.md
651 file for additional details.
652 - Support for the Rapid Spanning Tree Protocol (IEEE 802.1D-2004).
653 The implementation has been tested successfully against the Ixia Automated
654 Network Validation Library (ANVL).
655 - Stats are no longer updated on fake bond interface.
656 - Keep active bond slave selection across OVS restart.
657 - A simple wrapper script, 'ovs-docker', to integrate OVS with Docker
658 containers. If and when there is a native integration of Open vSwitch
659 with Docker, the wrapper script will be retired.
660 - Added support for DPDK Tunneling. VXLAN, GRE, and Geneve are supported
661 protocols. This is generic tunneling mechanism for userspace datapath.
662 - Support for multicast snooping (IGMPv1, IGMPv2 and IGMPv3)
663 - Support for Linux kernels up to 4.0.x
664 - The documentation now use the term 'destination' to mean one of syslog,
665 console or file for vlog logging instead of the previously used term
666 'facility'.
667 - Support for VXLAN Group Policy extension
668 - Initial support for the IETF Auto-Attach SPBM draft standard. This
669 contains rudimentary support for the LLDP protocol as needed for
670 Auto-Attach.
671 - The default OpenFlow and OVSDB ports are now the IANA-assigned
672 numbers. OpenFlow is 6653 and OVSDB is 6640.
673 - Support for DPDK vHost.
674 - Support for outer UDP checksums in Geneve and VXLAN.
675 - The kernel vports with dependencies are no longer part of the overall
676 openvswitch.ko but built and loaded automatically as individual kernel
677 modules (vport-*.ko).
678 - Support for STT tunneling.
679 - ovs-sim: New developer tool for simulating multiple OVS instances.
680 See ovs-sim(1) for more information.
681 - Support to configure method (--syslog-method argument) that determines
682 how daemons will talk with syslog.
683 - Support for "ovs-appctl vlog/list-pattern" command that lets to query
684 logging message format for each destination.
685
686
687 v2.3.0 - 14 Aug 2014
688 ---------------------
689 - OpenFlow 1.1, 1.2, and 1.3 are now enabled by default in
690 ovs-vswitchd.
691 - Linux kernel datapath now has an exact match cache optimizing the
692 flow matching process.
693 - Datapath flows now have partially wildcarded tranport port field
694 matches. This reduces userspace upcalls, but increases the
695 number of different masks in the datapath. The kernel datapath
696 exact match cache removes the overhead of matching the incoming
697 packets with the larger number of masks, but when paired with an
698 older kernel module, some workloads may perform worse with the
699 new userspace.
700 - Compatibility with autoconf 2.63 (previously >=2.64)
701
702 v2.2.0 - Internal Release
703 ---------------------
704 - Internal ports are no longer brought up by default, because it
705 should be an administrator task to bring up devices as they are
706 configured properly.
707 - ovs-vsctl now reports when ovs-vswitchd fails to create a new port or
708 bridge.
709 - Port creation and configuration errors are now stored in a new error
710 column of the Interface table and included in 'ovs-vsctl show'.
711 - The "ovsdbmonitor" graphical tool has been removed, because it was
712 poorly maintained and not widely used.
713 - New "check-ryu" Makefile target for running Ryu tests for OpenFlow
714 controllers against Open vSwitch. See INSTALL.md for details.
715 - Added IPFIX support for SCTP flows and templates for ICMPv4/v6 flows.
716 - Upon the receipt of a SIGHUP signal, ovs-vswitchd no longer reopens its
717 log file (it will terminate instead). Please use 'ovs-appctl vlog/reopen'
718 instead.
719 - Support for Linux kernels up to 3.14. From Kernel 3.12 onwards OVS uses
720 tunnel API for GRE and VXLAN.
721 - Added DPDK support.
722 - Added support for custom vlog patterns in Python
723
724
725 v2.1.0 - 19 Mar 2014
726 ---------------------
727 - Address prefix tracking support for flow tables. New columns
728 "prefixes" in OVS-DB table "Flow_Table" controls which packet
729 header fields are used for address prefix tracking. Prefix
730 tracking allows the classifier to skip rules with longer than
731 necessary prefixes, resulting in better wildcarding for datapath
732 flows. Default configuration is to not use any fields for prefix
733 tracking. However, if any flow tables contain both exact matches
734 and masked matches for IP address fields, OVS performance may be
735 increased by using this feature.
736 * As of now, the fields for which prefix lookup can be enabled
737 are: 'tun_id', 'tun_src', 'tun_dst', 'nw_src', 'nw_dst' (or
738 aliases 'ip_src' and 'ip_dst'), 'ipv6_src', and 'ipv6_dst'.
739 (Using this feature for 'tun_id' would only make sense if the
740 tunnel IDs have prefix structure similar to IP addresses.)
741 * There is a maximum number of fields that can be enabled for any
742 one flow table. Currently this limit is 3.
743 * Examples:
744 $ ovs-vsctl set Bridge br0 flow_tables:0=@N1 -- \
745 --id=@N1 create Flow_Table name=table0
746 $ ovs-vsctl set Bridge br0 flow_tables:1=@N1 -- \
747 --id=@N1 create Flow_Table name=table1
748 $ ovs-vsctl set Flow_Table table0 prefixes=ip_dst,ip_src
749 $ ovs-vsctl set Flow_Table table1 prefixes=[]
750 - TCP flags matching: OVS now supports matching of TCP flags. This
751 has an adverse performance impact when using OVS userspace 1.10
752 or older (no megaflows support) together with the new OVS kernel
753 module. It is recommended that the kernel and userspace modules
754 both are upgraded at the same time.
755 - The default OpenFlow and OVSDB ports will change to
756 IANA-assigned numbers in a future release. Consider updating
757 your installations to specify port numbers instead of using the
758 defaults.
759 - OpenFlow:
760 * The OpenFlow 1.1+ "Write-Actions" instruction is now supported.
761 * OVS limits the OpenFlow port numbers it assigns to port 32767 and
762 below, leaving port numbers above that range free for assignment
763 by the controller.
764 * ovs-vswitchd now honors changes to the "ofport_request" column
765 in the Interface table by changing the port's OpenFlow port
766 number.
767 * The Open vSwitch software switch now supports OpenFlow groups.
768 - ovs-vswitchd.conf.db.5 man page will contain graphviz/dot
769 diagram only if graphviz package was installed at the build time.
770 - Support for Linux kernels up to 3.11
771 - ovs-dpctl:
772 The "show" command also displays mega flow mask stats.
773 - ovs-ofctl:
774 * New command "ofp-parse-pcap" to dump OpenFlow from PCAP files.
775 - ovs-controller has been renamed test-controller. It is no longer
776 packaged or installed by default, because too many users assumed
777 incorrectly that ovs-controller was a necessary or desirable part
778 of an Open vSwitch deployment.
779 - Added vlog option to export to a UDP syslog sink.
780 - ovsdb-client:
781 * The "monitor" command can now monitor all tables in a database,
782 instead of being limited to a single table.
783 - The flow-eviction-threshold has been replaced by the flow-limit which is a
784 hard limit on the number of flows in the datapath. It defaults to 200,000
785 flows. OVS automatically adjusts this number depending on network
786 conditions.
787 - Added IPv6 support for active and passive socket communications.
788
789
790 v2.0.0 - 15 Oct 2013
791 ---------------------
792 - The ovs-vswitchd process is no longer single-threaded. Multiple
793 threads are now used to handle flow set up and asynchronous
794 logging.
795 - OpenFlow:
796 * Experimental support for OpenFlow 1.1 (in addition to 1.2 and
797 1.3, which had experimental support in 1.10).
798 * Experimental protocol support for OpenFlow 1.1+ groups. This
799 does not yet include an implementation in the Open vSwitch
800 software switch.
801 * Experimental protocol support for OpenFlow 1.2+ meters. This
802 does not yet include an implementation in the Open vSwitch
803 software switch.
804 * New support for matching outer source and destination IP address
805 of tunneled packets, for tunnel ports configured with the newly
806 added "remote_ip=flow" and "local_ip=flow" options.
807 * Support for matching on metadata 'pkt_mark' for interacting with
808 other system components. On Linux this corresponds to the skb
809 mark.
810 * Support matching, rewriting SCTP ports
811 - The Interface table in the database has a new "ifindex" column to
812 report the interface's OS-assigned ifindex.
813 - New "check-oftest" Makefile target for running OFTest against Open
814 vSwitch. See README-OFTest for details.
815 - The flow eviction threshold has been moved to the Open_vSwitch table.
816 - Database names are now mandatory when specifying ovsdb-server options
817 through database paths (e.g. Private key option with the database name
818 should look like "--private-key=db:Open_vSwitch,SSL,private_key").
819 - Added ovs-dev.py, a utility script helpful for Open vSwitch developers.
820 - Support for Linux kernels up to 3.10
821 - ovs-ofctl:
822 * New "ofp-parse" for printing OpenFlow messages read from a file.
823 * New commands for OpenFlow 1.1+ groups.
824 - Added configurable flow caching support to IPFIX exporter.
825 - Dropped support for Linux pre-2.6.32.
826 - Log file timestamps and ovsdb commit timestamps are now reported
827 with millisecond resolution. (Previous versions only reported
828 whole seconds.)
829
830
831 v1.11.0 - 28 Aug 2013
832 ---------------------
833 - Support for megaflows, which allows wildcarding in the kernel (and
834 any dpif implementation that supports wildcards). Depending on
835 the flow table and switch configuration, flow set up rates are
836 close to the Linux bridge.
837 - The "tutorial" directory contains a new tutorial for some advanced
838 Open vSwitch features.
839 - Stable bond mode has been removed.
840 - The autopath action has been removed.
841 - New support for the data encapsulation format of the LISP tunnel
842 protocol (RFC 6830). An external control plane or manual flow
843 setup is required for EID-to-RLOC mapping.
844 - OpenFlow:
845 * The "dec_mpls_ttl" and "set_mpls_ttl" actions from OpenFlow
846 1.1 and later are now implemented.
847 * New "stack" extension for use in actions, to push and pop from
848 NXM fields.
849 * The "load" and "set_field" actions can now modify the "in_port". (This
850 allows one to enable output to a flow's input port by setting the
851 in_port to some unused value, such as OFPP_NONE.)
852 - ovs-dpctl:
853 * New debugging commands "add-flow", "mod-flow", "del-flow".
854 * "dump-flows" now has a -m option to increase output verbosity.
855 - In dpif-based bridges, cache action translations, which can improve
856 flow set up performance by 80% with a complicated flow table.
857 - New syslog format, prefixed with "ovs|", to be easier to filter.
858 - RHEL: Removes the default firewall rule that allowed GRE traffic to
859 pass through. Any users that relied on this automatic firewall hole
860 will have to manually configure it. The ovs-ctl(8) manpage documents
861 the "enable-protocol" command that can be used as an alternative.
862 - New CFM demand mode which uses data traffic to indicate interface
863 liveness.
864
865 v1.10.0 - 01 May 2013
866 ---------------------
867 - Bridge compatibility support has been removed. Any uses that
868 rely on ovs-brcompatd will have to stick with Open vSwitch 1.9.x
869 or adapt to native Open vSwitch support (e.g. use ovs-vsctl instead
870 of brctl).
871 - The maximum size of the MAC learning table is now configurable.
872 - With the Linux datapath, packets for new flows are now queued
873 separately on a per-port basis, so it should no longer be
874 possible for a large number of new flows arriving on one port to
875 prevent new flows from being processed on other ports.
876 - ovs-vsctl:
877 * Previously ovs-vsctl would retry connecting to the database forever,
878 causing it to hang if ovsdb-server was not running. Now, ovs-vsctl
879 only tries once by default (use --retry to try forever). This change
880 means that you may want to remove uses of --timeout to avoid hangs
881 in ovs-vsctl calls.
882 * Many "ovs-vsctl" database commands now accept an --if-exists option.
883 Please refer to the ovs-vsctl manpage for details.
884 - OpenFlow:
885 - Experimental support for newer versions of OpenFlow. See
886 the "What versions of OpenFlow does Open vSwitch support?"
887 question in the FAQ for more details.
888 - The OpenFlow "dp_desc" may now be configured by setting the
889 value of other-config:dp-desc in the Bridge table.
890 - It is possible to request the OpenFlow port number with the
891 "ofport_request" column in the Interface table.
892 - The NXM flow_removed message now reports the OpenFlow table ID
893 from which the flow was removed.
894 - Tunneling:
895 - New support for the VXLAN tunnel protocol (see the IETF draft here:
896 http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-03).
897 - Tunneling requires the version of the kernel module paired with
898 Open vSwitch 1.9.0 or later.
899 - Inheritance of the Don't Fragment bit in IP tunnels (df_inherit)
900 is no longer supported.
901 - Path MTU discovery is no longer supported.
902 - CAPWAP tunneling support removed.
903 - Tunnels with multicast destination ports are no longer supported.
904 - ovs-dpctl:
905 - The "dump-flows" and "del-flows" no longer require an argument
906 if only one datapath exists.
907 - ovs-appctl:
908 - New "vlog/disable-rate-limit" and "vlog/enable-rate-limit"
909 commands available allow control over logging rate limits.
910 - New "dpif/dump-dps", "dpif/show", and "dpif/dump-flows" command
911 that mimic the equivalent ovs-dpctl commands.
912 - The ofproto library is now responsible for assigning OpenFlow port
913 numbers. An ofproto implementation should assign them when
914 port_construct() is called.
915 - All dpif-based bridges of a particular type share a common
916 datapath called "ovs-<type>", e.g. "ovs-system". The ovs-dpctl
917 commands will now return information on that shared datapath. To
918 get the equivalent bridge-specific information, use the new
919 "ovs-appctl dpif/*" commands.
920 - Backward-incompatible changes:
921 - Earlier Open vSwitch versions treated ANY as a wildcard in flow
922 syntax. OpenFlow 1.1 adds a port named ANY, which introduces a
923 conflict. ANY was rarely used in flow syntax, so we chose to
924 retire that meaning of ANY in favor of the OpenFlow 1.1 meaning.
925 - Patch ports no longer require kernel support, so they now work
926 with FreeBSD and the kernel module built into Linux 3.3 and later.
927 - New "sample" action.
928
929
930 v1.9.0 - 26 Feb 2013
931 ------------------------
932 - Datapath:
933 - Support for ipv6 set action.
934 - SKB mark matching and setting.
935 - support for Linux kernels up to 3.8
936 - FreeBSD is now a supported platform, thanks to code contributions from
937 Gaetano Catalli, Ed Maste, and Giuseppe Lettieri.
938 - ovs-bugtool: New --ovs option to report only OVS related information.
939 - New %t and %T log escapes to identify the subprogram within a
940 cooperating group of processes or threads that emitted a log message.
941 The default log patterns now include this information.
942 - OpenFlow:
943 - Allow bitwise masking for SHA and THA fields in ARP, SLL and TLL
944 fields in IPv6 neighbor discovery messages, and IPv6 flow label.
945 - Adds support for writing to the metadata field for a flow.
946 - Tunneling:
947 - The tunneling code no longer assumes input and output keys are
948 symmetric. If they are not, PMTUD needs to be disabled for
949 tunneling to work. Note this only applies to flow-based keys.
950 - New support for a nonstandard form of GRE that supports a 64-bit key.
951 - Tunnel Path MTU Discovery default value was set to 'disabled'.
952 This feature is deprecated and will be removed soon.
953 - Tunnel header caching removed.
954 - ovs-ofctl:
955 - Commands and actions that accept port numbers now also accept keywords
956 that represent those ports (such as LOCAL, NONE, and ALL). This is
957 also the recommended way to specify these ports, for compatibility
958 with OpenFlow 1.1 and later (which use the OpenFlow 1.0 numbers
959 for these ports for different purposes).
960 - ovs-dpctl:
961 - Support requesting the port number with the "port_no" option in
962 the "add-if" command.
963 - ovs-pki: The "online PKI" features have been removed, along with
964 the ovs-pki-cgi program that facilitated it, because of some
965 alarmist insecurity claims. We do not believe that these claims
966 are true, but because we do not know of any users for this
967 feature it seems better on balance to remove it. (The ovs-pki-cgi
968 program was not included in distribution packaging.)
969 - ovsdb-server now enforces the immutability of immutable columns. This
970 was not enforced in earlier versions due to an oversight.
971 - The following features are now deprecated. They will be removed no
972 earlier than February 2013. Please email dev@openvswitch.org with
973 concerns.
974 - Bridge compatibility.
975 - Stable bond mode.
976 - The autopath action.
977 - Interface type "null".
978 - Numeric values for reserved ports (see "ovs-ofctl" note above).
979 - Tunnel Path MTU Discovery.
980 - CAPWAP tunnel support.
981 - The data in the RARP packets can now be matched in the same way as the
982 data in ARP packets.
983
984
985 v1.8.0 - 26 Feb 2013
986 ------------------------
987 *** Internal only release ***
988 - New FAQ. Please send updates and additions!
989 - Authors of controllers, please read the new section titled "Action
990 Reproduction" in DESIGN, which describes an Open vSwitch change in
991 behavior in corner cases that may affect some controllers.
992 - ovs-l3ping:
993 - A new test utility that can create L3 tunnel between two Open
994 vSwitches and detect connectivity issues.
995 - ovs-ofctl:
996 - New --sort and --rsort options for "dump-flows" command.
997 - "mod-port" command can now control all OpenFlow config flags.
998 - OpenFlow:
999 - Allow general bitwise masking for IPv4 and IPv6 addresses in
1000 IPv4, IPv6, and ARP packets. (Previously, only CIDR masks
1001 were allowed.)
1002 - Allow support for arbitrary Ethernet masks. (Previously, only
1003 the multicast bit in the destination address could be individually
1004 masked.)
1005 - New field OXM_OF_METADATA, to align with OpenFlow 1.1.
1006 - The OFPST_QUEUE request now reports an error if a specified port or
1007 queue does not exist, or for requests for a specific queue on all
1008 ports, if the specified queue does not exist on any port. (Previous
1009 versions generally reported an empty set of results.)
1010 - New "flow monitor" feature to allow controllers to be notified of
1011 flow table changes as they happen.
1012 - Additional protocols are not mirrored and dropped when forward-bpdu is
1013 false. For a full list, see the ovs-vswitchd.conf.db man page.
1014 - Open vSwitch now sends RARP packets in situations where it previously
1015 sent a custom protocol, making it consistent with behavior of QEMU and
1016 VMware.
1017 - All Open vSwitch programs and log files now show timestamps in UTC,
1018 instead the local timezone, by default.
1019
1020
1021 v1.7.0 - 30 Jul 2012
1022 ------------------------
1023 - kernel modules are renamed. openvswitch_mod.ko is now
1024 openvswitch.ko and brcompat_mod.ko is now brcompat.ko.
1025 - Increased the number of NXM registers to 8.
1026 - Added ability to configure DSCP setting for manager and controller
1027 connections. By default, these connections have a DSCP value of
1028 Internetwork Control (0xc0).
1029 - Added the granular link health statistics, 'cfm_health', to an
1030 interface.
1031 - OpenFlow:
1032 - Added support to mask nd_target for ICMPv6 neighbor discovery flows.
1033 - Added support for OpenFlow 1.3 port description (OFPMP_PORT_DESC)
1034 multipart messages.
1035 - ovs-ofctl:
1036 - Added the "dump-ports-desc" command to retrieve port
1037 information using the new port description multipart messages.
1038 - ovs-test:
1039 - Added support for spawning ovs-test server from the client.
1040 - Now ovs-test is able to automatically create test bridges and ports.
1041 - "ovs-dpctl dump-flows" now prints observed TCP flags in TCP flows.
1042 - Tripled flow setup performance.
1043 - The "coverage/log" command previously available through ovs-appctl
1044 has been replaced by "coverage/show". The new command replies with
1045 coverage counter values, instead of logging them.
1046
1047
1048 v1.6.1 - 25 Jun 2012
1049 ------------------------
1050 - Allow OFPP_CONTROLLER as the in_port for packet-out messages.
1051
1052
1053 v1.6.0 - 24 Feb 2012
1054 ------------------------
1055 *** Internal only release ***
1056 - bonding
1057 - LACP bonds no longer fall back to balance-slb when negotiations fail.
1058 Instead they drop traffic.
1059 - The default bond_mode changed from SLB to active-backup, to protect
1060 unsuspecting users from the significant risks of SLB bonds (which are
1061 documented in vswitchd/INTERNALS).
1062 - Load balancing can be disabled by setting the bond-rebalance-interval
1063 to zero.
1064 - OpenFlow:
1065 - Added support for bitwise matching on TCP and UDP ports.
1066 See ovs-ofctl(8) for more information.
1067 - NXM flow dumps now include times elapsed toward idle and hard
1068 timeouts.
1069 - Added an OpenFlow extension NXT_SET_ASYNC_CONFIG that allows
1070 controllers more precise control over which OpenFlow messages they
1071 receive asynchronously.
1072 - New "fin_timeout" action.
1073 - Added "fin_timeout" support to "learn" action.
1074 - New Nicira action NXAST_CONTROLLER that offers additional features
1075 over output to OFPP_CONTROLLER.
1076 - When QoS settings for an interface do not configure a default queue
1077 (queue 0), Open vSwitch now uses a default configuration for that
1078 queue, instead of dropping all packets as in previous versions.
1079 - Logging:
1080 - Logging to console and file will have UTC timestamp as a default for
1081 all the daemons. An example of the default format is
1082 2012-01-27T16:35:17Z. ovs-appctl can be used to change the default
1083 format as before.
1084 - The syntax of commands and options to set log levels was simplified,
1085 to make it easier to remember.
1086 - New support for limiting the number of flows in an OpenFlow flow
1087 table, with configurable policy for evicting flows upon
1088 overflow. See the Flow_Table table in ovs-vswitch.conf.db(5)
1089 for more information.
1090 - New "enable-async-messages" column in the Controller table. If set to
1091 false, OpenFlow connections to the controller will initially have all
1092 asynchronous messages disabled, overriding normal OpenFlow behavior.
1093 - ofproto-provider interface:
1094 - "struct rule" has a new member "used" that ofproto implementations
1095 should maintain by updating with ofproto_rule_update_used().
1096 - ovsdb-client:
1097 - The new option --timestamp causes the "monitor" command to print
1098 a timestamp with every update.
1099 - CFM module CCM broadcasts can now be tagged with an 802.1p priority.
1100
1101
1102 v1.5.0 - 01 Jun 2012
1103 ------------------------
1104 - OpenFlow:
1105 - Added support for querying, modifying, and deleting flows
1106 based on flow cookie when using NXM.
1107 - Added new NXM_PACKET_IN format.
1108 - Added new NXAST_DEC_TTL action.
1109 - ovs-ofctl:
1110 - Added daemonization support to the monitor and snoop commands.
1111 - ovs-vsctl:
1112 - The "find" command supports new set relational operators
1113 {=}, {!=}, {<}, {>}, {<=}, and {>=}.
1114 - ovsdb-tool now uses the typical database and schema installation
1115 directories as defaults.
1116 - The default MAC learning timeout has been increased from 60 seconds
1117 to 300 seconds. The MAC learning timeout is now configurable.
1118
1119
1120 v1.4.0 - 30 Jan 2012
1121 ------------------------
1122 - Compatible with Open vSwitch kernel module included in Linux 3.3.
1123 - New "VLAN splinters" feature to work around buggy device drivers
1124 in old Linux versions. (This feature is deprecated. When
1125 broken device drivers are no longer in widespread use, we will
1126 delete this feature.) See ovs-vswitchd.conf.db(5) for more
1127 information.
1128 - OpenFlow:
1129 - Added ability to match on IPv6 flow label through NXM.
1130 - Added ability to match on ECN bits in IPv4 and IPv6 through NXM.
1131 - Added ability to match on TTL in IPv4 and IPv6 through NXM.
1132 - Added ability to modify ECN bits in IPv4.
1133 - Added ability to modify TTL in IPv4.
1134 - ovs-vswitchd:
1135 - Don't require the "normal" action to use mirrors. Traffic will
1136 now be properly mirrored for any flows, regardless of their
1137 actions.
1138 - Track packet and byte statistics sent on mirrors.
1139 - The sFlow implementation can now usually infer the correct agent
1140 device instead of having to be told explicitly.
1141 - ovs-appctl:
1142 - New "fdb/flush" command to flush bridge's MAC learning table.
1143 - ovs-test:
1144 - A new distributed testing tool that allows one to diagnose performance
1145 and connectivity issues. This tool currently is not included in RH or
1146 Xen packages.
1147 - RHEL packaging now supports integration with Red Hat network scripts.
1148 - bonding:
1149 - Post 1.4.*, OVS will be changing the default bond mode from balance-slb
1150 to active-backup. SLB bonds carry significant risks with them
1151 (documented vswitchd/INTERNALS) which we want to prevent unsuspecting
1152 users from running into. Users are advised to update any scripts or
1153 configuration which may be negatively impacted by explicitly setting
1154 the bond mode which they want to use.
1155
1156
1157 v1.3.0 - 09 Dec 2011
1158 ------------------------
1159 - OpenFlow:
1160 - Added an OpenFlow extension which allows the "output" action to accept
1161 NXM fields.
1162 - Added an OpenFlow extension for flexible learning.
1163 - Bumped number of NXM registers from four to five.
1164 - ovs-appctl:
1165 - New "version" command to determine version of running daemon.
1166 - If no argument is provided for "cfm/show", displays detailed
1167 information about all interfaces with CFM enabled.
1168 - If no argument is provided for "lacp/show", displays detailed
1169 information about all ports with LACP enabled.
1170 - ovs-dpctl:
1171 - New "set-if" command to modify a datapath port's configuration.
1172 - ovs-vswitchd:
1173 - The software switch now supports 255 OpenFlow tables, instead
1174 of just one. By default, only table 0 is consulted, but the
1175 new NXAST_RESUBMIT_TABLE action can look up in additional
1176 tables. Tables 128 and above are reserved for use by the
1177 switch itself; please use only tables 0 through 127.
1178 - Add support for 802.1D spanning tree (STP).
1179 - Fragment handling extensions:
1180 - New OFPC_FRAG_NX_MATCH fragment handling mode, in which L4
1181 fields are made available for matching in fragments with
1182 offset 0.
1183 - New NXM_NX_IP_FRAG match field for matching IP fragments (usable
1184 via "ip_frag" in ovs-ofctl).
1185 - New ovs-ofctl "get-frags" and "set-frags" commands to get and set
1186 fragment handling policy.
1187 - CAPWAP tunneling now supports an extension to transport a 64-bit key.
1188 By default it remains compatible with the old version and other
1189 standards-based implementations.
1190 - Flow setups are now processed in a round-robin manner across ports
1191 to prevent any single client from monopolizing the CPU and conducting
1192 a denial of service attack.
1193 - Added support for native VLAN tagging. A new "vlan_mode"
1194 parameter can be set for "port". Possible values: "access",
1195 "trunk", "native-tagged" and "native-untagged".
1196 - test-openflowd has been removed. Please use ovs-vswitchd instead.
1197
1198 v1.2.0 - 03 Aug 2011
1199 ------------------------
1200 - New "ofproto" abstraction layer to ease porting to hardware
1201 switching ASICs.
1202 - Packaging for Red Hat Enterprise Linux 5.6 and 6.0.
1203 - Datapath support for Linux kernels up to 3.0.
1204 - OpenFlow:
1205 - New "bundle" and "bundle_load" action extensions.
1206 - Database:
1207 - Implement table unique constraints.
1208 - Support cooperative locking between callers.
1209 - ovs-dpctl:
1210 - New "-s" option for "show" command prints packet and byte
1211 counters for each port.
1212 - ovs-ofctl:
1213 - New "--readd" option for "replace-flows".
1214 - ovs-vsctl:
1215 - New "show" command to print an overview of configuration.
1216 - New "comment" command to add remark that explains intentions.
1217 - ovs-brcompatd has been rewritten to fix long-standing bugs.
1218 - ovs-openflowd has been renamed test-openflowd and moved into the
1219 tests directory. Its presence confused too many users. Please
1220 use ovs-vswitchd instead.
1221 - New ovs-benchmark utility to test flow setup performance.
1222 - A new log level "off" has been added. Configuring a log facility
1223 "off" prevents any messages from being logged to it. Previously,
1224 "emer" was effectively "off" because no messages were ever logged at
1225 level "emer". Now, errors that cause a process to exit are logged
1226 at "emer" level.
1227 - "configure" option --with-l26 has been renamed --with-linux, and
1228 --with-l26-source has been renamed --with-linux-source. The old
1229 names will be removed after the next release, so please update
1230 your scripts.
1231 - The "-2.6" suffix has been dropped from the datapath/linux-2.6 and
1232 datapath/linux-2.6/compat-2.6 directories.
1233 - Feature removals:
1234 - Dropped support for "tun_id_from_cookie" OpenFlow extension.
1235 Please use the extensible match extensions instead.
1236 - Removed the Maintenance_Point and Monitor tables in an effort
1237 to simplify 802.1ag configuration.
1238 - Performance and scalability improvements
1239 - Bug fixes
1240
1241 v1.1.0 - 05 Apr 2011
1242 ------------------------
1243 - Ability to define policies over IPv6
1244 - LACP
1245 - 802.1ag CCM
1246 - Support for extensible match extensions to OpenFlow
1247 - QoS:
1248 - Support for HFSC qdisc.
1249 - Queue used by in-band control can now be configured.
1250 - Kernel:
1251 - Kernel<->userspace interface has been reworked and should be
1252 close to a stable ABI now.
1253 - "Port group" concept has been dropped.
1254 - GRE over IPSEC tunnels
1255 - Bonding:
1256 - New active backup bonding mode.
1257 - New L4 hashing support when LACP is enabled.
1258 - Source MAC hash now includes VLAN field also.
1259 - miimon support.
1260 - Greatly improved handling of large flow tables
1261 - ovs-dpctl:
1262 - "show" command now prints full vport configuration.
1263 - "dump-groups" command removed since kernel support for
1264 port groups was dropped.
1265 - ovs-vsctl:
1266 - New commands for working with the new Managers table.
1267 - "list" command enhanced with new formatting options and --columns
1268 option.
1269 - "get" command now accepts new --id option.
1270 - New "find" command.
1271 - ovs-ofctl:
1272 - New "queue-stats" command for printing queue stats.
1273 - New commands "replace-flows" and "diff-flows".
1274 - Commands to add and remove flows can now read from files.
1275 - New --flow-format option to enable or disable NXM.
1276 - New --more option to increase OpenFlow message verbosity.
1277 - Removed "tun-cookie" command, which is no longer useful.
1278 - ovs-controller enhancements for testing various features.
1279 - New ovs-vlan-test command for testing for Linux kernel driver VLAN
1280 bugs. New ovs-vlan-bug-workaround command for enabling and
1281 disabling a workaround for these driver bugs.
1282 - OpenFlow support:
1283 - "Resubmit" actions now update flow statistics.
1284 - New "register" extension for use in matching and actions, via NXM.
1285 - New "multipath" experimental action extension.
1286 - New support for matching multicast Ethernet frames, via NXM.
1287 - New extension for OpenFlow vendor error codes.
1288 - New extension to set the QoS output queue without actually
1289 sending to an output port.
1290 - Open vSwitch now reports a single flow table, instead of
1291 separate hash and wildcard tables. This better models the
1292 current implementation.
1293 - New experimental "note" action.
1294 - New "ofproto/trace" ovs-appctl command and associated utilities
1295 to ease debugging complex flow tables.
1296 - Database:
1297 - Schema documentation now includes an entity-relationship diagram.
1298 - The database is now garbage collected. In most tables,
1299 unreferenced rows will be deleted automatically.
1300 - Many tables now include statistics updated periodically by
1301 ovs-vswitchd or ovsdb-server.
1302 - Every table now has an "external-ids" column for use by OVS
1303 integrators.
1304 - There is no default controller anymore. Each bridge must have its
1305 controller individually specified.
1306 - The "fail-mode" is now a property of a Bridge instead of a Controller.
1307 - New versioning and checksum features.
1308 - New Managers table and manager_options column in Open_vSwitch table
1309 for specifying managers. The old "managers" column in the
1310 Open_vSwitch table has been removed.
1311 - Many "name" columns are now immutable.
1312 - Feature removals:
1313 - Dropped support for XenServer pre-5.6.100.
1314 - Dropped support for Linux pre-2.6.18.
1315 - Dropped controller discovery support.
1316 - Dropped "ovs-ofctl status" and the OpenFlow extension that it used.
1317 Statistics reporting in the database is a rough equivalent.
1318 - Dropped the "corekeeper" package (now separate, at
1319 http://openvswitch.org/cgi-bin/gitweb.cgi?p=corekeeper).
1320 - Performance and scalability improvements
1321 - Bug fixes
1322
1323 v1.1.0pre2 - 13 Sep 2010
1324 ------------------------
1325 - Bug fixes
1326
1327 v1.1.0pre1 - 31 Aug 2010
1328 ------------------------
1329 - OpenFlow 1.0 slicing (QoS) functionality
1330 - Python bindings for configuration database (no write support)
1331 - Performance and scalability improvements
1332 - Bug fixes
1333
1334 v1.0.1 - 31 May 2010
1335 --------------------
1336 - New "patch" interface type
1337 - Bug fixes
1338
1339 v1.0.0 - 15 May 2010
1340 --------------------
1341 - Configuration database with remote management
1342 - OpenFlow 1.0
1343 - GRE tunneling
1344 - Support for XenServer 5.5 and 5.6
1345 - Performance and scalability improvements
1346 - Bug fixes
1347
1348 v0.99.2 - 18 Feb 2010
1349 ---------------------
1350 - Bug fixes
1351
1352 v0.99.1 - 25 Jan 2010
1353 ---------------------
1354 - Add support for sFlow(R)
1355 - Make headers compatible with C++
1356 - Bug fixes
1357
1358 v0.99.0 - 14 Jan 2010
1359 ---------------------
1360 - User-space forwarding engine
1361 - Bug fixes
1362
1363 v0.90.7 - 29 Nov 2009
1364 ---------------------
1365 - Add support for NetFlow active timeouts
1366 - Bug fixes
1367
1368 v0.90.6 - 6 Oct 2009
1369 --------------------
1370 - Bug fixes
1371
1372 v0.90.5 - 21 Sep 2009
1373 ---------------------
1374 - Generalize in-band control to more diverse network setups
1375 - Bug fixes