Re: [ovs-dev] [RFC] ofp-actions: Remove expectation of struct ofpact size.

2014-03-10 Thread Gurucharan Shetty
On Mon, Mar 10, 2014 at 2:47 PM, Ben Pfaff wrote: > On Mon, Mar 10, 2014 at 02:12:27PM -0700, Gurucharan Shetty wrote: >> struct ofpact has enums that are packed in case of __GNUC__. >> This packing does not occur for visual studio. For 'struct ofpact_nest', >> we are expecting that this structure

Re: [ovs-dev] [RFC] ofp-actions: Remove expectation of struct ofpact size.

2014-03-10 Thread Ben Pfaff
On Mon, Mar 10, 2014 at 02:12:27PM -0700, Gurucharan Shetty wrote: > struct ofpact has enums that are packed in case of __GNUC__. > This packing does not occur for visual studio. For 'struct ofpact_nest', > we are expecting that this structure is less than or equal to 8 bytes > which won't be true