[ovs-dev] [PATCH] NEWS: Reorganize and edit recent items for clarity.

Ben Pfaff blp at ovn.org
Mon May 8 13:51:13 UTC 2017


Signed-off-by: Ben Pfaff <blp at ovn.org>
---
 NEWS | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/NEWS b/NEWS
index 7a2b185bbd84..abfd13cd93f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,20 +1,16 @@
 Post-v2.7.0
 ---------------------
-   - Tunnels:
-     * Added support to set packet mark for tunnel endpoint using
-       `egress_pkt_mark` OVSDB option.
-   - EMC insertion probability is reduced to 1% and is configurable via
-     the new 'other_config:emc-insert-inv-prob' option.
+   - New support for multiple VLANs (802.1ad or "QinQ"), including a new
+     "dot1q-tunnel" port VLAN mode.
+   - Tunnel endpoints can now set packet mark using `egress_pkt_mark' in OVSDB.
    - DPDK:
+     * EMC insertion probability is reduced to 1% and is configurable via
+       the new 'other_config:emc-insert-inv-prob' option.
      * DPDK log messages redirected to OVS logging subsystem.
        Log level can be changed in a usual OVS way using
        'ovs-appctl vlog' commands for 'dpdk' module. Lower bound
        still can be configured via extra arguments for DPDK EAL.
    - IPFIX now provides additional counters for totals since startup.
-   - New support for multiple VLANs (802.1ad or "QinQ"), including a new
-     "dot1q-tunnel" port VLAN mode.
-   - In ovn-vsctl and vtep-ctl, record UUIDs in commands may now be
-     abbreviated to 4 hex digits.
    - OVN:
      * New built-in DNS support.
      * IPAM for IPv4 can now exclude user-defined addresses from assignment.
@@ -28,7 +24,10 @@ Post-v2.7.0
        abbreviated to 4 hex digits.
      * "ovn-sbctl lflow-list" can now print OpenFlow flows that correspond
        to logical flows.
-   - Add the command 'ovs-appctl stp/show' (see ovs-vswitchd(8)).
+     * In ovn-vsctl and vtep-ctl, record UUIDs in commands may now be
+       abbreviated to 4 hex digits.
+     * Fedora packaging: OVN services no longer restart automatically
+       after upgrade.
    - OpenFlow:
      * All features required by OpenFlow 1.4 are now implemented, so
        ovs-vswitchd now enables OpenFlow 1.4 by default (in addition to
@@ -37,8 +36,7 @@ Post-v2.7.0
      * Bundles now support hashing by just nw_src or nw_dst.
      * The "learn" action now supports a "limit" option (see ovs-ofctl(8)).
      * The port status bit OFPPS_LIVE now reflects link aliveness.
-   - Fedora Packaging:
-     * OVN services are no longer restarted automatically after upgrade.
+   - Add the command 'ovs-appctl stp/show' (see ovs-vswitchd(8)).
    - Add --cleanup option to command 'ovs-appctl exit' (see ovs-vswitchd(8)).
 
 v2.7.0 - 21 Feb 2017
-- 
2.10.2



More information about the dev mailing list