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

Function rte_event_port_link

dpdk/lib/eventdev/rte_eventdev.c:977–983  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

975}
976
977int
978rte_event_port_link(uint8_t dev_id, uint8_t port_id,
979 const uint8_t queues[], const uint8_t priorities[],
980 uint16_t nb_links)
981{
982 return rte_event_port_profile_links_set(dev_id, port_id, queues, priorities, nb_links, 0);
983}
984
985int
986rte_event_port_profile_links_set(uint8_t dev_id, uint8_t port_id, const uint8_t queues[],

Callers 15

octeontx_probeFunction · 0.85
dlb2_drainFunction · 0.85
test_stop_flushFunction · 0.85
test_single_linkFunction · 0.85
test_directed_trafficFunction · 0.85
test_deferred_schedFunction · 0.85
test_delayed_popFunction · 0.85
ordered_basicFunction · 0.85
atomic_basicFunction · 0.85
single_link_w_statsFunction · 0.85

Calls 1

Tested by 15

test_stop_flushFunction · 0.68
test_single_linkFunction · 0.68
test_directed_trafficFunction · 0.68
test_deferred_schedFunction · 0.68
test_delayed_popFunction · 0.68
ordered_basicFunction · 0.68
atomic_basicFunction · 0.68
single_link_w_statsFunction · 0.68
single_linkFunction · 0.68
qid_basicFunction · 0.68