Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_ipsec_perf.c87 static struct rte_ring *ring_outb_process; variable
489 ring_outb_process = rte_ring_create("ipsec_test_ring_outb_process", in testsuite_setup()
491 if (ring_outb_process == NULL) in testsuite_setup()
521 if (create_traffic(sa_in, ring_outb_prepare, ring_outb_process, in measure_performance()
584 rte_ring_free(ring_outb_process); in testsuite_teardown()
589 ring_outb_process = NULL; in testsuite_teardown()