MCPcopy Create free account
hub / github.com/F-Stack/f-stack / eth_dev_configure_mp

Function eth_dev_configure_mp

dpdk/app/test-pmd/testpmd.c:594–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592}
593
594static int
595eth_dev_configure_mp(uint16_t port_id, uint16_t nb_rx_q, uint16_t nb_tx_q,
596 const struct rte_eth_conf *dev_conf)
597{
598 if (is_proc_primary())
599 return rte_eth_dev_configure(port_id, nb_rx_q, nb_tx_q,
600 dev_conf);
601 return 0;
602}
603
604static int
605change_bonding_member_port_status(portid_t bond_pid, bool is_stop)

Callers 1

start_portFunction · 0.85

Calls 2

is_proc_primaryFunction · 0.85
rte_eth_dev_configureFunction · 0.85

Tested by

no test coverage detected