> +static void
> +dlb2_eventdev_stop(struct rte_eventdev *dev)
> +{
> + /* FIXME: Handle the case that app threads are waiting in
> + * rte_event_dequeue_burst() (either blocked on interrupt or in umwait,
> + * or waiting with a timeout). Looking into proposing a new function to
> + * wake blocked threads that the app must call before stopping a device.
> + */Leftover FIXME -- otherwise looks good. Thanks, Gage

