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

2015-05-31 Thread Alex Wang
On Thu, May 28, 2015 at 3:26 PM, Ben Pfaff wrote: > On Mon, Mar 30, 2015 at 03:46:28PM -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

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

2015-05-28 Thread Ben Pfaff
On Mon, Mar 30, 2015 at 03:46:28PM -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 > shape a less-masked flow field b

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

2015-03-30 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 shape a less-masked flow field by a more-masked flow field. Signed-off-by: Alex Wang --- lib/flo