Home
last modified time | relevance | path

Searched refs:get_eth_conf (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/examples/vmdq/
H A Dmain.c129 get_eth_conf(struct rte_eth_conf *eth_conf, uint32_t num_pools) in get_eth_conf() function
198 retval = get_eth_conf(&port_conf, max_nb_pools); in port_init()
/f-stack/dpdk/examples/vmdq_dcb/
H A Dmain.c134 get_eth_conf(struct rte_eth_conf *eth_conf) in get_eth_conf() function
259 retval = get_eth_conf(&port_conf); in port_init()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvmdq_forwarding.rst109 The get_eth_conf() function fills in an rte_eth_conf structure with the appropriate values,
140 get_eth_conf(struct rte_eth_conf *eth_conf, uint32_t num_pools)
H A Dvmdq_dcb_forwarding.rst143 The get_eth_conf() function fills in an rte_eth_conf structure with the appropriate values,
175 get_eth_conf(struct rte_eth_conf *eth_conf)
/f-stack/dpdk/examples/vhost/
H A Dmain.c203 get_eth_conf(struct rte_eth_conf *eth_conf, uint32_t num_devices) in get_eth_conf() function
266 retval = get_eth_conf(&port_conf, num_devices); in port_init()