13/11/2020 15:52, Gregory Etelson:
> The original patch allocated tunnel offload objects with invalid
> indexes. As the result, PMD tunnel object allocation failed.
>
> In this patch indexed pool provides both an index and memory for a new
> tunnel offload object.
> Also tunnel offload ipool moved to dv enabled code only.
>
> Fixes: f2e8093 ("net/mlx5: use indexed pool as id generator")
>
> Signed-off-by: Gregory Etelson <[email protected]>2
Typo above
> Acked-by: Viacheslav Ovsiienko <[email protected]>
This patch is breaking compilation in non-DV mode.
You should move it at the end of this series,
after moving all in DV areas.