Home
last modified time | relevance | path

Searched refs:servicing_weight (Results 1 – 5 of 5) sorted by relevance

/dpdk/app/test/
H A Dtest_event_eth_rx_adapter.c470 queue_config.servicing_weight = 1; in adapter_queue_event_buf_test()
526 queue_config.servicing_weight = 1; in adapter_queue_stats_test()
660 queue_config.servicing_weight = 1; in adapter_queue_add_del()
739 queue_config.servicing_weight = 1; in adapter_multi_eth_add_del()
819 queue_config.servicing_weight = 0; in adapter_intr_queue_add_del()
830 queue_config.servicing_weight = 0; in adapter_intr_queue_add_del()
852 queue_config.servicing_weight = 0; in adapter_intr_queue_add_del()
860 queue_config.servicing_weight = 1; in adapter_intr_queue_add_del()
906 queue_config.servicing_weight = 1; in adapter_start_stop()
/dpdk/doc/guides/prog_guide/
H A Devent_ethernet_rx_adapter.rst82 servicing_weight member of the struct rte_event_eth_rx_adapter_queue_conf
96 queue_config.servicing_weight = 1;
188 The servicing_weight member of struct rte_event_eth_rx_adapter_queue_conf
191 using the ``rte_eth_dev_configure()`` function and then use a servicing_weight
/dpdk/lib/eventdev/
H A Drte_event_eth_rx_adapter.h155 uint16_t servicing_weight; member
H A Drte_event_eth_rx_adapter.c2032 queue_info->wt = conf->servicing_weight; in rxa_add_queue()
2152 if (queue_conf->servicing_weight == 0) { in rxa_sw_add()
2158 temp_conf.servicing_weight = 1; in rxa_sw_add()
2162 if (queue_conf->servicing_weight == 0 && in rxa_sw_add()
2175 wt = queue_conf->servicing_weight; in rxa_sw_add()
2190 queue_conf->servicing_weight, in rxa_sw_add()
3262 queue_conf->servicing_weight = queue_info->wt; in rte_event_eth_rx_adapter_queue_conf_get()
3412 RXA_ADD_DICT(queue_conf, servicing_weight); in handle_rxa_get_queue_conf()
H A Deventdev_trace.h132 rte_trace_point_emit_u16(queue_conf->servicing_weight);