Re: [dpdk-dev] [PATCH] net/ixgbe: fix drop action for signature match

2017-07-18 Thread Ferruh Yigit
On 7/17/2017 12:46 PM, Qi Zhang wrote: > 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 Applied to dpd

[dpdk-dev] [PATCH] net/ixgbe: fix drop action for signature match

2017-07-16 Thread Qi Zhang
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 --- drivers/net/ixgbe/ixgbe_flow.c | 8 1 file changed,