]> git.proxmox.com Git - ovs.git/commitdiff
meta-flow: OXM_OF_PKT_REG<n> now available as (draft) OF1.3 extension.
authorBen Pfaff <blp@nicira.com>
Mon, 24 Nov 2014 18:41:54 +0000 (10:41 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 24 Nov 2014 22:40:17 +0000 (14:40 -0800)
ONF-JIRA: EXT-244
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
lib/meta-flow.h

index 1646995b37969bc14a776fb67c496a6b25ae73ca..b02e1d298d27ffa8a3155332d653d30792f51e28 100644 (file)
@@ -541,13 +541,17 @@ enum OVS_PACKED_ENUM mf_field_id {
      * and reg1 the least-significant.  xreg1 similarly overlays reg2 and reg3,
      * and so on.
      *
+     * These registers were introduced in OpenFlow 1.5, but EXT-244 in the ONF
+     * JIRA also publishes them as a (draft) OpenFlow extension to OpenFlow
+     * 1.3.
+     *
      * Type: be64.
      * Maskable: bitwise.
      * Formatting: hexadecimal.
      * Prerequisites: none.
      * Access: read/write.
      * NXM: none.
-     * OXM: OXM_OF_PKT_REG<N>(<N>) since OF1.5 and v2.4.
+     * OXM: OXM_OF_PKT_REG<N>(<N>) since OF1.3 and v2.4.
      */
     MFF_XREG0,
     MFF_XREG1,