Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_event_eth_rx_adapter.c376 struct rte_event_port_conf rx_p_conf; in adapter_create() local
378 memset(&rx_p_conf, 0, sizeof(rx_p_conf)); in adapter_create()
383 rx_p_conf.new_event_threshold = dev_info.max_num_events; in adapter_create()
384 rx_p_conf.dequeue_depth = dev_info.max_event_port_dequeue_depth; in adapter_create()
385 rx_p_conf.enqueue_depth = dev_info.max_event_port_enqueue_depth; in adapter_create()
387 &rx_p_conf); in adapter_create()
404 struct rte_event_port_conf rx_p_conf = { in adapter_create_free() local
415 &rx_p_conf); in adapter_create_free()
419 TEST_DEV_ID, &rx_p_conf); in adapter_create_free()
/f-stack/dpdk/doc/guides/prog_guide/
H A Devent_ethernet_rx_adapter.rst48 struct rte_event_port_conf rx_p_conf;
52 rx_p_conf.new_event_threshold = dev_info.max_num_events;
53 rx_p_conf.dequeue_depth = dev_info.max_event_port_dequeue_depth;
54 rx_p_conf.enqueue_depth = dev_info.max_event_port_enqueue_depth;
55 err = rte_event_eth_rx_adapter_create(id, dev_id, &rx_p_conf);