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

Function remove_invalid_ports

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

Source from the content-addressed store, hash-verified

3448}
3449
3450static void
3451remove_invalid_ports(void)
3452{
3453 remove_invalid_ports_in(ports_ids, &nb_ports);
3454 remove_invalid_ports_in(fwd_ports_ids, &nb_fwd_ports);
3455 nb_cfg_ports = nb_fwd_ports;
3456}
3457
3458static void
3459flush_port_owned_resources(portid_t pi)

Callers 3

close_portFunction · 0.85
detach_deviceFunction · 0.85
detach_devargsFunction · 0.85

Calls 1

remove_invalid_ports_inFunction · 0.85

Tested by

no test coverage detected