Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_event_eth_tx_adapter.c228 struct rte_event_port_conf tx_p_conf; in tx_adapter_create() local
244 memset(&tx_p_conf, 0, sizeof(tx_p_conf)); in tx_adapter_create()
272 tx_p_conf.new_event_threshold = dev_info.max_num_events; in tx_adapter_create()
273 tx_p_conf.dequeue_depth = dev_info.max_event_port_dequeue_depth; in tx_adapter_create()
274 tx_p_conf.enqueue_depth = dev_info.max_event_port_enqueue_depth; in tx_adapter_create()
276 &tx_p_conf); in tx_adapter_create()
293 struct rte_event_port_conf tx_p_conf; in tx_adapter_create_free() local
298 tx_p_conf.new_event_threshold = dev_info.max_num_events; in tx_adapter_create_free()
299 tx_p_conf.dequeue_depth = dev_info.max_event_port_dequeue_depth; in tx_adapter_create_free()
307 &tx_p_conf); in tx_adapter_create_free()
[all …]
/f-stack/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);