Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_link_bonding_rssconf.c81 static struct rte_eth_conf default_pmd_conf = { variable
485 &default_pmd_conf, 0), "Failed to configure bonding device\n"); in test_rss_lazy()
543 retval = configure_ethdev(port->port_id, &default_pmd_conf, 0); in test_setup()
567 &default_pmd_conf, 0), "Failed to configure bonding device\n"); in test_setup()
H A Dtest_link_bonding_mode4.c108 static struct rte_eth_conf default_pmd_conf = { variable
206 TEST_ASSERT(rte_eth_dev_configure(port_id, 1, 1, &default_pmd_conf) == 0, in configure_ethdev()
H A Dtest_link_bonding.c135 static struct rte_eth_conf default_pmd_conf = { variable
177 default_pmd_conf.intr_conf.lsc = 1; in configure_ethdev()
179 default_pmd_conf.intr_conf.lsc = 0; in configure_ethdev()
182 test_params->nb_tx_q, &default_pmd_conf), in configure_ethdev()