Re: [dpdk-dev] [PATCH 1/4] net/mlx5: fix offloaded tunnel allocation

2020-11-11 Thread Slava Ovsiienko
> -Original Message- > From: Gregory Etelson > Sent: Wednesday, November 11, 2020 9:14 > To: dev@dpdk.org > Cc: Gregory Etelson ; Matan Azrad > ; Raslan Darawsheh ; Shahaf > Shuler ; Slava Ovsiienko ; > Xueming(Steven) Li > Subject: [PATCH 1/4] net/mlx5: fix offloaded tunnel allocation >

[dpdk-dev] [PATCH 1/4] net/mlx5: fix offloaded tunnel allocation

2020-11-10 Thread 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