[dpdk-dev] [PATCH v3] eventdev: amend timeout criteria comment for burst dequeue
Nipun Gupta
nipun.gupta at nxp.com
Fri Feb 10 17:26:50 CET 2017
Signed-off-by: Nipun Gupta <nipun.gupta at nxp.com>
Acked-by: Harry van Haaren <harry.van.haaren at intel.com>
---
Changes for v2:
- Fix errors reported by check-git-log.sh
Changes for v3:
- Corrected comment's language
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 c2f9310..29f0f46 100644
--- a/lib/librte_eventdev/rte_eventdev.h
+++ b/lib/librte_eventdev/rte_eventdev.h
@@ -1216,7 +1216,7 @@ struct rte_eventdev {
* - 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
--
1.9.1
More information about the dev
mailing list