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

2020-01-26 Thread Ye Xiaolong
On 01/21, Qi Zhang wrote: >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 flo

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

2020-01-20 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