[ovs-dev] [PATCH v2 1/8] ofp-msgs: Fix limits of OFPMP_TABLE_FEATURES.

Simon Horman horms at verge.net.au
Wed Nov 13 07:12:34 UTC 2013


On Wed, Nov 06, 2013 at 10:45:26PM +0800, Alexander Wu wrote:
> 
> V2:
>   No change.
> 
> V1:
>   Fix the limits to right ones.
> 
> Signed-off-by: Alexander Wu <alexander.wu at huawei.com>

Reviewed-by: Simon Horman <horms at verge.net.au>

> ---
>  lib/ofp-msgs.h |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lib/ofp-msgs.h b/lib/ofp-msgs.h
> index c526a15..26fd6a3 100644
> --- a/lib/ofp-msgs.h
> +++ b/lib/ofp-msgs.h
> @@ -343,10 +343,10 @@ enum ofpraw {
>      /* OFPST 1.3+ (11): struct ofp13_meter_features. */
>      OFPRAW_OFPST13_METER_FEATURES_REPLY,
> 
> -    /* OFPST 1.3+ (12): struct ofp13_table_features[]. */
> +    /* OFPST 1.3+ (12): void. */
>      OFPRAW_OFPST13_TABLE_FEATURES_REQUEST,
> 
> -    /* OFPST 1.3+ (12): struct ofp13_table_features[]. */
> +    /* OFPST 1.3+ (12): struct ofp13_table_features, uint8_t[8][]. */
>      OFPRAW_OFPST13_TABLE_FEATURES_REPLY,
> 
>      /* OFPST 1.0+ (13): void. */
> -- 
> 1.7.3.1.msysgit.0
> 
> 



More information about the dev mailing list