Hi,
> -Original Message-
> From: Viacheslav Ovsiienko
> Sent: Wednesday, October 28, 2020 2:45 PM
> To: dev@dpdk.org
> Cc: Raslan Darawsheh
> Subject: [PATCH v3] net/mlx5: use C11 atomics in packet scheduling
>
> The rte_atomic API is deprecated and needs to be replaced with
> C11 atom
The rte_atomic API is deprecated and needs to be replaced with
C11 atomic builtins. Use the relaxed ordering and explicit
memory barrier for Clock Queue and timestamps synchronization.
Signed-off-by: Viacheslav Ovsiienko
---
v1: http://patches.dpdk.org/patch/82362/
v2: http://patches.dpdk.org/pat
2 matches
Mail list logo