numam-dpdk/app/test-crypto-perf/meson.build
Hemant Agrawal 5449a68883 app/crypto-perf: support non default mempools
The current code usages the default mempool ops while
creating the mempool for crypto usages. Adding the support
for best_mempool_ops to enable it for devices using
non default mempools.

Signed-off-by: Ashish Jain <ashish.jain@nxp.com>
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2018-04-23 18:20:09 +01:00

16 lines
400 B
Meson

# 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',
'cperf_test_latency.c',
'cperf_test_pmd_cyclecount.c',
'cperf_test_throughput.c',
'cperf_test_vector_parsing.c',
'cperf_test_vectors.c',
'cperf_test_verify.c',
'main.c')
deps = ['cryptodev']