Home
last modified time | relevance | path

Searched refs:test_config (Results 1 – 2 of 2) sorted by relevance

/dpdk/app/test/
H A Dtest_red.c105 struct test_config *testcfg; argument
106 enum test_result (*testfn)(struct test_config *);
275 test_rte_red_init(struct test_config *tcfg) in test_rte_red_init()
437 static struct test_config func_test1_config = {
554 static struct test_config func_test2_config = {
662 static struct test_config func_test3_config = {
787 static struct test_config func_test4_config = {
945 static struct test_config func_test5_config = {
1073 static struct test_config func_test6_config = {
1254 static struct test_config perf1_test1_config = {
[all …]
H A Dtest_pie.c96 struct test_config *testcfg; argument
97 enum test_result (*testfn)(struct test_config *cfg);
228 test_rte_pie_init(struct test_config *tcfg) in test_rte_pie_init()
353 static struct test_config func_test_config1 = {
372 static enum test_result func_test1(struct test_config *tcfg) in func_test1()
462 static struct test_config func_test_config2 = {
481 static enum test_result func_test2(struct test_config *tcfg) in func_test2()
575 static struct test_config func_test_config3 = {
786 static struct test_config perf_test_config = {
800 static enum test_result perf_test(struct test_config *tcfg) in perf_test()
[all …]