[dpdk-stable] [dpdk-dev] [PATCH v2 1/2] net/mlx5: fix tunnel offload private items location

Thomas Monjalon thomas at monjalon.net
Sun Apr 25 18:28:03 CEST 2021


Dim 25 avr 2021, à 17:57, Gregory Etelson a écrit :
> 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 implementation expects that tunnel offload
> rule will begin with PMD specific elements.
> The patch removes that placement limitation in MLX5 PMD.
> 
> Cc: stable at dpdk.org
> 
> Fixes: 4ec6360de37d ("net/mlx5: implement tunnel offload")

Cc: stable must be just after the Fixes line.

There is a testpmd patch in the same series, is it OK to be merged in mlx tree?


More information about the stable mailing list