[dpdk-dev] [PATCH v2 1/5] net/mlx5: fix tunnel offload object allocation

Thomas Monjalon thomas at monjalon.net
Fri Nov 13 20:00:40 CET 2020


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 <getelson at nvidia.com>2

Typo above

> Acked-by: Viacheslav Ovsiienko <viacheslavo at nvidia.com>

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.





More information about the dev mailing list