net/ixgbe: fix drop action for signature match
authorQi Zhang <qi.z.zhang@intel.com>
Mon, 17 Jul 2017 11:46:35 +0000 (19:46 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 19 Jul 2017 08:09:13 +0000 (11:09 +0300)
commit627a32214f0070812e7373d144e308e786eb8c2a
treebbce9a4b961113bed915e38d0f9d2a8b6ac736af
parente729ec76c1ac3ecdfad521f053f38772203fcce7
net/ixgbe: fix drop action for signature match

Drop action is not supported by signature match, should return
error when try to create a signature match flow with drop action.

Fixes: a948d33bc05a ("net/ixgbe: enable signature match for consistent API")

Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/ixgbe/ixgbe_flow.c