[dpdk-dev] [PATCH v4] net/mlx5: fix tunnel offload private items location

2021-05-06 Thread Gregory Etelson
Tunnel offload API requires application to query PMD for specific flow items and actions. Application uses these PMD specific elements to build flow rules according to the tunnel offload model. The model does not restrict private elements location in a flow rule, but the current MLX5 PMD implementa

Re: [dpdk-dev] [PATCH v4] net/mlx5: fix tunnel offload private items location

2021-05-10 Thread Gregory Etelson
Hello Ferruh, The patch has failed ci/Intel-compilation test. (http://mails.dpdk.org/archives/test-report/2021-May/193327.html) I've checked that with Thomas. He confirmed that was a known fault and should not affect the current patch. Can we proceed with the patch integration ? Thank you. Rega

Re: [dpdk-dev] [PATCH v4] net/mlx5: fix tunnel offload private items location

2021-05-10 Thread Ferruh Yigit
On 5/10/2021 1:29 PM, Gregory Etelson wrote: > Hello Ferruh, > > The patch has failed ci/Intel-compilation test. > (http://mails.dpdk.org/archives/test-report/2021-May/193327.html) > I've checked that with Thomas. He confirmed that was a known fault and > should not affect the current patch. > Ca

Re: [dpdk-dev] [PATCH v4] net/mlx5: fix tunnel offload private items location

2021-05-11 Thread Ferruh Yigit
On 5/6/2021 10:57 AM, Gregory Etelson wrote: > Tunnel offload API requires application to query PMD for specific flow > items and actions. Application uses these PMD specific elements to > build flow rules according to the tunnel offload model. > The model does not restrict private elements locatio