Searched refs:null_conf (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_pmd_ring.c | 25 struct rte_eth_conf null_conf; in test_ethdev_configure_port() local 29 memset(&null_conf, 0, sizeof(struct rte_eth_conf)); in test_ethdev_configure_port() 31 if (rte_eth_dev_configure(port, 1, 2, &null_conf) < 0) { in test_ethdev_configure_port() 37 if (rte_eth_dev_configure(port, 1, 1, &null_conf) < 0) { in test_ethdev_configure_port() 227 struct rte_eth_conf null_conf; in test_pmd_ring_pair_create_attach() local 230 memset(&null_conf, 0, sizeof(struct rte_eth_conf)); in test_pmd_ring_pair_create_attach() 232 if ((rte_eth_dev_configure(rxtx_portd, 1, 1, &null_conf) < 0) in test_pmd_ring_pair_create_attach() 234 &null_conf) < 0)) { in test_pmd_ring_pair_create_attach()
|