Re: [dpdk-dev] [PATCH] net/ice: fix fdir GTP-U pattern

2020-01-19 Thread Cao, Yahui
Suggest to rename ICE_FDIR_INSET_GTPU_IPV4 to ICE_FDIR_INSET_GTPU, and rename ICE_FDIR_INSET_GTPU_EH_IPV4 to ICE_FDIR_INSET_GTPU_EH Thanks. Yahui. -Original Message- From: Zhang, Qi Z Sent: Monday, January 20, 2020 1:08 PM To: Cao, Yahui ; Xing, Beilei Cc: Sun, Chenmin ; dev@dpdk.org

[dpdk-dev] [PATCH] net/ice: fix fdir GTP-U pattern

2020-01-19 Thread Qi Zhang
Base 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 add new pattern list to align with exist implementation. Fixes: efc16c621415 ("net/ice: support flow director GTPU tunnel") Cc: sta