| 1184 | |
| 1185 | |
| 1186 | static int |
| 1187 | dpaa2_eventdev_probe(struct rte_vdev_device *vdev) |
| 1188 | { |
| 1189 | const char *name; |
| 1190 | |
| 1191 | name = rte_vdev_device_name(vdev); |
| 1192 | DPAA2_EVENTDEV_INFO("Initializing %s", name); |
| 1193 | return dpaa2_eventdev_create(name, vdev); |
| 1194 | } |
| 1195 | |
| 1196 | static int |
| 1197 | dpaa2_eventdev_remove(struct rte_vdev_device *vdev) |
nothing calls this directly
no test coverage detected