Re: [dpdk-dev] [PATCH 2/4] net/mlx5: fix tunnel offload hub multi-thread protection

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 ; > Suanming Mou > Subject: [PATCH 2/4] net/mlx5: fix tunnel offload hub multi-thread prot

[dpdk-dev] [PATCH 2/4] net/mlx5: fix tunnel offload hub multi-thread protection

2020-11-10 Thread Gregory Etelson
The original patch was removing active tunnel offload objects from a tunnels db list. That action was leading to a PMD crash. Current patch isolates tunnels db list into a separate API. That API manages MT protection of the tunnel offload db. Fixes: e4f5880 ("net/mlx5: make tunnel hub list thread