Home
last modified time | relevance | path

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

/dpdk/lib/eventdev/
H A Drte_event_eth_rx_adapter.c2141 struct rte_event_eth_rx_adapter_queue_conf temp_conf; in rxa_sw_add() local
2155 temp_conf = *queue_conf; in rxa_sw_add()
2158 temp_conf.servicing_weight = 1; in rxa_sw_add()
2160 queue_conf = &temp_conf; in rxa_sw_add()