]> git.proxmox.com Git - ovs.git/blobdiff - NEWS
faq: Update OVS/DPDK version table for OVS 2.11.
[ovs.git] / NEWS
diff --git a/NEWS b/NEWS
index 2de844f30eeee8b2b2d2211c627fc516522bf859..ebbd3b7434af04c8261bceebcfd94942b4caedce 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,11 @@
-Post-v2.10.0
+v2.11.0 - xx xxx xxxx
 ---------------------
    - Linux datapath:
      * Support for the kernel versions 4.16.x and 4.17.x.
+   - OpenFlow:
+     * OFPMP_TABLE_FEATURES_REQUEST can now modify table features.
+   - ovs-ofctl:
+     * "mod-table" command can now change OpenFlow table names.
    - The environment variable OVS_SYSLOG_METHOD, if set, is now used
      as the default syslog method.
    - The environment variable OVS_CTL_TIMEOUT, if set, is now used
@@ -20,9 +24,16 @@ Post-v2.10.0
          allocated dynamically using the following syntax:
            ovn-nbctl lsp-set-addresses <port> "dynamic <IP>"
    - DPDK:
+     * Add support for DPDK 18.11
+     * Add support for port representors.
+     * New option 'other_config:dpdk-socket-limit' to limit amount of
+       hugepage memory that can be used by DPDK.
+   - Userspace datapath:
      * Add option for simple round-robin based Rxq to PMD assignment.
        It can be set with pmd-rxq-assign.
-     * Add support for DPDK 18.11
+     * Add support for Auto load balancing of PMDs (experimental)
+     * Added new per-port configurable option to manage EMC:
+       'other_config:emc-enable'.
    - Add 'symmetric_l3' hash function.
    - OVS now honors 'updelay' and 'downdelay' for bonds with LACP configured.
    - ovs-vswitchd:
@@ -30,6 +41,11 @@ Post-v2.10.0
        rebalancing of offloaded flows.
    - The environment variable OVS_RESOLV_CONF, if set, is now used
      as the DNS server configuration file.
+   - RHEL packaging:
+     * OVN packages are split from OVS packages. A new spec
+       file - ovn-fedora.spec.in is added to generate OVN packages.
+   - Linux datapath:
+     * Support for the kernel versions 4.18.x
 
 v2.10.0 - 18 Aug 2018
 ---------------------