net/ice: fix pattern name of GTPU with extension header
authorYahui Cao <yahui.cao@intel.com>
Thu, 21 Nov 2019 11:20:14 +0000 (19:20 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 26 Nov 2019 17:05:15 +0000 (18:05 +0100)
commitc08a72c79c7fe7a8c0f616e8489286d511d88d27
tree0b79cbc7137e37e63f4587813ae5e73109cc819c
parent5bf1b87eb7a1dec5e26b193a91000b3b974b2ad3
net/ice: fix pattern name of GTPU with extension header

Pattern name of GTP-U flow with extension header should be
xxx_gtpu_eh_xxx. So it will not conflict with the pattern name of a
GTP-U flow that does not contains extension header.

Fixes: 3e4eab9c2192 ("net/ice: add pattern manifest")

Signed-off-by: Yahui Cao <yahui.cao@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/ice/ice_fdir_filter.c
drivers/net/ice/ice_generic_flow.c
drivers/net/ice/ice_generic_flow.h
drivers/net/ice/ice_hash.c