> 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
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
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
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