Home
last modified time | relevance | path

Searched refs:rte_eth_dev_rss_hash_conf_get (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map39 rte_eth_dev_rss_hash_conf_get;
H A Drte_ethdev.h4023 rte_eth_dev_rss_hash_conf_get(uint16_t port_id,
H A Drte_ethdev.c3850 rte_eth_dev_rss_hash_conf_get(uint16_t port_id, in rte_eth_dev_rss_hash_conf_get() function
/f-stack/dpdk/app/test/
H A Dtest_link_bonding_rssconf.c357 retval = rte_eth_dev_rss_hash_conf_get(port->port_id, in test_propagate()
398 retval = rte_eth_dev_rss_hash_conf_get(port->port_id, in test_propagate()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec.c296 ret = rte_eth_dev_rss_hash_conf_get(sa->portid, in create_inline_session()
/f-stack/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst93 * Check the RSS configuration ``rte_eth_dev_rss_hash_conf_get`` if the
/f-stack/dpdk/doc/guides/nics/
H A Dfeatures.rst321 ``rte_eth_dev_rss_hash_conf_get()``.
/f-stack/dpdk/app/proc-info/
H A Dmain.c848 ret = rte_eth_dev_rss_hash_conf_get(i, &rss_conf); in show_port()
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c2998 diag = rte_eth_dev_rss_hash_conf_get(port_id, &rss_conf); in port_rss_hash_conf_show()
3047 diag = rte_eth_dev_rss_hash_conf_get(port_id, &rss_conf); in port_rss_hash_key_update()
H A Dtestpmd.c3631 rc = rte_eth_dev_rss_hash_conf_get(pid, &rss_conf); in get_eth_dcb_conf()