Re: [ovs-dev] [PATCH 1/2] meta-flow: Initialize the whole exact_match_mask.

2015-08-27 Thread Jarno Rajahalme
> On Aug 26, 2015, at 6:56 PM, Jesse Gross wrote: > > On Wed, Aug 26, 2015 at 5:42 PM, Jarno Rajahalme > wrote: >> Initialize the whole 'exact_match_mask' in >> mf_mask_field_and_prereqs(), as geneve options can be bigger than 16 >> bytes. >> >> Requested-by: Jesse Gross >> Signed-off-by: Ja

Re: [ovs-dev] [PATCH 1/2] meta-flow: Initialize the whole exact_match_mask.

2015-08-26 Thread Ben Pfaff
On Wed, Aug 26, 2015 at 05:42:45PM -0700, Jarno Rajahalme wrote: > Initialize the whole 'exact_match_mask' in > mf_mask_field_and_prereqs(), as geneve options can be bigger than 16 > bytes. > > Requested-by: Jesse Gross > Signed-off-by: Jarno Rajahalme I wish *so much* that the GCC extension fo

Re: [ovs-dev] [PATCH 1/2] meta-flow: Initialize the whole exact_match_mask.

2015-08-26 Thread Jesse Gross
On Wed, Aug 26, 2015 at 5:42 PM, Jarno Rajahalme wrote: > Initialize the whole 'exact_match_mask' in > mf_mask_field_and_prereqs(), as geneve options can be bigger than 16 > bytes. > > Requested-by: Jesse Gross > Signed-off-by: Jarno Rajahalme Acked-by: Jesse Gross I think we can actually do

[ovs-dev] [PATCH 1/2] meta-flow: Initialize the whole exact_match_mask.

2015-08-26 Thread Jarno Rajahalme
Initialize the whole 'exact_match_mask' in mf_mask_field_and_prereqs(), as geneve options can be bigger than 16 bytes. Requested-by: Jesse Gross Signed-off-by: Jarno Rajahalme --- lib/meta-flow.c | 5 ++--- lib/meta-flow.h | 7 +++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --gi