Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_ipsec_perf.c73 static struct rte_ring *ring_inb_process; variable
467 ring_inb_process = rte_ring_create("ipsec_test_ring_inb_process", in testsuite_setup()
469 if (ring_inb_process == NULL) in testsuite_setup()
505 if (create_traffic(sa_out, ring_inb_prepare, ring_inb_process, in measure_performance()
570 rte_ring_free(ring_inb_process); in testsuite_teardown()
575 ring_inb_process = NULL; in testsuite_teardown()