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

Function flush_port_owned_resources

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

Source from the content-addressed store, hash-verified

3456}
3457
3458static void
3459flush_port_owned_resources(portid_t pi)
3460{
3461 mcast_addr_pool_destroy(pi);
3462 port_flow_flush(pi);
3463 port_flow_template_table_flush(pi);
3464 port_flow_pattern_template_flush(pi);
3465 port_flow_actions_template_flush(pi);
3466 port_flex_item_flush(pi);
3467 port_action_handle_flush(pi);
3468}
3469
3470static void
3471clear_bonding_member_device(portid_t *member_pids, uint16_t num_members)

Callers 3

close_portFunction · 0.85
detach_deviceFunction · 0.85
detach_devargsFunction · 0.85

Calls 7

mcast_addr_pool_destroyFunction · 0.85
port_flow_flushFunction · 0.85
port_flex_item_flushFunction · 0.85
port_action_handle_flushFunction · 0.85

Tested by

no test coverage detected