]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/dpdk/app/test-compress-perf/comp_perf_test_verify.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / dpdk / app / test-compress-perf / comp_perf_test_verify.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2018 Intel Corporation
3 */
4
5 #ifndef _COMP_PERF_TEST_VERIFY_
6 #define _COMP_PERF_TEST_VERIFY_
7
8 #include "comp_perf_options.h"
9
10 int
11 cperf_verification(struct comp_test_data *test_data, uint8_t level);
12
13 #endif