| /f-stack/dpdk/app/test/ |
| H A D | test_hash_perf.c | 30 #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 D | test_member_perf.c | 25 #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 D | test_ipsec.c | 43 #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 D | test_ipsec_perf.c | 18 #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 D | test_table.h | 43 #define BURST_SIZE 8 macro
|
| H A D | test_table_pipeline.c | 262 .burst_size = BURST_SIZE, in setup_pipeline() 282 .tx_burst_sz = BURST_SIZE, in setup_pipeline()
|
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | test_perf_common.c | 42 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 D | test_pipeline_common.h | 56 #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 D | test_pipeline_atq.c | 68 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 D | test_order_atq.c | 59 struct rte_event ev[BURST_SIZE]; in order_atq_worker_burst() 64 BURST_SIZE, 0); in order_atq_worker_burst()
|
| H A D | test_pipeline_queue.c | 75 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 D | test_order_queue.c | 59 struct rte_event ev[BURST_SIZE]; in order_queue_worker_burst() 64 BURST_SIZE, 0); in order_queue_worker_burst()
|
| H A D | test_perf_atq.c | 78 struct rte_event ev[BURST_SIZE + 1]; in perf_atq_worker_burst() 82 BURST_SIZE, 0); in perf_atq_worker_burst()
|
| H A D | test_perf_queue.c | 79 struct rte_event ev[BURST_SIZE + 1]; in perf_queue_worker_burst() 83 BURST_SIZE, 0); in perf_queue_worker_burst()
|
| H A D | test_order_common.h | 22 #define BURST_SIZE 16 macro
|
| H A D | test_perf_common.h | 73 #define BURST_SIZE 16 macro
|
| /f-stack/dpdk/examples/l2fwd-cat/ |
| H A D | l2fwd-cat.c | 20 #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 D | basicfwd.c | 18 #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 D | main.c | 25 #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 D | main.c | 20 #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 D | skeleton.rst | 223 struct rte_mbuf *bufs[BURST_SIZE]; 225 bufs, BURST_SIZE); 253 struct rte_mbuf *bufs[BURST_SIZE]; 255 bufs, BURST_SIZE);
|
| H A D | flow_classify.rst | 457 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 D | testbbdev.rst | 24 [-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 D | flow_classify.c | 23 #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 D | main.c | 67 #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()
|