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

Function reconfig

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

Source from the content-addressed store, hash-verified

1822
1823
1824void
1825reconfig(portid_t new_port_id, unsigned socket_id)
1826{
1827 /* Reconfiguration of Ethernet ports. */
1828 init_config_port_offloads(new_port_id, socket_id);
1829 init_port_config();
1830}
1831
1832int
1833init_fwd_streams(void)

Callers 2

setup_attached_portFunction · 0.85

Calls 2

init_port_configFunction · 0.85

Tested by

no test coverage detected