Re: [dpdk-dev] [PATCH] net/ice: fix GTPU rule confliction

2020-02-02 Thread Ye Xiaolong
On 01/22, Qi Zhang wrote: >The patch distinguish fdir rules for GTPU with or without s/distinguish/distinguishes >extend header, so flow to match below patterns can be created >correctly. > >1. eth / ipv4 / udp / gtpu teid is 10 / ... >2. eth / ipv4 / udp / gtpu teid is 10 / gtp_psc / ... >3. eth

[dpdk-dev] [PATCH] net/ice: fix GTPU rule confliction

2020-01-21 Thread Qi Zhang
The patch distinguish fdir rules for GTPU with or without extend header, so flow to match below patterns can be created correctly. 1. eth / ipv4 / udp / gtpu teid is 10 / ... 2. eth / ipv4 / udp / gtpu teid is 10 / gtp_psc / ... 3. eth / ipv4 / udp / gtpu / gtp_psc qfi is 10 / ... 4. eth / ipv4 /