Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_link_bonding.c238 char pmd_name[RTE_ETH_NAME_MAX_LEN]; in test_setup() local
242 snprintf(pmd_name, RTE_ETH_NAME_MAX_LEN, "eth_virt_%d", i); in test_setup()
244 test_params->slave_port_ids[i] = virtual_ethdev_create(pmd_name, in test_setup()
247 "Failed to create virtual virtual ethdev %s", pmd_name); in test_setup()
251 "Failed to configure virtual ethdev %s", pmd_name); in test_setup()
446 char pmd_name[RTE_ETH_NAME_MAX_LEN]; in test_add_already_bonded_slave_to_bonded_device() local
930 char pmd_name[RTE_ETH_NAME_MAX_LEN]; in test_set_bonded_port_initialization_mac_assignment() local
935 snprintf(pmd_name, RTE_ETH_NAME_MAX_LEN, in test_set_bonded_port_initialization_mac_assignment()
938 slave_port_ids[i] = virtual_ethdev_create(pmd_name, in test_set_bonded_port_initialization_mac_assignment()
943 pmd_name); in test_set_bonded_port_initialization_mac_assignment()
[all …]
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst47 rte_vdev_init("<pmd_name>","socket_id=0")