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
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
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