Home
last modified time | relevance | path

Searched refs:nb_flows (Results 1 – 21 of 21) sorted by relevance

/dpdk/app/test-eventdev/
H A Dtest_order_queue.c46 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 Dtest_order_common.h53 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 Dtest_perf_common.c43 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 Dtest_order_common.c27 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 Dtest_order_atq.c46 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 Devt_common.h66 uint32_t nb_flows; member
193 .nb_event_queue_flows = opt->nb_flows, in evt_configure_eventdev()
H A Dtest_perf_atq.c229 .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 Dtest_perf_queue.c231 .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 Devt_options.c26 opt->nb_flows = 1024; in evt_options_default()
56 ret = parser_read_uint32(&(opt->nb_flows), arg); in evt_parse_nb_flows()
H A Devt_options.h191 evt_dump("nb_flows", "%d", opt->nb_flows); in evt_dump_nb_flows()
H A Dtest_perf_common.h62 uint32_t nb_flows; member
H A Dtest_pipeline_common.c700 t->nb_flows = opt->nb_flows; in pipeline_test_setup()
H A Dtest_pipeline_common.h48 uint32_t nb_flows; member
H A Dtest_pipeline_atq.c607 .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 Dtest_pipeline_queue.c649 .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 Dmlx5_flow_hw.c748 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 Dmlx5_flow_dv.c17777 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 Dtesteventdev.rst91 * ``--nb_flows <n>``
270 --nb_flows
333 --nb_flows
424 --nb_flows
536 --nb_flows
/dpdk/lib/ethdev/
H A Drte_flow.h5240 uint32_t nb_flows; member
/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst3769 .nb_flows = 10000;
/dpdk/app/test-pmd/
H A Dcmdline_flow.c2889 args.table.attr.nb_flows)),