Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_table.c30 struct rte_ring *rings_tx[N_PORTS]; variable
128 rings_tx[i] = rte_ring_lookup(name); in app_init_rings()
129 if (rings_tx[i] == NULL) { in app_init_rings()
130 rings_tx[i] = rte_ring_create( in app_init_rings()
136 if (rings_tx[i] == NULL) in app_init_rings()
H A Dtest_table.h34 #define RING_TX rings_tx[0]
35 #define RING_TX_2 rings_tx[1]
118 extern struct rte_ring *rings_tx[N_PORTS];
H A Dtest_table_pipeline.c283 .ring = rings_tx[i], in setup_pipeline()
472 ret = rte_ring_sc_dequeue_burst(rings_tx[i], objs, 10, NULL); in test_pipeline_single_filter()
H A Dtest_table_acl.c383 .ring = rings_tx[i], in setup_acl_pipeline()
688 ret = rte_ring_sc_dequeue_burst(rings_tx[i], objs, 10, NULL); in test_pipeline_single_filter()
/dpdk/app/test-pipeline/
H A Druntime.c99 app.rings_tx[i ^ 1], in app_main_loop_worker()
120 app.rings_tx[i], in app_main_loop_tx()
H A Dinit.c141 app.rings_tx[i] = rte_ring_create( in app_init_rings()
147 if (app.rings_tx[i] == NULL) in app_init_rings()
H A Dmain.h35 struct rte_ring *rings_tx[APP_MAX_PORTS]; member
H A Dpipeline_stub.c60 .ring = app.rings_tx[i], in app_main_loop_worker_pipeline_stub()
H A Dpipeline_lpm.c69 .ring = app.rings_tx[i], in app_main_loop_worker_pipeline_lpm()
H A Dpipeline_lpm_ipv6.c66 .ring = app.rings_tx[i], in app_main_loop_worker_pipeline_lpm_ipv6()
H A Dpipeline_acl.c126 .ring = app.rings_tx[i], in app_main_loop_worker_pipeline_acl()
H A Dpipeline_hash.c127 .ring = app.rings_tx[i], in app_main_loop_worker_pipeline_hash()