Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_event_eth_tx_adapter.c235 struct rte_event_port_conf tx_p_conf; in tx_adapter_create() local
251 memset(&tx_p_conf, 0, sizeof(tx_p_conf)); in tx_adapter_create()
279 tx_p_conf.new_event_threshold = dev_info.max_num_events; in tx_adapter_create()
280 tx_p_conf.dequeue_depth = dev_info.max_event_port_dequeue_depth; in tx_adapter_create()
281 tx_p_conf.enqueue_depth = dev_info.max_event_port_enqueue_depth; in tx_adapter_create()
283 &tx_p_conf); in tx_adapter_create()
300 struct rte_event_port_conf tx_p_conf; in tx_adapter_create_free() local
305 tx_p_conf.new_event_threshold = dev_info.max_num_events; in tx_adapter_create_free()
306 tx_p_conf.dequeue_depth = dev_info.max_event_port_dequeue_depth; in tx_adapter_create_free()
314 &tx_p_conf); in tx_adapter_create_free()
[all …]
/dpdk/doc/guides/prog_guide/
H A Devent_ethernet_tx_adapter.rst49 struct rte_event_port_conf tx_p_conf = {0};
53 tx_p_conf.new_event_threshold = dev_info.max_num_events;
54 tx_p_conf.dequeue_depth = dev_info.max_event_port_dequeue_depth;
55 tx_p_conf.enqueue_depth = dev_info.max_event_port_enqueue_depth;
57 err = rte_event_eth_tx_adapter_create(id, dev_id, &tx_p_conf);