net/tap: remove unsupported UDP/TCP port mask in flow
authorPascal Mazon <pascal.mazon@6wind.com>
Thu, 30 Mar 2017 08:52:47 +0000 (10:52 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 4 Apr 2017 17:03:02 +0000 (19:03 +0200)
commit6b890c2cd66d063f2a02ea33488a3a4a264a3ef7
tree26e8edf5e0ed3d3080f230a4598fdecea4924637
parent7917203098f6a7ee2f2bb9445e0443c3c100d6ab
net/tap: remove unsupported UDP/TCP port mask in flow

Only full mask (0xffff) is accepted, there is no way to specify a mask
for layer 4 ports to the kernel using TC rules.

Fixes: de96fe68ae95 ("net/tap: add basic flow API patterns and actions")

Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com>
Acked-by: Keith Wiles <keith.wiles@intel.com>
drivers/net/tap/tap_flow.c