| 930 | } |
| 931 | |
| 932 | static int32_t sw_sched_service_func(void *args) |
| 933 | { |
| 934 | struct rte_eventdev *dev = args; |
| 935 | return sw_event_schedule(dev); |
| 936 | } |
| 937 | |
| 938 | static int |
| 939 | sw_probe(struct rte_vdev_device *vdev) |
nothing calls this directly
no test coverage detected