[ovs-dev] [RFC V2 3/4] flow: Add supporting functions for HSA.

Ben Pfaff blp at nicira.com
Sun Jun 7 16:55:15 UTC 2015


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 <alexw at nicira.com>
> Acked-by: Ben Pfaff <blp at 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 <blp at nicira.com>



More information about the dev mailing list