[ovs-git] [openvswitch/ovs] 047791: NEWS: Correct release date of OVN QoS meter suppor...

GitHub noreply at github.com
Fri Jul 6 21:23:44 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 047791dc725812bf8d3a04840c24792c6967e48a
      https://github.com/openvswitch/ovs/commit/047791dc725812bf8d3a04840c24792c6967e48a
  Author: Justin Pettit <jpettit at ovn.org>
  Date:   2018-07-06 (Fri, 06 Jul 2018)

  Changed paths:
    M NEWS

  Log Message:
  -----------
  NEWS: Correct release date of OVN QoS meter support.

It occured in OVS 2.9.0, not OVS 2.8.0.

Signed-off-by: Justin Pettit <jpettit at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>


  Commit: 76b0525822366b9e40f68d8d1de3ef3bf10467a4
      https://github.com/openvswitch/ovs/commit/76b0525822366b9e40f68d8d1de3ef3bf10467a4
  Author: Justin Pettit <jpettit at ovn.org>
  Date:   2018-07-06 (Fri, 06 Jul 2018)

  Changed paths:
    M Documentation/topics/openflow.rst
    M utilities/ovs-ofctl.8.in

  Log Message:
  -----------
  OpenFlow: Update documentation to indicate support for virtual meters.

Support was added in commit 9e638f223feb ("ofproto: Support action
upcall meters").

Signed-off-by: Justin Pettit <jpettit at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>


  Commit: 330f6f535e6d050b2a5b577fc9125c0e9300efcf
      https://github.com/openvswitch/ovs/commit/330f6f535e6d050b2a5b577fc9125c0e9300efcf
  Author: Justin Pettit <jpettit at ovn.org>
  Date:   2018-07-06 (Fri, 06 Jul 2018)

  Changed paths:
    M utilities/ovs-ofctl.8.in

  Log Message:
  -----------
  ovs-ofctl: Clarifications in the Meter Syntax man page section.

This also correct an error that indicated that the burst size is kbps,
when it should be kb.

Signed-off-by: Justin Pettit <jpettit at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>


  Commit: 8d5422b64bc197c933fd81f09a454e2458bce9c1
      https://github.com/openvswitch/ovs/commit/8d5422b64bc197c933fd81f09a454e2458bce9c1
  Author: Justin Pettit <jpettit at ovn.org>
  Date:   2018-07-06 (Fri, 06 Jul 2018)

  Changed paths:
    M ovn/northd/ovn-northd.8.xml
    M ovn/ovn-nb.xml

  Log Message:
  -----------
  ovn: Clarify the differences between QoS marking and metering.

This also correct an error that indicated that the burst size is kbps,
when it should be kb.

Signed-off-by: Justin Pettit <jpettit at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>


  Commit: 425a7b9eaf7c69761965552dfd84031c8f4356b7
      https://github.com/openvswitch/ovs/commit/425a7b9eaf7c69761965552dfd84031c8f4356b7
  Author: Justin Pettit <jpettit at ovn.org>
  Date:   2018-07-06 (Fri, 06 Jul 2018)

  Changed paths:
    M lib/dpif-netdev.c

  Log Message:
  -----------
  dpif-netdev: Fix a couple of comments for dp_netdev_run_meter().

Signed-off-by: Justin Pettit <jpettit at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>


  Commit: 04f803fddc8df4312cc2bef6ed8a7c4d000990d9
      https://github.com/openvswitch/ovs/commit/04f803fddc8df4312cc2bef6ed8a7c4d000990d9
  Author: Justin Pettit <jpettit at ovn.org>
  Date:   2018-07-06 (Fri, 06 Jul 2018)

  Changed paths:
    M utilities/ovs-ofctl.8.in
    M utilities/ovs-ofctl.c

  Log Message:
  -----------
  ovs-ofctl: Prefer "del-meters" and "dump-meters".

Previously to delete or dump the meter table, separate commands had to
be used depending on whether one wanted to operate on a single or all
meters.  This change makes it so that the "meter" argument is always
optional regardless of the command.  This is a bit more consistent with
other OVS commands and makes it easier when experimenting to not have to
distinguish between the two cases.

This also fixes an error in the ovs-ofctl man page that show the plural
version of the command supported an optional "meter" argument.

"del-meter" and "dump-meter" can still be used, but their use is no
longer documented.

Signed-off-by: Justin Pettit <jpettit at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/b23d42a68d75...04f803fddc8d
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the git mailing list