[ovs-dev] [PATCH 03/10] openflow1.2: add OFP12_ACTION_SET_FIELD_ALIGN = 8

Ben Pfaff blp at nicira.com
Wed Jun 27 04:34:06 UTC 2012


On Wed, Jun 27, 2012 at 01:26:58PM +0900, Isaku Yamahata wrote:
> Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp>
> ---
>  include/openflow/openflow-1.2.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/include/openflow/openflow-1.2.h b/include/openflow/openflow-1.2.h
> index bd86bf9..32f5c01 100644
> --- a/include/openflow/openflow-1.2.h
> +++ b/include/openflow/openflow-1.2.h
> @@ -262,6 +262,8 @@ struct ofp12_action_set_field {
>  };
>  OFP_ASSERT(sizeof(struct ofp12_action_set_field) == 8);
>  
> +#define OFP12_ACTION_SET_FIELD_ALIGN	8

What is this new constant for?

Thanks,

Ben.



More information about the dev mailing list