Re: [dpdk-dev] [PATCH] net/sfc: ignore spec bits not covered by mask

2018-04-26 Thread Ferruh Yigit
On 4/25/2018 6:18 PM, Andrew Rybchenko wrote: > mask is a simple bit-mask applied before interpreting the contents > of spec and last. > > Fixes: a9825ccf5bb8 ("net/sfc: support flow API filters") > Cc: sta...@dpdk.org > > Signed-off-by: Andrew Rybchenko > Reviewed-by: Andy Moreton > Reviewed-b

[dpdk-dev] [PATCH] net/sfc: ignore spec bits not covered by mask

2018-04-25 Thread Andrew Rybchenko
mask is a simple bit-mask applied before interpreting the contents of spec and last. Fixes: a9825ccf5bb8 ("net/sfc: support flow API filters") Cc: sta...@dpdk.org Signed-off-by: Andrew Rybchenko Reviewed-by: Andy Moreton Reviewed-by: Roman Zhukov --- drivers/net/sfc/sfc_flow.c | 6 ++ 1 f