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

Function rte_event_port_unlink

dpdk/lib/eventdev/rte_eventdev.c:1067–1072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1065}
1066
1067int
1068rte_event_port_unlink(uint8_t dev_id, uint8_t port_id,
1069 uint8_t queues[], uint16_t nb_unlinks)
1070{
1071 return rte_event_port_profile_unlink(dev_id, port_id, queues, nb_unlinks, 0);
1072}
1073
1074int
1075rte_event_port_profile_unlink(uint8_t dev_id, uint8_t port_id, uint8_t queues[],

Callers 14

rte_event_port_setupFunction · 0.85
dlb2_drainFunction · 0.85
test_stop_flushFunction · 0.85
port_single_lb_reconfigFunction · 0.85
unlink_in_progressFunction · 0.85
test_eventdev_unlinkFunction · 0.85

Calls 1

Tested by 11

test_stop_flushFunction · 0.68
port_single_lb_reconfigFunction · 0.68
unlink_in_progressFunction · 0.68
test_eventdev_unlinkFunction · 0.68
test_eventdev_link_getFunction · 0.68