| /dpdk/app/test/ |
| H A D | test_hash_perf.c | 30 #define BURST_SIZE 16 macro 396 void *ret_data[BURST_SIZE]; in timed_lookups_multi() 418 BURST_SIZE, in timed_lookups_multi() 429 j * BURST_SIZE + k); in timed_lookups_multi() 449 BURST_SIZE, ret); in timed_lookups_multi() 456 j * BURST_SIZE + k); in timed_lookups_multi() 461 j * BURST_SIZE + k]); in timed_lookups_multi() 466 j * BURST_SIZE + k, in timed_lookups_multi() 481 BURST_SIZE + k]) { in timed_lookups_multi() 485 BURST_SIZE + k]); in timed_lookups_multi() [all …]
|
| H A D | test_member_perf.c | 36 #define BURST_SIZE 64 macro 286 member_set_t result[BURST_SIZE] = {0}; in timed_lookups_bulk() 287 const void *keys_burst[BURST_SIZE]; in timed_lookups_bulk() 296 for (k = 0; k < BURST_SIZE; k++) in timed_lookups_bulk() 301 BURST_SIZE, in timed_lookups_bulk() 307 for (k = 0; k < BURST_SIZE; k++) { in timed_lookups_bulk() 374 const void *keys_burst[BURST_SIZE]; in timed_lookups_multimatch_bulk() 375 uint32_t match_count[BURST_SIZE]; in timed_lookups_multimatch_bulk() 384 for (k = 0; k < BURST_SIZE; k++) in timed_lookups_multimatch_bulk() 389 keys_burst, BURST_SIZE, in timed_lookups_multimatch_bulk() [all …]
|
| H A D | test_ipsec.c | 53 #define BURST_SIZE 32 macro 88 struct rte_crypto_op *cop[BURST_SIZE]; 90 struct rte_mbuf *obuf[BURST_SIZE], *ibuf[BURST_SIZE], 91 *testbuf[BURST_SIZE]; 463 for (i = 0; i < BURST_SIZE; i++) { in ut_teardown_ipsec() 918 for (i = 0; i < BURST_SIZE; i++) { in crypto_ipsec_2sa() 943 if (ng != BURST_SIZE) { in crypto_ipsec_2sa() 1122 if (num_pkts != BURST_SIZE) in test_ipsec_reorder_inb_pkt_burst() 1125 for (j = 0; j != BURST_SIZE; j++) in test_ipsec_reorder_inb_pkt_burst() 2343 if (num_pkts != BURST_SIZE) in test_ipsec_crypto_inb_burst_2sa_null_null() [all …]
|
| H A D | test_ipsec_perf.c | 30 #define BURST_SIZE 64 macro 60 struct rte_crypto_op *cop[BURST_SIZE]; 335 struct rte_mbuf *mbuf[BURST_SIZE]; in create_traffic()
|
| H A D | test_table_pipeline.c | 264 .burst_size = BURST_SIZE, in setup_pipeline() 284 .tx_burst_sz = BURST_SIZE, in setup_pipeline()
|
| H A D | test_table.h | 43 #define BURST_SIZE 8 macro
|
| /dpdk/examples/l2fwd-cat/ |
| H A D | l2fwd-cat.c | 20 #define BURST_SIZE 32 macro 124 struct rte_mbuf *bufs[BURST_SIZE]; in lcore_main() 126 bufs, BURST_SIZE); in lcore_main()
|
| /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()
|
| /dpdk/app/test-eventdev/ |
| H A D | test_pipeline_atq.c | 74 nb_rx = rte_event_dequeue_burst(dev, port, ev, BURST_SIZE, 0); in pipeline_atq_worker_single_stage_burst_tx() 102 nb_rx = rte_event_dequeue_burst(dev, port, ev, BURST_SIZE, 0); in pipeline_atq_worker_single_stage_burst_fwd() 183 nb_rx = rte_event_dequeue_burst(dev, port, ev, BURST_SIZE, 0); in pipeline_atq_worker_single_stage_burst_tx_vector() 212 nb_rx = rte_event_dequeue_burst(dev, port, ev, BURST_SIZE, 0); in pipeline_atq_worker_single_stage_burst_fwd_vector() 307 nb_rx = rte_event_dequeue_burst(dev, port, ev, BURST_SIZE, 0); in pipeline_atq_worker_multi_stage_burst_tx() 344 nb_rx = rte_event_dequeue_burst(dev, port, ev, BURST_SIZE, 0); in pipeline_atq_worker_multi_stage_burst_fwd() 451 nb_rx = rte_event_dequeue_burst(dev, port, ev, BURST_SIZE, 0); in pipeline_atq_worker_multi_stage_burst_tx_vector() 490 nb_rx = rte_event_dequeue_burst(dev, port, ev, BURST_SIZE, 0); in pipeline_atq_worker_multi_stage_burst_fwd_vector()
|
| H A D | test_pipeline_queue.c | 82 nb_rx = rte_event_dequeue_burst(dev, port, ev, BURST_SIZE, 0); in pipeline_queue_worker_single_stage_burst_tx() 116 nb_rx = rte_event_dequeue_burst(dev, port, ev, BURST_SIZE, 0); in pipeline_queue_worker_single_stage_burst_fwd() 205 nb_rx = rte_event_dequeue_burst(dev, port, ev, BURST_SIZE, 0); in pipeline_queue_worker_single_stage_burst_tx_vector() 241 nb_rx = rte_event_dequeue_burst(dev, port, ev, BURST_SIZE, 0); in pipeline_queue_worker_single_stage_burst_fwd_vector() 342 nb_rx = rte_event_dequeue_burst(dev, port, ev, BURST_SIZE, 0); in pipeline_queue_worker_multi_stage_burst_tx() 381 nb_rx = rte_event_dequeue_burst(dev, port, ev, BURST_SIZE, 0); in pipeline_queue_worker_multi_stage_burst_fwd() 494 nb_rx = rte_event_dequeue_burst(dev, port, ev, BURST_SIZE, 0); in pipeline_queue_worker_multi_stage_burst_tx_vector() 535 nb_rx = rte_event_dequeue_burst(dev, port, ev, BURST_SIZE, 0); in pipeline_queue_worker_multi_stage_burst_fwd_vector()
|
| H A D | test_perf_common.c | 46 struct perf_elt *m[BURST_SIZE + 1] = {NULL}; in perf_producer() 62 if (rte_mempool_get_bulk(pool, (void **)m, BURST_SIZE) < 0) in perf_producer() 64 for (i = 0; i < BURST_SIZE; i++) { in perf_producer() 76 count += BURST_SIZE; in perf_producer() 161 struct perf_elt *m[BURST_SIZE + 1] = {NULL}; in perf_event_timer_producer() 187 for (i = 0; i < BURST_SIZE; i++) { in perf_event_timer_producer() 202 count += BURST_SIZE; in perf_event_timer_producer() 227 struct perf_elt *m[BURST_SIZE + 1] = {NULL}; in perf_event_timer_producer_burst() 253 for (i = 0; i < BURST_SIZE; i++) { in perf_event_timer_producer_burst() 264 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_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_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 | 98 struct rte_event ev[BURST_SIZE + 1]; in perf_atq_worker_burst() 104 nb_rx = rte_event_dequeue_burst(dev, port, ev, BURST_SIZE, 0); in perf_atq_worker_burst()
|
| H A D | test_perf_queue.c | 100 struct rte_event ev[BURST_SIZE + 1]; in perf_queue_worker_burst() 106 nb_rx = rte_event_dequeue_burst(dev, port, ev, 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 | 86 #define BURST_SIZE 16 macro
|
| /dpdk/examples/distributor/ |
| H A D | main.c | 25 #define BURST_SIZE 64 macro 98 struct rte_mbuf *mbufs[BURST_SIZE]; 226 struct rte_mbuf *bufs[BURST_SIZE*2]; in lcore_rx() 251 BURST_SIZE); in lcore_rx() 266 bufs, BURST_SIZE*2); in lcore_rx() 350 struct rte_mbuf *bufs[BURST_SIZE * 4]; in lcore_distributor() 356 (void *)bufs, BURST_SIZE*1, NULL); in lcore_distributor() 365 bufs, BURST_SIZE*2); in lcore_distributor()
|
| /dpdk/drivers/raw/ioat/ |
| H A D | ioat_rawdev_test.c | 293 #define BURST_SIZE 64 in test_burst_capacity() macro 299 uintptr_t completions[BURST_SIZE]; in test_burst_capacity() 312 for (i = 0; i < ring_space / (2 * BURST_SIZE); i++) { in test_burst_capacity() 320 for (j = 0; j < BURST_SIZE; j++) { in test_burst_capacity() 334 for (i = 0; i < ring_space / (2 * BURST_SIZE); i++) { in test_burst_capacity() 335 if (rte_ioat_completed_ops(dev_id, BURST_SIZE, in test_burst_capacity() 337 completions, completions) != BURST_SIZE) { in test_burst_capacity()
|
| /dpdk/examples/rxtx_callbacks/ |
| H A D | main.c | 20 #define BURST_SIZE 32 macro 262 struct rte_mbuf *bufs[BURST_SIZE]; in lcore_main() 264 bufs, BURST_SIZE); in lcore_main()
|
| /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 ...]``
|
| /dpdk/app/dumpcap/ |
| H A D | main.c | 50 #define BURST_SIZE 32 macro 745 struct rte_mbuf *pkts[BURST_SIZE]; in process_ring() 750 n = rte_ring_sc_dequeue_burst(r, (void **) pkts, BURST_SIZE, in process_ring()
|
| /dpdk/examples/flow_classify/ |
| H A D | flow_classify.c | 23 #define BURST_SIZE 32 macro 311 struct rte_mbuf *bufs[BURST_SIZE]; in lcore_main() 313 bufs, BURST_SIZE); in lcore_main()
|
| /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()
|