Searched refs:rte_eth_dev_rss_hash_update (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_link_bonding_rssconf.c | 350 retval = rte_eth_dev_rss_hash_update(test_params.bond_port_id, in test_propagate() 381 retval = rte_eth_dev_rss_hash_update(port->port_id, in test_propagate() 391 retval = rte_eth_dev_rss_hash_update(test_params.bond_port_id, in test_propagate()
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | version.map | 40 rte_eth_dev_rss_hash_update;
|
| H A D | rte_ethdev.h | 4005 int rte_eth_dev_rss_hash_update(uint16_t port_id,
|
| H A D | rte_ethdev.c | 3820 rte_eth_dev_rss_hash_update(uint16_t port_id, in rte_eth_dev_rss_hash_update() function
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | features.rst | 320 * **[related] API**: ``rte_eth_dev_rss_hash_update()``,
|
| /f-stack/dpdk/drivers/net/failsafe/ |
| H A D | failsafe_ops.c | 1495 ret = rte_eth_dev_rss_hash_update(PORT_ID(sdev), rss_conf); in fs_rss_hash_update()
|
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_pmd.c | 3036 result = rte_eth_dev_rss_hash_update(internals->slaves[i].port_id, in bond_ethdev_rss_hash_update()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | config.c | 3050 diag = rte_eth_dev_rss_hash_update(port_id, &rss_conf); in port_rss_hash_key_update()
|
| H A D | cmdline.c | 2269 diag = rte_eth_dev_rss_hash_update(i, &local_rss_conf); in cmd_config_rss_parsed()
|