0bf1e98f10
Code refactoring to separate validation from benchmarking part. Added op's status checking after rte_compressdev_dequeue_burst function. Signed-off-by: Tomasz Jozwiak <tomaszx.jozwiak@intel.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com> Acked-by: Lee Daly <lee.daly@intel.com> Acked-by: Shally Verma <shally.verma@caviumnetworks.com>
14 lines
263 B
C
14 lines
263 B
C
/* SPDX-License-Identifier: BSD-3-Clause
|
|
* Copyright(c) 2018 Intel Corporation
|
|
*/
|
|
|
|
#ifndef _COMP_PERF_TEST_VERIFY_
|
|
#define _COMP_PERF_TEST_VERIFY_
|
|
|
|
#include "comp_perf_options.h"
|
|
|
|
int
|
|
cperf_verification(struct comp_test_data *test_data, uint8_t level);
|
|
|
|
#endif
|