From 7bf3729c5f8060cf850337825fa52c62c57dbb83 Mon Sep 17 00:00:00 2001 From: Nipun Gupta Date: Fri, 10 Feb 2017 21:56:50 +0530 Subject: [PATCH] eventdev: amend timeout criteria comment for burst dequeue Signed-off-by: Nipun Gupta Acked-by: Harry van Haaren --- lib/librte_eventdev/rte_eventdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eventdev/rte_eventdev.h b/lib/librte_eventdev/rte_eventdev.h index 707398782b..e2fdf720cd 100644 --- a/lib/librte_eventdev/rte_eventdev.h +++ b/lib/librte_eventdev/rte_eventdev.h @@ -1218,7 +1218,7 @@ rte_event_dequeue_timeout_ticks(uint8_t dev_id, uint64_t ns, * - 0 no-wait, returns immediately if there is no event. * - >0 wait for the event, if the device is configured with * RTE_EVENT_DEV_CFG_PER_DEQUEUE_TIMEOUT then this function will wait until - * the event available or *timeout_ticks* time. + * at least one event is available or *timeout_ticks* time. * if the device is not configured with RTE_EVENT_DEV_CFG_PER_DEQUEUE_TIMEOUT * then this function will wait until the event available or * *dequeue_timeout_ns* ns which was previously supplied to -- 2.20.1