[dpdk-dev] [PATCH v2] net/mlx5: fix memory management for released offloaded tunnels.
Thomas Monjalon
thomas at monjalon.net
Wed Nov 25 13:53:59 CET 2020
25/11/2020 10:44, Gregory Etelson:
> PMD did not remove tunnel offload object from tunnels database before
> it released the object memory. As the result, the tunnels database
> become corrupted and subsequent search operations triggered PMD crash.
> The patch removes tunnel offload object from the tunnels database when
> the object is not in-use by PMD any more.
>
> Fixes: bc1d90a3cf6f ("net/mlx5: fix build with Direct Verbs disabled")
>
> Signed-off-by: Gregory Etelson <getelson at nvidia.com>
> Acked-by: Viacheslav Ovsiienko <viacheslavo at nvidia.com>
Applied, thanks
More information about the dev
mailing list