common/iavf: add DDP package query in virtual channel
[dpdk.git] / drivers / event / opdl / meson.build
index e67b164..cc6029c 100644 (file)
@@ -1,7 +1,6 @@
 # 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',
@@ -10,8 +9,3 @@ sources = files(
        '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