On Thu, 28 Aug 2025 06:21:34 +0300
Rongwei Liu <rongw...@nvidia.com> wrote:

> With dedicated RDMA link monitor, there are two threads
> which can update the IB device port information.
> 
> Add a new flag to avoid the race condition. Update should
> go through RDMA link monitor once ready.
> 
> Fixes: 51fb5c40c826 ("net/mlx5: optimize device probing")
> Cc: rongw...@nvidia.com
> Cc: sta...@dpdk.org
> Signed-off-by: Rongwei Liu <rongw...@nvidia.com>
> Acked-by: Viacheslav Ovsiienko <viachesl...@nvidia.com>
> ---

If variable is modified (with out locking) on two threads it
needs to atomic or volatile.

Reply via email to