net/mlx5: set Tx queue affinity in round-robin
[dpdk.git] / drivers / event / opdl / meson.build
index e67b164..786d2f4 100644 (file)
@@ -1,17 +1,11 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Luca Boccassi <bluca@debian.org>
 
-allow_experimental_apis = true
 sources = files(
-       'opdl_evdev.c',
-       'opdl_evdev_init.c',
-       'opdl_evdev_xstats.c',
-       'opdl_ring.c',
-       'opdl_test.c',
+        'opdl_evdev.c',
+        'opdl_evdev_init.c',
+        'opdl_evdev_xstats.c',
+        'opdl_ring.c',
+        'opdl_test.c',
 )
 deps += ['bus_vdev']
-
-# 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