Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_port/
H A Drte_port_kni.c124 uint32_t tx_burst_sz; member
139 (conf->tx_burst_sz == 0) || in rte_port_kni_writer_create()
141 (!rte_is_power_of_2(conf->tx_burst_sz))) { in rte_port_kni_writer_create()
156 port->tx_burst_sz = conf->tx_burst_sz; in rte_port_kni_writer_create()
185 if (p->tx_buf_count >= p->tx_burst_sz) in rte_port_kni_writer_tx()
231 if (tx_buf_count >= p->tx_burst_sz) in rte_port_kni_writer_tx_bulk()
300 uint32_t tx_burst_sz; member
316 (conf->tx_burst_sz == 0) || in rte_port_kni_writer_nodrop_create()
333 port->tx_burst_sz = conf->tx_burst_sz; in rte_port_kni_writer_nodrop_create()
388 if (p->tx_buf_count >= p->tx_burst_sz) in rte_port_kni_writer_nodrop_tx()
[all …]
H A Drte_port_sym_crypto.c149 uint32_t tx_burst_sz; member
167 (conf->tx_burst_sz == 0) || in rte_port_sym_crypto_writer_create()
183 port->tx_burst_sz = conf->tx_burst_sz; in rte_port_sym_crypto_writer_create()
219 if (p->tx_buf_count >= p->tx_burst_sz) in rte_port_sym_crypto_writer_tx()
248 if (p->tx_buf_count >= p->tx_burst_sz) in rte_port_sym_crypto_writer_tx_bulk()
265 if (tx_buf_count >= p->tx_burst_sz) in rte_port_sym_crypto_writer_tx_bulk()
334 uint32_t tx_burst_sz; member
353 (conf->tx_burst_sz == 0) || in rte_port_sym_crypto_writer_nodrop_create()
372 port->tx_burst_sz = conf->tx_burst_sz; in rte_port_sym_crypto_writer_nodrop_create()
430 if (p->tx_buf_count >= p->tx_burst_sz) in rte_port_sym_crypto_writer_nodrop_tx()
[all …]
H A Drte_port_ethdev.c126 uint32_t tx_burst_sz; member
142 (conf->tx_burst_sz == 0) || in rte_port_ethdev_writer_create()
144 (!rte_is_power_of_2(conf->tx_burst_sz))) { in rte_port_ethdev_writer_create()
160 port->tx_burst_sz = conf->tx_burst_sz; in rte_port_ethdev_writer_create()
190 if (p->tx_buf_count >= p->tx_burst_sz) in rte_port_ethdev_writer_tx()
237 if (tx_buf_count >= p->tx_burst_sz) in rte_port_ethdev_writer_tx_bulk()
306 uint32_t tx_burst_sz; member
323 (conf->tx_burst_sz == 0) || in rte_port_ethdev_writer_nodrop_create()
341 port->tx_burst_sz = conf->tx_burst_sz; in rte_port_ethdev_writer_nodrop_create()
396 if (p->tx_buf_count >= p->tx_burst_sz) in rte_port_ethdev_writer_nodrop_tx()
[all …]
H A Drte_port_fd.c157 uint32_t tx_burst_sz; member
171 (conf->tx_burst_sz == 0) || in rte_port_fd_writer_create()
173 (!rte_is_power_of_2(conf->tx_burst_sz))) { in rte_port_fd_writer_create()
188 port->tx_burst_sz = conf->tx_burst_sz; in rte_port_fd_writer_create()
226 if (p->tx_buf_count >= p->tx_burst_sz) in rte_port_fd_writer_tx()
260 if (tx_buf_count >= p->tx_burst_sz) in rte_port_fd_writer_tx_bulk()
328 uint32_t tx_burst_sz; member
344 (conf->tx_burst_sz == 0) || in rte_port_fd_writer_nodrop_create()
361 port->tx_burst_sz = conf->tx_burst_sz; in rte_port_fd_writer_nodrop_create()
411 if (p->tx_buf_count >= p->tx_burst_sz) in rte_port_fd_writer_nodrop_tx()
[all …]
H A Drte_port_sched.c125 uint32_t tx_burst_sz; member
140 (conf->tx_burst_sz == 0) || in rte_port_sched_writer_create()
141 (conf->tx_burst_sz > RTE_PORT_IN_BURST_SIZE_MAX) || in rte_port_sched_writer_create()
142 (!rte_is_power_of_2(conf->tx_burst_sz))) { in rte_port_sched_writer_create()
157 port->tx_burst_sz = conf->tx_burst_sz; in rte_port_sched_writer_create()
159 port->bsz_mask = 1LLU << (conf->tx_burst_sz - 1); in rte_port_sched_writer_create()
171 if (p->tx_buf_count >= p->tx_burst_sz) { in rte_port_sched_writer_tx()
218 if (tx_buf_count >= p->tx_burst_sz) { in rte_port_sched_writer_tx_bulk()
H A Drte_port_ring.c157 uint32_t tx_burst_sz; member
191 port->tx_burst_sz = conf->tx_burst_sz; in rte_port_ring_writer_create_internal()
193 port->bsz_mask = 1LLU << (conf->tx_burst_sz - 1); in rte_port_ring_writer_create_internal()
248 if (p->tx_buf_count >= p->tx_burst_sz) in rte_port_ring_writer_tx()
261 if (p->tx_buf_count >= p->tx_burst_sz) in rte_port_ring_multi_writer_tx()
318 if (tx_buf_count >= p->tx_burst_sz) { in rte_port_ring_writer_tx_bulk_internal()
425 uint32_t tx_burst_sz; member
460 port->tx_burst_sz = conf->tx_burst_sz; in rte_port_ring_writer_nodrop_create_internal()
563 if (p->tx_buf_count >= p->tx_burst_sz) in rte_port_ring_writer_nodrop_tx()
577 if (p->tx_buf_count >= p->tx_burst_sz) in rte_port_ring_multi_writer_nodrop_tx()
[all …]
H A Drte_port_ras.c55 uint32_t tx_burst_sz; member
80 if ((conf->tx_burst_sz == 0) || in rte_port_ring_writer_ras_create()
81 (conf->tx_burst_sz > RTE_PORT_IN_BURST_SIZE_MAX)) { in rte_port_ring_writer_ras_create()
115 port->tx_burst_sz = conf->tx_burst_sz; in rte_port_ring_writer_ras_create()
223 if (p->tx_buf_count >= p->tx_burst_sz) in rte_port_ring_writer_ras_tx()
246 if (p->tx_buf_count >= p->tx_burst_sz) in rte_port_ring_writer_ras_tx_bulk()
257 if (p->tx_buf_count >= p->tx_burst_sz) in rte_port_ring_writer_ras_tx_bulk()
H A Drte_port_kni.h43 uint32_t tx_burst_sz; member
54 uint32_t tx_burst_sz; member
H A Drte_port_fd.h49 uint32_t tx_burst_sz; member
63 uint32_t tx_burst_sz; member
H A Drte_port_ethdev.h47 uint32_t tx_burst_sz; member
63 uint32_t tx_burst_sz; member
H A Drte_port_ring.h49 uint32_t tx_burst_sz; member
62 uint32_t tx_burst_sz; member
H A Drte_port_sym_crypto.h62 uint32_t tx_burst_sz; member
80 uint32_t tx_burst_sz; member
H A Drte_port_sched.h43 uint32_t tx_burst_sz; member
H A Drte_port_ras.h44 uint32_t tx_burst_sz; member
/f-stack/dpdk/app/test/
H A Dtest_table_ports.c103 port_ring_writer_params.tx_burst_sz = RTE_PORT_IN_BURST_SIZE_MAX + 1; in test_port_ring_writer()
111 port_ring_writer_params.tx_burst_sz = RTE_PORT_IN_BURST_SIZE_MAX; in test_port_ring_writer()
127 port_ring_writer_params.tx_burst_sz = RTE_PORT_IN_BURST_SIZE_MAX; in test_port_ring_writer()
137 (void **)res_mbuf, port_ring_writer_params.tx_burst_sz, NULL); in test_port_ring_writer()
152 (void **)res_mbuf, port_ring_writer_params.tx_burst_sz, NULL); in test_port_ring_writer()
167 (void **)res_mbuf, port_ring_writer_params.tx_burst_sz, NULL); in test_port_ring_writer()
182 (void **)res_mbuf, port_ring_writer_params.tx_burst_sz, NULL); in test_port_ring_writer()
H A Dtest_table_pipeline.c282 .tx_burst_sz = BURST_SIZE, in setup_pipeline()
H A Dtest_table_combined.c74 .tx_burst_sz = RTE_PORT_IN_BURST_SIZE_MAX, in test_table_type()
H A Dtest_table_acl.c382 .tx_burst_sz = BURST_SIZE, in setup_acl_pipeline()
/f-stack/dpdk/examples/ip_pipeline/
H A Dpipeline.c457 pp.ethdev.tx_burst_sz = params->burst_size; in pipeline_port_out_create()
461 pp_nodrop.ethdev.tx_burst_sz = params->burst_size; in pipeline_port_out_create()
483 pp.ring.tx_burst_sz = params->burst_size; in pipeline_port_out_create()
486 pp_nodrop.ring.tx_burst_sz = params->burst_size; in pipeline_port_out_create()
508 pp.sched.tx_burst_sz = params->burst_size; in pipeline_port_out_create()
524 pp.fd.tx_burst_sz = params->burst_size; in pipeline_port_out_create()
527 pp_nodrop.fd.tx_burst_sz = params->burst_size; in pipeline_port_out_create()
550 pp.kni.tx_burst_sz = params->burst_size; in pipeline_port_out_create()
553 pp_nodrop.kni.tx_burst_sz = params->burst_size; in pipeline_port_out_create()
590 pp.sym_crypto.tx_burst_sz = params->burst_size; in pipeline_port_out_create()
[all …]
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_pipeline.c506 pp.ethdev.tx_burst_sz = params->burst_size; in softnic_pipeline_port_out_create()
510 pp_nodrop.ethdev.tx_burst_sz = params->burst_size; in softnic_pipeline_port_out_create()
532 pp.ring.tx_burst_sz = params->burst_size; in softnic_pipeline_port_out_create()
535 pp_nodrop.ring.tx_burst_sz = params->burst_size; in softnic_pipeline_port_out_create()
557 pp.sched.tx_burst_sz = params->burst_size; in softnic_pipeline_port_out_create()
573 pp.fd.tx_burst_sz = params->burst_size; in softnic_pipeline_port_out_create()
576 pp_nodrop.fd.tx_burst_sz = params->burst_size; in softnic_pipeline_port_out_create()
612 pp.cryptodev.tx_burst_sz = params->burst_size; in softnic_pipeline_port_out_create()
617 pp_nodrop.cryptodev.tx_burst_sz = params->burst_size; in softnic_pipeline_port_out_create()
/f-stack/dpdk/app/test-pipeline/
H A Dpipeline_stub.c61 .tx_burst_sz = app.burst_size_worker_write, in app_main_loop_worker_pipeline_stub()
H A Dpipeline_lpm.c70 .tx_burst_sz = app.burst_size_worker_write, in app_main_loop_worker_pipeline_lpm()
H A Dpipeline_lpm_ipv6.c67 .tx_burst_sz = app.burst_size_worker_write, in app_main_loop_worker_pipeline_lpm_ipv6()
H A Dpipeline_acl.c127 .tx_burst_sz = app.burst_size_worker_write, in app_main_loop_worker_pipeline_acl()
H A Dpipeline_hash.c128 .tx_burst_sz = app.burst_size_worker_write, in app_main_loop_worker_pipeline_hash()