net/ice: fix flow director GTP-U pattern
authorQi Zhang <qi.z.zhang@intel.com>
Tue, 21 Jan 2020 01:30:48 +0000 (09:30 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 5 Feb 2020 08:51:19 +0000 (09:51 +0100)
commitab76e2b03d6aba12542e36488723b402e25a02f6
tree825e98ed748aadda43c7f7bab9049a16b4bdc753
parentc5f9911d34650768355573bc53e0b621760c4124
net/ice: fix flow director GTP-U pattern

Based on current FDIR implementation for GTP-U, inner specification is
not supported, issue a rule for eth/ipv4/gtpu/ipv4 will also match
eth/ipv4/gtpu/ipv6, the patch adds new pattern list to align with
existed implementation.

Fixes: efc16c621415 ("net/ice: support flow director GTPU tunnel")
Cc: stable@dpdk.org
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>
drivers/net/ice/ice_fdir_filter.c
drivers/net/ice/ice_generic_flow.c
drivers/net/ice/ice_generic_flow.h