]> git.proxmox.com Git - ovs.git/blobdiff - NEWS
docs: Clarify changes in Rx queue allocation
[ovs.git] / NEWS
diff --git a/NEWS b/NEWS
index fe1a01eea01c60149849915bff0751678c676154..3e3f55385d8d834e62f3385e92522e24e901c0dd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,21 +1,50 @@
 Post-v2.9.0
 --------------------
+   - ovs-vswitchd:
+     * New options --l7 and --l7-len to "ofproto/trace" command.
+     * Previous versions gave OpenFlow tables default names of the form
+       "table#".  These are not helpful names for the purpose of accepting
+       and displaying table names, so now tables by default have no names.
+     * The "null" interface type, deprecated since 2013, has been removed.
+     * Add minimum network namespace support for Linux.
+     * New command "lacp/show-stats"
+   - ovs-ofctl:
+     * ovs-ofctl now accepts and display table names in place of numbers.  By
+       default it always accepts names and in interactive use it displays them;
+       use --names or --no-names to override.  See ovs-ofctl(8) for details.
+   - ovs-vsctl: New commands "add-bond-iface" and "del-bond-iface".
    - OpenFlow:
-     * ct_clear action is now backed by kernel datapath. Support is probed for
-       when OVS starts.
+     * OFPT_ROLE_STATUS is now available in OpenFlow 1.3.
+   - Linux kernel 4.14
+     * Add support for compiling OVS with the latest Linux 4.14 kernel
+   - ovn:
+     * implemented icmp4/icmp6/tcp_reset actions in order to drop the packet
+       and reply with a RST for TCP or ICMPv4/ICMPv6 unreachable message for
+       other IPv4/IPv6-based protocols whenever a reject ACL rule is hit.
+     * ACL match conditions can now match on Port_Groups as well as address
+       sets that are automatically generated by Port_Groups.
 
-v2.9.0 - xx xxx xxxx
+v2.9.0 - 19 Feb 2018
 --------------------
    - NSH implementation now conforms to latest draft (draft-ietf-sfc-nsh-28).
      * Add ttl field.
      * Add a new action dec_nsh_ttl.
-   - OVSDB:
+     * Enable NSH support in kernel datapath.
+   - OVSDB has new, experimental support for database clustering:
      * New high-level documentation in ovsdb(7).
      * New file format documentation for developers in ovsdb(5).
      * Protocol documentation moved from ovsdb-server(1) to ovsdb-server(7).
-     * ovsdb-client: New "get-schema-cksum" and "query" commands.
-     * ovsdb-client: New "backup" and "restore" commands.
-     * ovsdb-tool: New "db-name" and "schema-name" commands.
+     * ovsdb-server now supports online schema conversion via
+       "ovsdb-client convert".
+     * ovsdb-server now always hosts a built-in database named _Server.  See
+       ovsdb-server(5) for more details.
+     * ovsdb-client: New "get-schema-cksum", "query", "backup", "restore",
+       and "wait" commands.  New --timeout option.
+     * ovsdb-tool: New "create-cluster", "join-cluster", "db-cid", "db-sid",
+       "db-local-address", "db-is-clustered", "db-is-standalone", "db-name",
+       "schema-name", "compare-versions", and "check-cluster" commands.
+     * ovsdb-server: New ovs-appctl commands for managing clusters.
+     * ovs-sandbox: New support for clustered databases.
    - ovs-vsctl and other commands that display data in tables now support a
      --max-column-width option to limit column width.
    - No longer slow-path traffic that sends to a controller.  Applications,
@@ -31,6 +60,10 @@ v2.9.0 - xx xxx xxxx
          action 'nd_ns' to resolve unknown next hop MAC addresses for the
          IPv6 packets.
      * ovn-ctl: New commands run_nb_ovsdb and run_sb_ovsdb.
+     * ovn-sbctl, ovn-nbctl: New options --leader-only, --no-leader-only.
+   - OpenFlow:
+     * ct_clear action is now backed by kernel datapath. Support is probed for
+       when OVS starts.
    - Linux kernel 4.13
      * Add support for compiling OVS with the latest Linux 4.13 kernel
    - ovs-dpctl and related ovs-appctl commands:
@@ -38,6 +71,8 @@ v2.9.0 - xx xxx xxxx
        connection tracking entry.
      * New "ct-set-maxconns", "ct-get-maxconns", and "ct-get-nconns" commands
        for userspace datapath.
+   - No longer send packets to the Linux TAP device if it's DOWN unless it is
+     in another networking namespace.
    - DPDK:
      * Add support for DPDK v17.11
      * Add support for vHost IOMMU
@@ -48,9 +83,12 @@ v2.9.0 - xx xxx xxxx
           "management" statistics.
         - ovs-ofctl dump-ports command now prints new of set custom statistics
           if available (for OpenFlow 1.4+).
+     * Switch from round-robin allocation of rxq to pmd assignments to a
+       utilization-based allocation.
      * New appctl command 'dpif-netdev/pmd-rxq-rebalance' to rebalance rxq to
        pmd assignments.
      * Add rxq utilization of pmd to appctl 'dpif-netdev/pmd-rxq-show'.
+     * Add support for vHost dequeue zero copy (experimental)
    - Userspace datapath:
      * Output packet batching support.
    - vswitchd:
@@ -115,6 +153,7 @@ v2.8.0 - 31 Aug 2017
        gateway.
      * Add support for ACL logging.
      * ovn-northd now has native support for active-standby high availability.
+     * Add support for QoS bandwidth limt with DPDK.
    - Tracing with ofproto/trace now traces through recirculation.
    - OVSDB:
      * New support for role-based access control (see ovsdb-server(1)).