[ovs-dev] [PATCH v3 01/11] ofp-actions: Make union ofp_action more generic.

Ben Pfaff blp at nicira.com
Wed Oct 23 20:50:47 UTC 2013


On Wed, Oct 23, 2013 at 12:52:56PM -0700, Jarno Rajahalme wrote:
> Make union ofp_action more generic by allowing it to be used for
> all actions.  OFP_ACTION_ALIGN (which is 8, as the sizeof(union
> ofp_action) used to be) is now used where sizeof union ofp_action
> was used before.  On the same note, variable name 'n_actions' is
> changed to 'max_actions' as the number of actions cannot be simply
> divided when actions have various sizes.
> 
> Signed-off-by: Jarno Rajahalme <jrajahalme at nicira.com>

Applied, with %#z changed to %#t.  Thanks!



More information about the dev mailing list