Home
last modified time | relevance | path

Searched refs:rte_eth_dev_rss_hash_update (Results 1 – 9 of 9) sorted by relevance

/dpdk/app/test/
H A Dtest_link_bonding_rssconf.c352 retval = rte_eth_dev_rss_hash_update(test_params.bond_port_id, in test_propagate()
383 retval = rte_eth_dev_rss_hash_update(port->port_id, in test_propagate()
393 retval = rte_eth_dev_rss_hash_update(test_params.bond_port_id, in test_propagate()
/dpdk/lib/ethdev/
H A Dversion.map43 rte_eth_dev_rss_hash_update;
H A Drte_ethdev.h4415 int rte_eth_dev_rss_hash_update(uint16_t port_id,
H A Drte_ethdev.c3942 rte_eth_dev_rss_hash_update(uint16_t port_id, in rte_eth_dev_rss_hash_update() function
/dpdk/doc/guides/nics/
H A Dfeatures.rst307 * **[related] API**: ``rte_eth_dev_rss_hash_update()``,
/dpdk/drivers/net/failsafe/
H A Dfailsafe_ops.c1497 ret = rte_eth_dev_rss_hash_update(PORT_ID(sdev), rss_conf); in fs_rss_hash_update()
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c3147 result = rte_eth_dev_rss_hash_update(internals->slaves[i].port_id, in bond_ethdev_rss_hash_update()
/dpdk/app/test-pmd/
H A Dconfig.c3829 diag = rte_eth_dev_rss_hash_update(port_id, &rss_conf); in port_rss_hash_key_update()
H A Dcmdline.c2289 diag = rte_eth_dev_rss_hash_update(i, &local_rss_conf); in cmd_config_rss_parsed()