vhost: skip access lock when vDPA is configured
[dpdk.git] / lib / librte_rcu / meson.build
index 5929bd3..09abc52 100644 (file)
@@ -4,7 +4,4 @@
 sources = files('rte_rcu_qsbr.c')
 headers = files('rte_rcu_qsbr.h')
 
-# for clang 32-bit compiles we need libatomic for 64-bit atomic ops
-if cc.get_id() == 'clang' and dpdk_conf.get('RTE_ARCH_64') == false
-       ext_deps += cc.find_library('atomic')
-endif
+deps += ['ring']