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 <[email protected]> > Acked-by: Ben Pfaff <[email protected]> > --- > 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 <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
