From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 9D8C09E7 for ; Fri, 10 Feb 2017 11:00:34 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP; 10 Feb 2017 02:00:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,140,1484035200"; d="scan'208";a="63077721" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga005.jf.intel.com with ESMTP; 10 Feb 2017 02:00:32 -0800 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.230]) by irsmsx110.ger.corp.intel.com ([169.254.15.101]) with mapi id 14.03.0248.002; Fri, 10 Feb 2017 10:00:31 +0000 From: "Van Haaren, Harry" To: Nipun Gupta , "dev@dpdk.org" CC: "hemant.agrawal@nxp.com" , "jerin.jacob@caviumnetworks.com" , "Richardson, Bruce" , "Eads, Gage" Thread-Topic: [PATCH v2] eventdev: amend timeout criteria comment for burst dequeue Thread-Index: AQHSg4JyaXCEX6pMmUyDbf1Zdu303KFiAJlA Date: Fri, 10 Feb 2017 10:00:31 +0000 Message-ID: References: <1486739073-10846-1-git-send-email-nipun.gupta@nxp.com> <1486741669-17906-1-git-send-email-nipun.gupta@nxp.com> In-Reply-To: <1486741669-17906-1-git-send-email-nipun.gupta@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTJkYjA4MzItMGY3My00OWEyLTliYjYtNGI1NjAzNDFiNTFhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InZ2WUVUMWlMNG5mTk9jTitwcmFGaTcwUHMwem5GZkpobWhrQkNHeU1Qazg9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] eventdev: amend timeout criteria comment for burst dequeue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2017 10:00:35 -0000 > -----Original Message----- > From: Nipun Gupta [mailto:nipun.gupta@nxp.com] > Sent: Friday, February 10, 2017 3:48 PM > To: dev@dpdk.org > Cc: hemant.agrawal@nxp.com; jerin.jacob@caviumnetworks.com; Richardson, B= ruce > ; Eads, Gage ; Van Haare= n, Harry > ; Nipun Gupta > Subject: [PATCH v2] eventdev: amend timeout criteria comment for burst de= queue >=20 > Signed-off-by: Nipun Gupta Comment inline > --- > Changes for v2: > - Fix errors reported by check-git-log.sh >=20 > lib/librte_eventdev/rte_eventdev.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/lib/librte_eventdev/rte_eventdev.h b/lib/librte_eventdev/rte= _eventdev.h > index c2f9310..49a4739 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. > + * atleast one event is available or *timeout_ticks* time. at least should have a space between the words. Send v3 with Acked-by: Harry van Haaren > * 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