| /dpdk/app/test-eventdev/ |
| H A D | test_order_queue.c | 46 order_process_stage_1(t, &ev, nb_flows, in order_queue_worker() 81 order_process_stage_1(t, &ev[i], nb_flows, in order_queue_worker_burst() 146 .nb_atomic_flows = opt->nb_flows, in order_queue_eventdev_setup() 147 .nb_atomic_order_sequences = opt->nb_flows, in order_queue_eventdev_setup() 159 .nb_atomic_flows = opt->nb_flows, in order_queue_eventdev_setup() 160 .nb_atomic_order_sequences = opt->nb_flows, in order_queue_eventdev_setup()
|
| H A D | test_order_common.h | 53 uint32_t nb_flows; member 96 struct rte_event *const ev, const uint32_t nb_flows, in order_process_stage_1() argument 100 const uint32_t flow = (uintptr_t)ev->mbuf % nb_flows; in order_process_stage_1() 133 const uint32_t nb_flows = t->nb_flows;\
|
| H A D | test_perf_common.c | 43 const uint32_t nb_flows = t->nb_flows; in perf_producer() local 65 ev.flow_id = flow_counter++ % nb_flows; in perf_producer() 95 const uint32_t nb_flows = t->nb_flows; in perf_producer_burst() local 126 ev[i].flow_id = flow_counter++ % nb_flows; in perf_producer_burst() 158 const uint32_t nb_flows = t->nb_flows; in perf_event_timer_producer() local 224 const uint32_t nb_flows = t->nb_flows; in perf_event_timer_producer_burst() local 282 const uint32_t nb_flows = t->nb_flows; in crypto_adapter_enq_op_new() local 315 op, crypto_sess[flow_counter++ % nb_flows]); in crypto_adapter_enq_op_new() 332 const uint32_t nb_flows = t->nb_flows; in crypto_adapter_enq_op_fwd() local 823 NULL, sizeof(crypto_sess) * t->nb_flows, in perf_event_dev_port_setup() [all …]
|
| H A D | test_order_common.c | 27 const uint32_t nb_flows = t->nb_flows; in order_producer() local 49 const flow_id_t flow = (uintptr_t)m % nb_flows; in order_producer() 174 sizeof(*t->producer_flow_seq) * opt->nb_flows, in order_test_setup() 183 sizeof(*t->expected_flow_seq) * opt->nb_flows, in order_test_setup() 193 t->nb_flows = opt->nb_flows; in order_test_setup()
|
| H A D | test_order_atq.c | 46 order_process_stage_1(t, &ev, nb_flows, in order_atq_worker() 80 order_process_stage_1(t, &ev[i], nb_flows, in order_atq_worker_burst() 145 .nb_atomic_flows = opt->nb_flows, in order_atq_eventdev_setup() 146 .nb_atomic_order_sequences = opt->nb_flows, in order_atq_eventdev_setup()
|
| H A D | evt_common.h | 66 uint32_t nb_flows; member 193 .nb_event_queue_flows = opt->nb_flows, in evt_configure_eventdev()
|
| H A D | test_perf_atq.c | 229 .nb_atomic_flows = opt->nb_flows, in perf_atq_eventdev_setup() 230 .nb_atomic_order_sequences = opt->nb_flows, in perf_atq_eventdev_setup()
|
| H A D | test_perf_queue.c | 231 .nb_atomic_flows = opt->nb_flows, in perf_queue_eventdev_setup() 232 .nb_atomic_order_sequences = opt->nb_flows, in perf_queue_eventdev_setup()
|
| H A D | evt_options.c | 26 opt->nb_flows = 1024; in evt_options_default() 56 ret = parser_read_uint32(&(opt->nb_flows), arg); in evt_parse_nb_flows()
|
| H A D | evt_options.h | 191 evt_dump("nb_flows", "%d", opt->nb_flows); in evt_dump_nb_flows()
|
| H A D | test_perf_common.h | 62 uint32_t nb_flows; member
|
| H A D | test_pipeline_common.c | 700 t->nb_flows = opt->nb_flows; in pipeline_test_setup()
|
| H A D | test_pipeline_common.h | 48 uint32_t nb_flows; member
|
| H A D | test_pipeline_atq.c | 607 .nb_atomic_flows = opt->nb_flows, in pipeline_atq_eventdev_setup() 608 .nb_atomic_order_sequences = opt->nb_flows, in pipeline_atq_eventdev_setup()
|
| H A D | test_pipeline_queue.c | 649 .nb_atomic_flows = opt->nb_flows, in pipeline_queue_eventdev_setup() 650 .nb_atomic_order_sequences = opt->nb_flows, in pipeline_queue_eventdev_setup()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_hw.c | 748 rte_log2_u32(table_attr->nb_flows), in flow_hw_actions_translate() 1451 uint32_t nb_flows = rte_align32pow2(attr->nb_flows); in flow_hw_table_create() local 1457 cfg.max_idx = nb_flows; in flow_hw_table_create() 1459 if (nb_flows < cfg.trunk_size) { in flow_hw_table_create() 1461 cfg.trunk_size = nb_flows; in flow_hw_table_create() 1486 matcher_attr.rule.num_log = rte_log2_u32(nb_flows); in flow_hw_table_create()
|
| H A D | mlx5_flow_dv.c | 17777 int nb_flows = 0; in flow_dv_get_aged_flows() local 17786 nb_flows++; in flow_dv_get_aged_flows() 17788 context[nb_flows - 1] = in flow_dv_get_aged_flows() 17795 nb_flows++; in flow_dv_get_aged_flows() 17798 context[nb_flows - 1] = age_param->context; in flow_dv_get_aged_flows() 17805 return nb_flows; in flow_dv_get_aged_flows()
|
| /dpdk/doc/guides/tools/ |
| H A D | testeventdev.rst | 91 * ``--nb_flows <n>`` 270 --nb_flows 333 --nb_flows 424 --nb_flows 536 --nb_flows
|
| /dpdk/lib/ethdev/ |
| H A D | rte_flow.h | 5240 uint32_t nb_flows; member
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 3769 .nb_flows = 10000;
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 2889 args.table.attr.nb_flows)),
|