| /f-stack/dpdk/lib/librte_port/ |
| H A D | rte_port_kni.c | 124 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 D | rte_port_sym_crypto.c | 149 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 D | rte_port_ethdev.c | 126 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 D | rte_port_fd.c | 157 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 D | rte_port_sched.c | 125 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 D | rte_port_ring.c | 157 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 D | rte_port_ras.c | 55 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 D | rte_port_kni.h | 43 uint32_t tx_burst_sz; member 54 uint32_t tx_burst_sz; member
|
| H A D | rte_port_fd.h | 49 uint32_t tx_burst_sz; member 63 uint32_t tx_burst_sz; member
|
| H A D | rte_port_ethdev.h | 47 uint32_t tx_burst_sz; member 63 uint32_t tx_burst_sz; member
|
| H A D | rte_port_ring.h | 49 uint32_t tx_burst_sz; member 62 uint32_t tx_burst_sz; member
|
| H A D | rte_port_sym_crypto.h | 62 uint32_t tx_burst_sz; member 80 uint32_t tx_burst_sz; member
|
| H A D | rte_port_sched.h | 43 uint32_t tx_burst_sz; member
|
| H A D | rte_port_ras.h | 44 uint32_t tx_burst_sz; member
|
| /f-stack/dpdk/app/test/ |
| H A D | test_table_ports.c | 103 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 D | test_table_pipeline.c | 282 .tx_burst_sz = BURST_SIZE, in setup_pipeline()
|
| H A D | test_table_combined.c | 74 .tx_burst_sz = RTE_PORT_IN_BURST_SIZE_MAX, in test_table_type()
|
| H A D | test_table_acl.c | 382 .tx_burst_sz = BURST_SIZE, in setup_acl_pipeline()
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | pipeline.c | 457 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 D | rte_eth_softnic_pipeline.c | 506 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 D | pipeline_stub.c | 61 .tx_burst_sz = app.burst_size_worker_write, in app_main_loop_worker_pipeline_stub()
|
| H A D | pipeline_lpm.c | 70 .tx_burst_sz = app.burst_size_worker_write, in app_main_loop_worker_pipeline_lpm()
|
| H A D | pipeline_lpm_ipv6.c | 67 .tx_burst_sz = app.burst_size_worker_write, in app_main_loop_worker_pipeline_lpm_ipv6()
|
| H A D | pipeline_acl.c | 127 .tx_burst_sz = app.burst_size_worker_write, in app_main_loop_worker_pipeline_acl()
|
| H A D | pipeline_hash.c | 128 .tx_burst_sz = app.burst_size_worker_write, in app_main_loop_worker_pipeline_hash()
|