Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_ipsec_perf.c85 static struct rte_ring *ring_inb_process; variable
479 ring_inb_process = rte_ring_create("ipsec_test_ring_inb_process", in testsuite_setup()
481 if (ring_inb_process == NULL) in testsuite_setup()
517 if (create_traffic(sa_out, ring_inb_prepare, ring_inb_process, in measure_performance()
582 rte_ring_free(ring_inb_process); in testsuite_teardown()
587 ring_inb_process = NULL; in testsuite_teardown()