From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] event/opdl: rework loops to comply with dpdk style Date: Wed, 24 Jan 2018 18:56:58 +0100 Message-ID: <7526705.a3qLKkoPOQ@xps> References: <1516615450-57525-1-git-send-email-harry.van.haaren@intel.com> <20180122103001.GA9466@sivswdev01.ir.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Liang, Ma" , peter.mccarthy@intel.com To: Harry van Haaren Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 83A482BF3 for ; Wed, 24 Jan 2018 18:57:40 +0100 (CET) In-Reply-To: <20180122103001.GA9466@sivswdev01.ir.intel.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" 22/01/2018 11:30, Liang, Ma: > On 22 Jan 10:04, Harry van Haaren wrote: > > This commit reworks the loop counter variable declarations > > to be in line with the DPDK source code. > > > > Fixes: 3c7f3dcfb099 ("event/opdl: add PMD main body and helper function") > > Fixes: 8ca8e3b48eff ("event/opdl: add event queue config get/set") > > Fixes: d548ef513cd7 ("event/opdl: add unit tests") > > > > Cc: liang.j.ma@intel.com > > Cc: peter.mccarthy@intel.com > > > > Signed-off-by: Harry van Haaren > > > > --- > Many thanks Harry. > > Acked-by: Liang Ma Applied, thanks