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

2015-06-07 Thread Ben Pfaff
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

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

2015-06-01 Thread Alex Wang
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 Acked-by: Ben Pfaf