Raw device, northbound API implementation */
| 30 | |
| 31 | /* Raw device, northbound API implementation */ |
| 32 | uint8_t |
| 33 | rte_rawdev_count(void) |
| 34 | { |
| 35 | return rawdev_globals.nb_devs; |
| 36 | } |
| 37 | |
| 38 | uint16_t |
| 39 | rte_rawdev_get_dev_id(const char *name) |
no outgoing calls