[dpdk-dev] [PATCH v1 12/18] net/mlx5: separate Rx indirection table object creation

Ferruh Yigit ferruh.yigit at intel.com
Wed Sep 9 13:29:07 CEST 2020


On 9/3/2020 11:13 AM, Michael Baum wrote:
> Separate Rx indirection table object creation into both Verbs and DevX
> modules.
> 
> Signed-off-by: Michael Baum <michaelba at nvidia.com>
> Acked-by: Matan Azrad <matan at nvidia.com>

<...>

> +	if (!ind_tbl->ind_table) {
> +		rte_errno = errno;
> +		goto error;
> +	}
> +	rte_atomic32_inc(&ind_tbl->refcnt);
>

We are switching to c11 atomics, there is a checkpatch warning to higlight this
[1], can you please update the rte_atomics... usage to __atomic_... usage?
There are multiole usages in other patches too.


[1]
http://mails.dpdk.org/archives/test-report/2020-September/150684.html


More information about the dev mailing list