Re: [dpdk-dev] [PATCH] net/ixgbe: fix ipv6 flow create limitation for x550

2017-07-18 Thread Ferruh Yigit
On 7/18/2017 12:37 PM, Qi Zhang wrote: > The x550 family does not support ipv6-other flow as well as > ipv4-other flow, so add this limitation. > > Fixes: 7d629cacedee ("net/ixgbe: enable IPv6 for consistent API") > > Signed-off-by: Qi Zhang Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH] net/ixgbe: fix ipv6 flow create limitation for x550

2017-07-17 Thread Qi Zhang
The x550 family does not support ipv6-other flow as well as ipv4-other flow, so add this limitation. Fixes: 7d629cacedee ("net/ixgbe: enable IPv6 for consistent API") Signed-off-by: Qi Zhang --- drivers/net/ixgbe/ixgbe_fdir.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git