[PATCH 06/20] event/cnxk: add CN20K SSO enqueue fast path
Stephen Hemminger
stephen at networkplumber.org
Tue Oct 22 03:46:12 CEST 2024
On Thu, 3 Oct 2024 18:52:23 +0530
<pbhagavatula at marvell.com> wrote:
Fix this in next version.
Warning in drivers/event/cnxk/cn20k_worker.c:
Using __atomic_xxx/__ATOMIC_XXX built-ins, prefer rte_atomic_xxx/rte_memory_order_xxx
> +
> +static inline int32_t
> +sso_read_xaq_space(struct cn20k_sso_hws *ws)
> +{
> + return (ws->xaq_lmt - __atomic_load_n(ws->fc_mem, rte_memory_order_relaxed)) * 352;
> +}
More information about the dev
mailing list