Acked-by: Jarno Rajahalme <jrajaha...@nicira.com>

On Nov 24, 2014, at 10:55 AM, Ben Pfaff <b...@nicira.com> wrote:

> ONF-JIRA: EXT-244
> Signed-off-by: Ben Pfaff <b...@nicira.com>
> ---
> lib/meta-flow.h |    6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/lib/meta-flow.h b/lib/meta-flow.h
> index 1646995..b02e1d2 100644
> --- a/lib/meta-flow.h
> +++ b/lib/meta-flow.h
> @@ -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,
> -- 
> 1.7.10.4
> 
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to