summaryrefslogtreecommitdiff
path: root/Documentation/group-selection-method-property.txt
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2017-04-24 11:49:59 -0700
committerBen Pfaff <blp@ovn.org>2019-06-20 10:26:30 -0700
commit13c952ca05210c98d3b9773120a1ab48b05e4dce (patch)
tree4a4f97892c6e5107cfd779eaab3313af8b45cfeb /Documentation/group-selection-method-property.txt
parent4332b671993180d264d076a412075c1c62f708a6 (diff)
downloadopenvswitch-13c952ca05210c98d3b9773120a1ab48b05e4dce.tar.gz
OpenFlow: Enable OpenFlow 1.5 by default.
Open vSwitch now supports all OpenFlow 1.5 required features, so enable it by default. Acked-by: Numan Siddique <nusiddiq@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Documentation/group-selection-method-property.txt')
-rw-r--r--Documentation/group-selection-method-property.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/group-selection-method-property.txt b/Documentation/group-selection-method-property.txt
index 29e8249af..0b13da908 100644
--- a/Documentation/group-selection-method-property.txt
+++ b/Documentation/group-selection-method-property.txt
@@ -18,7 +18,7 @@ Contents
1. Introduction
===============
-This text describes a Netronome Extension to (draft) OpenFlow 1.5 that allows a
+This text describes a Netronome Extension to OpenFlow 1.5 that allows a
controller to provide more information on the selection method for select
groups. This proposal is in the form of an enhanced select group type.
@@ -30,7 +30,7 @@ the OpenFlow specification.
===============
A new Netronome group experimenter property is defined which provides
-compatibility with the group mod message defined in draft Open Flow 1.5
+compatibility with the group mod message defined in Open Flow 1.5
(also known as ONF EXT-350) and allows parameters for the selection
method of select groups to be passed by the controller. In particular it
allows controllers to:
@@ -60,14 +60,14 @@ enum ntr_group_mod_subtype {
};
-Modifications to the group table from the controller may be done with a
-OFPT_GROUP_MOD message described (draft) Open Flow 1.5. Group Entry
-Message. Of relevance here is that (draft) Open Flow 1.5 group messages
-have properties.
+Modifications to the group table from the controller may be done with
+a OFPT_GROUP_MOD message described Open Flow 1.5. Group Entry
+Message. Of relevance here is that Open Flow 1.5 group messages have
+properties.
This proposal is defined in terms of an implementation of struct
-ofp_group_prop_experimenter which is described in (draft) Open Flow 1.5.
-The implementation is:
+ofp_group_prop_experimenter which is described in Open Flow 1.5. The
+implementation is:
struct ntr_group_prop_selection_method {
ovs_be16 type; /* OFPGPT_EXPERIMENTER. */