datapath: Fix sparse warning for symbol 'BUILD_BUG_ON_NOT_POWER_OF_2'
[openvswitch] / NEWS
diff --git a/NEWS b/NEWS
index 5c66b5eafc7f91b8813132d4f686cdfd13a498ca..b2360cfa18fd52521e566e017fcdbcdcbfaba460 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -47,6 +47,11 @@ v1.9.0 - xx xxx xxxx
     - The ofproto library is now responsible for assigning OpenFlow port
       numbers.  An ofproto implementation should assign them when
       port_construct() is called.
+    - All dpif-based bridges of a particular type share a common
+      datapath called "ovs-<type>", e.g. "ovs-system".  The ovs-dpctl
+      commands will now return information on that shared datapath.  To
+      get the equivalent bridge-specific information, use the new
+      "ovs-appctl dpif/*" commands.
     - The following features are now deprecated.  They will be removed no
       earlier than February 2013.  Please email dev@openvswitch.org with
       concerns.
@@ -55,7 +60,9 @@ v1.9.0 - xx xxx xxxx
         - Interface type "null".
         - Numeric values for reserved ports (see "ovs-ofctl" note above).
         - Tunnel Path MTU Discovery.
-
+        - CAPWAP tunnel support.
+    - The data in the RARP packets can now be matched in the same way as the
+      data in ARP packets.
 
 v1.8.0 - xx xxx xxxx
 ------------------------