Home
last modified time | relevance | path

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

12

/f-stack/dpdk/drivers/event/octeontx/
H A Dssovf_evdev.c32 uint32_t max_num_events; member
149 dev_info->max_num_events = edev->max_num_events; in ssovf_info_get()
219 port_conf->new_event_threshold = edev->max_num_events; in ssovf_port_def_conf()
848 edev->max_num_events = info.max_num_events; in ssovf_vdev_probe()
849 edev->available_events = info.max_num_events; in ssovf_vdev_probe()
854 info.max_num_events); in ssovf_vdev_probe()
H A Dssovf_evdev.h146 int32_t max_num_events; member
H A Dssovf_evdev_selftest.c137 info->max_num_events; in devconf_set_default_sane_values()
168 RTE_TEST_ASSERT(info.max_num_events >= (int32_t)MAX_EVENTS, in _eventdev_setup()
170 info.max_num_events, MAX_EVENTS); in _eventdev_setup()
/f-stack/dpdk/drivers/event/dlb/
H A Ddlb_selftest.c58 config.nb_events_limit = info.max_num_events; in init()
290 config.nb_events_limit = info.max_num_events; in test_single_link()
420 config.nb_events_limit = info.max_num_events; in test_info_get()
486 config.nb_events_limit = info.max_num_events; in test_reconfiguration_link()
814 config.nb_events_limit = info.max_num_events; in test_load_balanced_traffic()
938 config.nb_events_limit = info.max_num_events; in test_directed_traffic()
1072 config.nb_events_limit = info.max_num_events; in test_deferred_sched()
1232 config.nb_events_limit = info.max_num_events; in test_delayed_pop()
H A Ddlb.c62 .max_num_events = DLB_MAX_NUM_LDB_CREDITS,
119 evdev_dlb_default_info.max_num_events = in dlb_hw_query_resources()
278 int *max_num_events = opaque; in set_max_num_events() local
286 ret = dlb_string_to_int(max_num_events, value); in set_max_num_events()
290 if (*max_num_events < 0 || *max_num_events > DLB_MAX_NUM_LDB_CREDITS) { in set_max_num_events()
569 evdev_dlb_default_info.max_num_events += dlb->num_ldb_credits; in dlb_eventdev_info_get()
591 evdev_dlb_default_info.max_num_events = in dlb_eventdev_info_get()
592 RTE_MIN(evdev_dlb_default_info.max_num_events, in dlb_eventdev_info_get()
3905 dlb->max_num_events_override = dlb_args->max_num_events; in dlb_primary_eventdev_probe()
4023 &dlb_args->max_num_events); in dlb_parse_params()
H A Ddlb_priv.h115 int max_num_events; member
/f-stack/dpdk/drivers/event/dlb2/
H A Ddlb2_selftest.c59 config.nb_events_limit = info.max_num_events; in init()
300 config.nb_events_limit = info.max_num_events; in test_single_link()
439 config.nb_events_limit = info.max_num_events; in test_info_get()
509 config.nb_events_limit = info.max_num_events; in test_reconfiguration_link()
837 config.nb_events_limit = info.max_num_events; in test_load_balanced_traffic()
961 config.nb_events_limit = info.max_num_events; in test_directed_traffic()
1095 config.nb_events_limit = info.max_num_events; in test_deferred_sched()
1247 config.nb_events_limit = info.max_num_events; in test_delayed_pop()
H A Ddlb2.c61 .max_num_events = DLB2_MAX_NUM_LDB_CREDITS,
134 evdev_dlb2_default_info.max_num_events = in dlb2_hw_query_resources()
210 int *max_num_events = opaque; in set_max_num_events() local
218 ret = dlb2_string_to_int(max_num_events, value); in set_max_num_events()
222 if (*max_num_events < 0 || *max_num_events > in set_max_num_events()
382 evdev_dlb2_default_info.max_num_events += dlb2->max_ldb_credits; in dlb2_eventdev_info_get()
388 evdev_dlb2_default_info.max_num_events = in dlb2_eventdev_info_get()
389 RTE_MIN(evdev_dlb2_default_info.max_num_events, in dlb2_eventdev_info_get()
3851 dlb2->max_num_events_override = dlb2_args->max_num_events; in dlb2_primary_eventdev_probe()
3975 &dlb2_args->max_num_events); in dlb2_parse_params()
/f-stack/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_generic.c174 if (dev_info.max_num_events < config.nb_events_limit) in setup_eventdev_generic()
175 config.nb_events_limit = dev_info.max_num_events; in setup_eventdev_generic()
424 if (adptr_p_conf.new_event_threshold > dev_info.max_num_events) in init_adapters()
425 adptr_p_conf.new_event_threshold = dev_info.max_num_events; in init_adapters()
H A Dpipeline_worker_tx.c469 if (dev_info.max_num_events < config.nb_events_limit) in setup_eventdev_worker_tx_enq()
470 config.nb_events_limit = dev_info.max_num_events; in setup_eventdev_worker_tx_enq()
753 if (adptr_p_conf.new_event_threshold > dev_info.max_num_events) in init_adapters()
754 adptr_p_conf.new_event_threshold = dev_info.max_num_events; in init_adapters()
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_event_internal_port.c48 if (dev_info.max_num_events < event_d_conf.nb_events_limit) in l3fwd_event_device_setup_internal_port()
49 event_d_conf.nb_events_limit = dev_info.max_num_events; in l3fwd_event_device_setup_internal_port()
H A Dl3fwd_event_generic.c48 if (dev_info.max_num_events < event_d_conf.nb_events_limit) in l3fwd_event_device_setup_generic()
49 event_d_conf.nb_events_limit = dev_info.max_num_events; in l3fwd_event_device_setup_generic()
/f-stack/dpdk/app/test/
H A Dtest_event_eth_tx_adapter.c252 dev_info.max_num_events; in tx_adapter_create()
272 tx_p_conf.new_event_threshold = dev_info.max_num_events; in tx_adapter_create()
298 tx_p_conf.new_event_threshold = dev_info.max_num_events; in tx_adapter_create_free()
511 dev_info.max_num_events; in tx_adapter_service()
H A Dtest_event_eth_rx_adapter.c227 dev_info.max_num_events; in testsuite_setup()
286 dev_info.max_num_events; in testsuite_setup_rx_intr()
383 rx_p_conf.new_event_threshold = dev_info.max_num_events; in adapter_create()
H A Dtest_eventdev.c100 info->max_num_events; in devconf_set_default_sane_values()
125 dev_conf->nb_events_limit = info->max_num_events + 1; in max_events_limit()
545 pconf.new_event_threshold = info.max_num_events + 1; in test_eventdev_port_setup()
549 pconf.new_event_threshold = info.max_num_events; in test_eventdev_port_setup()
H A Dtest_event_timer_adapter.c75 info->max_num_events; in devconf_set_default_sane_values()
88 TEST_ASSERT(info.max_num_events < 0 || in eventdev_setup()
89 info.max_num_events >= (int32_t)MAX_TIMERS, in eventdev_setup()
91 info.max_num_events, MAX_TIMERS); in eventdev_setup()
/f-stack/dpdk/examples/l2fwd-event/
H A Dl2fwd_event_internal_port.c57 if (dev_info.max_num_events < event_d_conf.nb_events_limit) in l2fwd_event_device_setup_internal_port()
58 event_d_conf.nb_events_limit = dev_info.max_num_events; in l2fwd_event_device_setup_internal_port()
H A Dl2fwd_event_generic.c58 if (dev_info.max_num_events < event_d_conf.nb_events_limit) in l2fwd_event_device_setup_generic()
59 event_d_conf.nb_events_limit = dev_info.max_num_events; in l2fwd_event_device_setup_generic()
/f-stack/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev_selftest.c104 info->max_num_events; in devconf_set_default_sane_values()
135 RTE_TEST_ASSERT(info.max_num_events >= (int32_t)MAX_EVENTS, in _eventdev_setup()
137 info.max_num_events, MAX_EVENTS); in _eventdev_setup()
/f-stack/dpdk/app/test-eventdev/
H A Devt_common.h183 .nb_events_limit = info.max_num_events, in evt_configure_eventdev()
H A Dtest_perf_atq.c206 .new_event_threshold = dev_info.max_num_events, in perf_atq_eventdev_setup()
H A Dtest_perf_queue.c221 .new_event_threshold = dev_info.max_num_events, in perf_queue_eventdev_setup()
H A Dtest_order_common.c346 .new_event_threshold = dev_info.max_num_events, in order_event_dev_port_setup()
/f-stack/dpdk/doc/guides/eventdevs/
H A Ddlb.rst199 max_num_events reported by rte_event_dev_info_get():
203 --vdev=dlb1_event,max_num_events=<value>
205 By default, max_num_events is reported as the total available load-balanced
209 reported max_num_events.
H A Ddlb2.rst190 max_num_events reported by rte_event_dev_info_get():
194 --vdev=dlb1_event,max_num_events=<value>
196 By default, max_num_events is reported as the total available load-balanced
200 reported max_num_events.

12