1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2020 Intel Corporation
14 #include <rte_cycles.h>
15 #include <rte_launch.h>
16 #include <rte_pause.h>
17 #include <rte_random.h>
18 #include <rte_malloc.h>
19 #include <rte_spinlock.h>
25 int (*func)(int (*)(void *));
26 int (*wfunc)(void *arg);
32 const struct test_case *cases;
35 extern const struct test test_ring_mpmc_stress;
36 extern const struct test test_ring_rts_stress;
37 extern const struct test test_ring_hts_stress;
38 extern const struct test test_ring_mt_peek_stress;
39 extern const struct test test_ring_st_peek_stress;