Home
last modified time | relevance | path

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

/dpdk/examples/qos_sched/
H A Dargs.c211 struct flow_conf *pconf; in app_parse_flow_conf() local
219 pconf = &qos_conf[nb_pfc]; in app_parse_flow_conf()
221 pconf->rx_port = vals[0]; in app_parse_flow_conf()
222 pconf->tx_port = vals[1]; in app_parse_flow_conf()
228 pconf->tx_core = pconf->wt_core; in app_parse_flow_conf()
230 if (pconf->rx_core == pconf->wt_core) { in app_parse_flow_conf()
237 nb_pfc, pconf->rx_port); in app_parse_flow_conf()
242 nb_pfc, pconf->tx_port); in app_parse_flow_conf()
246 mask = 1lu << pconf->rx_port; in app_parse_flow_conf()
249 nb_pfc, pconf->rx_port); in app_parse_flow_conf()
[all …]
/dpdk/app/test/
H A Dtest_eventdev.c393 struct rte_event_port_conf pconf; in test_eventdev_queue_attr_priority_runtime() local
715 struct rte_event_port_conf pconf; in test_eventdev_port_default_conf_get() local
731 &pconf); in test_eventdev_port_default_conf_get()
743 struct rte_event_port_conf pconf; in test_eventdev_port_setup() local
771 pconf.event_port_cfg = 0; in test_eventdev_port_setup()
775 &pconf); in test_eventdev_port_setup()
802 struct rte_event_port_conf pconf; in test_eventdev_port_attr_dequeue_depth() local
816 TEST_ASSERT_EQUAL(value, pconf.dequeue_depth, in test_eventdev_port_attr_dequeue_depth()
827 struct rte_event_port_conf pconf; in test_eventdev_port_attr_enqueue_depth() local
841 TEST_ASSERT_EQUAL(value, pconf.enqueue_depth, in test_eventdev_port_attr_enqueue_depth()
[all …]
H A Dsample_packet_forward.c25 struct rte_eth_conf pconf; in test_dev_start() local
27 memset(&pconf, 0, sizeof(pconf)); in test_dev_start()
29 rc = rte_eth_dev_configure(port, NUM_QUEUES, NUM_QUEUES, &pconf); in test_dev_start()