Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_ipsec_perf.c75 static struct rte_ring *ring_outb_process; variable
477 ring_outb_process = rte_ring_create("ipsec_test_ring_outb_process", in testsuite_setup()
479 if (ring_outb_process == NULL) in testsuite_setup()
509 if (create_traffic(sa_in, ring_outb_prepare, ring_outb_process, in measure_performance()
572 rte_ring_free(ring_outb_process); in testsuite_teardown()
577 ring_outb_process = NULL; in testsuite_teardown()