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

Ben Pfaff blp at nicira.com
Thu Aug 27 02:29:42 UTC 2015


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 <jesse at nicira.com>
> Signed-off-by: Jarno Rajahalme <jrajahalme at nicira.com>

I wish *so much* that the GCC extension form
        { .tun_metadata = { [0 ... 127] = 0xff } }
had been standardized.

Acked-by: Ben Pfaff <blp at nicira.com>



More information about the dev mailing list