dpif-netdev: Store batch pointer in dp_netdev_flow.
[cascardo/ovs.git] / NEWS
diff --git a/NEWS b/NEWS
index 9f9dc4c..a480607 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -62,10 +62,10 @@ Post-v2.3.0
    - A simple wrapper script, 'ovs-docker', to integrate OVS with Docker
      containers. If and when there is a native integration of Open vSwitch
      with Docker, the wrapper script will be retired.
-   - Added support for DPDK Tunneling. VXLAN and GRE are supported protocols.
-     This is generic tunneling mechanism for userspace datapath.
+   - Added support for DPDK Tunneling. VXLAN, GRE, and Geneve are supported
+     protocols. This is generic tunneling mechanism for userspace datapath.
    - Support for multicast snooping (IGMPv1 and IGMPv2)
-   - Support for Linux kernels up to 3.19.x
+   - Support for Linux kernels up to 4.0.x
    - The documentation now use the term 'destination' to mean one of syslog,
      console or file for vlog logging instead of the previously used term
      'facility'.
@@ -77,6 +77,10 @@ Post-v2.3.0
      numbers.  OpenFlow is 6653 and OVSDB is 6640.
    - Support for DPDK vHost.
    - Support for outer UDP checksums in Geneve and VXLAN.
+   - The kernel vports with dependencies are no longer part of the overall
+     openvswitch.ko but built and loaded automatically as individual kernel
+     modules (vport-*.ko).
+   - Support for STT tunneling.
 
 
 v2.3.0 - 14 Aug 2014