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 <michae...@nvidia.com> > Acked-by: Matan Azrad <ma...@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