On Mon, Jun 01, 2015 at 11:24:18AM -0700, Alex Wang wrote: > This commit adds functions that check if the 'struct flow_wildcards' > member is fully masked (exact-match) or fully unmasked (don't care > the entire field at all). Also, this commit adds a function to > change a more wildcarded flow to a more specific one. > > Signed-off-by: Alex Wang <al...@nicira.com> > Acked-by: Ben Pfaff <b...@nicira.com> > --- > RFC->RFC V2: > - Adopt Ben's suggestions.
flow_wildcard_is_fully_masked() and flow_wildcard_is_fully_unmasked() should take 'const' parameters. Acked-by: Ben Pfaff <b...@nicira.com> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev