[dpdk-dev] [PATCH 17/22] event/dlb2: add eventdev stop and close
Eads, Gage
gage.eads at intel.com
Wed Oct 7 23:21:22 CEST 2020
> +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
More information about the dev
mailing list