Re: [ovs-dev] [PATCH v5 01/13] lib/odp: Masked set action execution and printing.

2014-09-08 Thread Jarno Rajahalme
On Sep 8, 2014, at 11:31 AM, Ben Pfaff wrote: > On Fri, Sep 05, 2014 at 04:05:08PM -0700, Jarno Rajahalme wrote: >> Add a new action type OVS_ACTION_ATTR_SET_MASKED, and support for >> parsing, printing, and committing them. >> >> Masked set actions add a mask, immediately following the netlink

Re: [ovs-dev] [PATCH v5 01/13] lib/odp: Masked set action execution and printing.

2014-09-08 Thread Ben Pfaff
On Fri, Sep 05, 2014 at 04:05:08PM -0700, Jarno Rajahalme wrote: > Add a new action type OVS_ACTION_ATTR_SET_MASKED, and support for > parsing, printing, and committing them. > > Masked set actions add a mask, immediately following the netlink > attribute data, within the netlink attribute itself.

[ovs-dev] [PATCH v5 01/13] lib/odp: Masked set action execution and printing.

2014-09-05 Thread Jarno Rajahalme
Add a new action type OVS_ACTION_ATTR_SET_MASKED, and support for parsing, printing, and committing them. Masked set actions add a mask, immediately following the netlink attribute data, within the netlink attribute itself. Thus the key attribute size for a masked set action is exactly double of