datapath: compat: Add configure check for lockdep_rtnl_is_held()
[sliver-openvswitch.git] / NEWS
diff --git a/NEWS b/NEWS
index 45b8239..3f6febd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,8 @@ Post-v2.0.0
    - Support for Linux kernels up to 3.11
    - ovs-dpctl:
      The "show" command also displays mega flow mask stats.
+   - ovs-ofctl:
+     * New command "ofp-parse-pcap" to dump OpenFlow from PCAP files.
    - ovs-controller has been renamed test-controller.  It is no longer
      packaged or installed by default, because too many users assumed
      incorrectly that ovs-controller was a necessary or desirable part
@@ -54,6 +56,10 @@ Post-v2.0.0
    - ovsdb-client:
      * The "monitor" command can now monitor all tables in a database,
        instead of being limited to a single table.
+   - The flow-eviction-threshold has been replaced by the flow-limit which is a
+     hard limit on the number of flows in the datapath.  It defaults to 200,000
+     flows.  OVS automatically adjusts this number depending on network
+     conditions.
 
 
 v2.0.0 - 15 Oct 2013