Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_link_bonding.c241 char pmd_name[RTE_ETH_NAME_MAX_LEN]; in test_setup() local
245 snprintf(pmd_name, RTE_ETH_NAME_MAX_LEN, "eth_virt_%d", i); in test_setup()
247 test_params->slave_port_ids[i] = virtual_ethdev_create(pmd_name, in test_setup()
250 "Failed to create virtual virtual ethdev %s", pmd_name); in test_setup()
254 "Failed to configure virtual ethdev %s", pmd_name); in test_setup()
449 char pmd_name[RTE_ETH_NAME_MAX_LEN]; in test_add_already_bonded_slave_to_bonded_device() local
933 char pmd_name[RTE_ETH_NAME_MAX_LEN]; in test_set_bonded_port_initialization_mac_assignment() local
938 snprintf(pmd_name, RTE_ETH_NAME_MAX_LEN, in test_set_bonded_port_initialization_mac_assignment()
941 slave_port_ids[i] = virtual_ethdev_create(pmd_name, in test_set_bonded_port_initialization_mac_assignment()
946 pmd_name); in test_set_bonded_port_initialization_mac_assignment()
[all …]
H A Dtest_cryptodev.c16186 run_cryptodev_testsuite(const char *pmd_name) in run_cryptodev_testsuite() argument
16229 gbl_driver_id = rte_cryptodev_driver_id_get(pmd_name); in run_cryptodev_testsuite()
16232 RTE_LOG(ERR, USER1, "%s PMD must be loaded.\n", pmd_name); in run_cryptodev_testsuite()
16255 driver_id = rte_cryptodev_driver_id_get(pmd_name); in require_feature_flag()
16257 RTE_LOG(WARNING, USER1, "%s PMD must be loaded.\n", pmd_name); in require_feature_flag()
16546 ret = require_feature_flag(pmd_name, RTE_CRYPTODEV_FF_SYM_RAW_DP, in test_cryptodev_qat_raw_api()
16552 ret = run_cryptodev_testsuite(pmd_name); in test_cryptodev_qat_raw_api()
16576 ret = require_feature_flag(pmd_name, RTE_CRYPTODEV_FF_SYM_RAW_DP, in test_cryptodev_dpaa2_sec_raw_api()
16582 ret = run_cryptodev_testsuite(pmd_name); in test_cryptodev_dpaa2_sec_raw_api()
16594 ret = require_feature_flag(pmd_name, RTE_CRYPTODEV_FF_SYM_RAW_DP, in test_cryptodev_dpaa_sec_raw_api()
[all …]
/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst47 rte_vdev_init("<pmd_name>","socket_id=0")