| /f-stack/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() 135 const uint32_t nb_flows = t->nb_flows;\
|
| 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 | test_perf_common.c | 39 const uint32_t nb_flows = t->nb_flows; in perf_producer() local 61 ev.flow_id = flow_counter++ % nb_flows; in perf_producer() 89 const uint32_t nb_flows = t->nb_flows; in perf_event_timer_producer() local 119 m[i]->tim.ev.flow_id = flow_counter++ % nb_flows; in perf_event_timer_producer() 153 const uint32_t nb_flows = t->nb_flows; in perf_event_timer_producer_burst() local 183 m[i]->tim.ev.flow_id = flow_counter++ % nb_flows; in perf_event_timer_producer_burst() 823 t->nb_flows = opt->nb_flows; in perf_test_setup()
|
| H A D | evt_common.h | 61 uint32_t nb_flows; member 184 .nb_event_queue_flows = opt->nb_flows, in evt_configure_eventdev()
|
| H A D | test_perf_atq.c | 187 .nb_atomic_flows = opt->nb_flows, in perf_atq_eventdev_setup() 188 .nb_atomic_order_sequences = opt->nb_flows, in perf_atq_eventdev_setup()
|
| H A D | test_perf_queue.c | 187 .nb_atomic_flows = opt->nb_flows, in perf_queue_eventdev_setup() 188 .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() 52 ret = parser_read_uint32(&(opt->nb_flows), arg); in evt_parse_nb_flows()
|
| H A D | test_pipeline_atq.c | 325 .nb_atomic_flows = opt->nb_flows, in pipeline_atq_eventdev_setup() 326 .nb_atomic_order_sequences = opt->nb_flows, in pipeline_atq_eventdev_setup()
|
| H A D | evt_options.h | 182 evt_dump("nb_flows", "%d", opt->nb_flows); in evt_dump_nb_flows()
|
| H A D | test_perf_common.h | 52 uint32_t nb_flows; member
|
| H A D | test_pipeline_common.c | 521 t->nb_flows = opt->nb_flows; in pipeline_test_setup()
|
| H A D | test_pipeline_queue.c | 345 .nb_atomic_flows = opt->nb_flows, in pipeline_queue_eventdev_setup() 346 .nb_atomic_order_sequences = opt->nb_flows, in pipeline_queue_eventdev_setup()
|
| H A D | test_pipeline_common.h | 48 uint32_t nb_flows; member
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | testeventdev.rst | 91 * ``--nb_flows <n>`` 229 --nb_flows 292 --nb_flows 382 --nb_flows 483 --nb_flows
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_dv.c | 12517 int nb_flows = 0; in flow_get_aged_flows() local 12526 nb_flows++; in flow_get_aged_flows() 12528 context[nb_flows - 1] = in flow_get_aged_flows() 12535 nb_flows++; in flow_get_aged_flows() 12538 context[nb_flows - 1] = age_param->context; in flow_get_aged_flows() 12545 return nb_flows; in flow_get_aged_flows()
|