From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v3] eventdev: amend timeout criteria comment for burst dequeue Date: Mon, 6 Mar 2017 18:52:04 +0530 Message-ID: <20170306132203.GA7006@localhost.localdomain> References: <1486739073-10846-1-git-send-email-nipun.gupta@nxp.com> <1486744010-22933-1-git-send-email-nipun.gupta@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, hemant.agrawal@nxp.com, bruce.richardson@intel.com, gage.eads@intel.com, harry.van.haaren@intel.com To: Nipun Gupta Return-path: Received: from NAM01-BN3-obe.outbound.protection.outlook.com (mail-bn3nam01on0059.outbound.protection.outlook.com [104.47.33.59]) by dpdk.org (Postfix) with ESMTP id C6B21952 for ; Mon, 6 Mar 2017 14:22:22 +0100 (CET) Content-Disposition: inline In-Reply-To: <1486744010-22933-1-git-send-email-nipun.gupta@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Feb 10, 2017 at 09:56:50PM +0530, Nipun Gupta wrote: > Signed-off-by: Nipun Gupta > Acked-by: Harry van Haaren Applied to dpdk-next-eventdev/master. Thanks. > --- > 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 >