Home
last modified time | relevance | path

Searched refs:BURST_SIZE (Results 1 – 25 of 34) sorted by relevance

12

/f-stack/dpdk/app/test/
H A Dtest_hash_perf.c30 #define BURST_SIZE 16 macro
401 void *ret_data[BURST_SIZE]; in timed_lookups_multi()
423 BURST_SIZE, in timed_lookups_multi()
434 j * BURST_SIZE + k); in timed_lookups_multi()
454 BURST_SIZE, ret); in timed_lookups_multi()
461 j * BURST_SIZE + k); in timed_lookups_multi()
466 j * BURST_SIZE + k]); in timed_lookups_multi()
471 j * BURST_SIZE + k, in timed_lookups_multi()
486 BURST_SIZE + k]) { in timed_lookups_multi()
490 BURST_SIZE + k]); in timed_lookups_multi()
[all …]
H A Dtest_member_perf.c25 #define BURST_SIZE 64 macro
275 member_set_t result[BURST_SIZE] = {0}; in timed_lookups_bulk()
276 const void *keys_burst[BURST_SIZE]; in timed_lookups_bulk()
285 for (k = 0; k < BURST_SIZE; k++) in timed_lookups_bulk()
290 BURST_SIZE, in timed_lookups_bulk()
296 for (k = 0; k < BURST_SIZE; k++) { in timed_lookups_bulk()
363 const void *keys_burst[BURST_SIZE]; in timed_lookups_multimatch_bulk()
364 uint32_t match_count[BURST_SIZE]; in timed_lookups_multimatch_bulk()
373 for (k = 0; k < BURST_SIZE; k++) in timed_lookups_multimatch_bulk()
378 keys_burst, BURST_SIZE, in timed_lookups_multimatch_bulk()
[all …]
H A Dtest_ipsec.c43 #define BURST_SIZE 32 macro
78 struct rte_crypto_op *cop[BURST_SIZE];
80 struct rte_mbuf *obuf[BURST_SIZE], *ibuf[BURST_SIZE],
81 *testbuf[BURST_SIZE];
453 for (i = 0; i < BURST_SIZE; i++) { in ut_teardown()
908 for (i = 0; i < BURST_SIZE; i++) { in crypto_ipsec_2sa()
933 if (ng != BURST_SIZE) { in crypto_ipsec_2sa()
1112 if (num_pkts != BURST_SIZE) in test_ipsec_reorder_inb_pkt_burst()
1115 for (j = 0; j != BURST_SIZE; j++) in test_ipsec_reorder_inb_pkt_burst()
2333 if (num_pkts != BURST_SIZE) in test_ipsec_crypto_inb_burst_2sa_null_null()
[all …]
H A Dtest_ipsec_perf.c18 #define BURST_SIZE 64 macro
48 struct rte_crypto_op *cop[BURST_SIZE];
323 struct rte_mbuf *mbuf[BURST_SIZE]; in create_traffic()
H A Dtest_table.h43 #define BURST_SIZE 8 macro
H A Dtest_table_pipeline.c262 .burst_size = BURST_SIZE, in setup_pipeline()
282 .tx_burst_sz = BURST_SIZE, in setup_pipeline()
/f-stack/dpdk/app/test-eventdev/
H A Dtest_perf_common.c42 struct perf_elt *m[BURST_SIZE + 1] = {NULL}; in perf_producer()
58 if (rte_mempool_get_bulk(pool, (void **)m, BURST_SIZE) < 0) in perf_producer()
60 for (i = 0; i < BURST_SIZE; i++) { in perf_producer()
72 count += BURST_SIZE; in perf_producer()
92 struct perf_elt *m[BURST_SIZE + 1] = {NULL}; in perf_event_timer_producer()
116 for (i = 0; i < BURST_SIZE; i++) { in perf_event_timer_producer()
131 count += BURST_SIZE; in perf_event_timer_producer()
156 struct perf_elt *m[BURST_SIZE + 1] = {NULL}; in perf_event_timer_producer_burst()
180 for (i = 0; i < BURST_SIZE; i++) { in perf_event_timer_producer_burst()
191 BURST_SIZE); in perf_event_timer_producer_burst()
[all …]
H A Dtest_pipeline_common.h56 #define BURST_SIZE 16 macro
71 struct rte_event ev[BURST_SIZE + 1] __rte_cache_aligned
94 struct rte_event ev[BURST_SIZE + 1] __rte_cache_aligned
H A Dtest_pipeline_atq.c68 BURST_SIZE, 0); in pipeline_atq_worker_single_stage_burst_tx()
95 BURST_SIZE, 0); in pipeline_atq_worker_single_stage_burst_fwd()
183 BURST_SIZE, 0); in pipeline_atq_worker_multi_stage_burst_tx()
219 BURST_SIZE, 0); in pipeline_atq_worker_multi_stage_burst_fwd()
H A Dtest_order_atq.c59 struct rte_event ev[BURST_SIZE]; in order_atq_worker_burst()
64 BURST_SIZE, 0); in order_atq_worker_burst()
H A Dtest_pipeline_queue.c75 BURST_SIZE, 0); in pipeline_queue_worker_single_stage_burst_tx()
109 BURST_SIZE, 0); in pipeline_queue_worker_single_stage_burst_fwd()
203 BURST_SIZE, 0); in pipeline_queue_worker_multi_stage_burst_tx()
241 BURST_SIZE, 0); in pipeline_queue_worker_multi_stage_burst_fwd()
H A Dtest_order_queue.c59 struct rte_event ev[BURST_SIZE]; in order_queue_worker_burst()
64 BURST_SIZE, 0); in order_queue_worker_burst()
H A Dtest_perf_atq.c78 struct rte_event ev[BURST_SIZE + 1]; in perf_atq_worker_burst()
82 BURST_SIZE, 0); in perf_atq_worker_burst()
H A Dtest_perf_queue.c79 struct rte_event ev[BURST_SIZE + 1]; in perf_queue_worker_burst()
83 BURST_SIZE, 0); in perf_queue_worker_burst()
H A Dtest_order_common.h22 #define BURST_SIZE 16 macro
H A Dtest_perf_common.h73 #define BURST_SIZE 16 macro
/f-stack/dpdk/examples/l2fwd-cat/
H A Dl2fwd-cat.c20 #define BURST_SIZE 32 macro
129 struct rte_mbuf *bufs[BURST_SIZE]; in lcore_main()
131 bufs, BURST_SIZE); in lcore_main()
/f-stack/dpdk/examples/skeleton/
H A Dbasicfwd.c18 #define BURST_SIZE 32 macro
144 struct rte_mbuf *bufs[BURST_SIZE]; in lcore_main()
146 bufs, BURST_SIZE); in lcore_main()
/f-stack/dpdk/examples/distributor/
H A Dmain.c25 #define BURST_SIZE 64 macro
99 struct rte_mbuf *mbufs[BURST_SIZE];
230 struct rte_mbuf *bufs[BURST_SIZE*2]; in lcore_rx()
255 BURST_SIZE); in lcore_rx()
270 bufs, BURST_SIZE*2); in lcore_rx()
354 struct rte_mbuf *bufs[BURST_SIZE * 4]; in lcore_distributor()
360 (void *)bufs, BURST_SIZE*1, NULL); in lcore_distributor()
369 bufs, BURST_SIZE*2); in lcore_distributor()
/f-stack/dpdk/examples/rxtx_callbacks/
H A Dmain.c20 #define BURST_SIZE 32 macro
259 struct rte_mbuf *bufs[BURST_SIZE]; in lcore_main()
261 bufs, BURST_SIZE); in lcore_main()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dskeleton.rst223 struct rte_mbuf *bufs[BURST_SIZE];
225 bufs, BURST_SIZE);
253 struct rte_mbuf *bufs[BURST_SIZE];
255 bufs, BURST_SIZE);
H A Dflow_classify.rst457 struct rte_mbuf *bufs[BURST_SIZE];
459 bufs, BURST_SIZE);
507 struct rte_mbuf *bufs[BURST_SIZE];
509 bufs, BURST_SIZE);
/f-stack/dpdk/doc/guides/tools/
H A Dtestbbdev.rst24 [-b BURST_SIZE [BURST_SIZE ...]] [-l NUM_LCORES]
81 ``-b BURST_SIZE [BURST_SIZE ...], --burst-size BURST_SIZE [BURST_SIZE ...]``
/f-stack/dpdk/examples/flow_classify/
H A Dflow_classify.c23 #define BURST_SIZE 32 macro
307 struct rte_mbuf *bufs[BURST_SIZE]; in lcore_main()
309 bufs, BURST_SIZE); in lcore_main()
/f-stack/dpdk/app/pdump/
H A Dmain.c67 #define BURST_SIZE 32 macro
465 struct rte_mbuf *rxtx_bufs[BURST_SIZE]; in pdump_rxtx()
469 (void *)rxtx_bufs, BURST_SIZE, NULL); in pdump_rxtx()

12