| 667 | } |
| 668 | |
| 669 | static inline int |
| 670 | is_valid_port(struct rte_eventdev *dev, uint8_t port_id) |
| 671 | { |
| 672 | if (port_id < dev->data->nb_ports) |
| 673 | return 1; |
| 674 | else |
| 675 | return 0; |
| 676 | } |
| 677 | |
| 678 | int |
| 679 | rte_event_port_default_conf_get(uint8_t dev_id, uint8_t port_id, |
no outgoing calls
no test coverage detected