mempool: introduce helpers for populate and required size
[dpdk.git] / app / test-crypto-perf / meson.build
index 6eb22a5..d735b18 100644 (file)
@@ -1,6 +1,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Intel Corporation
 
+allow_experimental_apis = true
 sources = files('cperf_ops.c',
                'cperf_options_parsing.c',
                'cperf_test_common.c',
@@ -11,4 +12,4 @@ sources = files('cperf_ops.c',
                'cperf_test_vectors.c',
                'cperf_test_verify.c',
                'main.c')
-deps = ['cryptodev']
+deps += ['cryptodev']