| 975 | } |
| 976 | |
| 977 | int |
| 978 | rte_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 | |
| 985 | int |
| 986 | rte_event_port_profile_links_set(uint8_t dev_id, uint8_t port_id, const uint8_t queues[], |