Re: [dpdk-dev] [PATCH 1/2] net/tap: UDP/TCP port mask not supported in flow

2017-04-03 Thread Ferruh Yigit
On 3/30/2017 2:08 PM, Wiles, Keith wrote: > >> On Mar 30, 2017, at 3:52 AM, Pascal Mazon wrote: >> >> Only full mask (0x) is accepted, there is no way to specify a mask >> for layer 4 ports to the kernel using TC rules. >> >> Fixes: 1c71189ab9b7 ("net/tap: add basic flow API patterns and acti

Re: [dpdk-dev] [PATCH 1/2] net/tap: UDP/TCP port mask not supported in flow

2017-03-30 Thread Wiles, Keith
> On Mar 30, 2017, at 3:52 AM, Pascal Mazon wrote: > > Only full mask (0x) is accepted, there is no way to specify a mask > for layer 4 ports to the kernel using TC rules. > > Fixes: 1c71189ab9b7 ("net/tap: add basic flow API patterns and actions") > > Signed-off-by: Pascal Mazon Acked-b

[dpdk-dev] [PATCH 1/2] net/tap: UDP/TCP port mask not supported in flow

2017-03-30 Thread Pascal Mazon
Only full mask (0x) is accepted, there is no way to specify a mask for layer 4 ports to the kernel using TC rules. Fixes: 1c71189ab9b7 ("net/tap: add basic flow API patterns and actions") Signed-off-by: Pascal Mazon --- drivers/net/tap/tap_flow.c | 20 1 file changed, 1