From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH 2/2] event/dpaa2: Remove usage of link under evq_info_t structure Date: Wed, 9 May 2018 16:21:25 +0530 Message-ID: <20180509105124.GA3664@jerin> References: <20180509092053.5956-1-shreyansh.jain@nxp.com> <20180509092053.5956-2-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Shreyansh Jain , "dev@dpdk.org" , Ashish Jain , Nipun Gupta To: Hemant Agrawal Return-path: Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0043.outbound.protection.outlook.com [104.47.42.43]) by dpdk.org (Postfix) with ESMTP id 6A5941B024 for ; Wed, 9 May 2018 12:51:47 +0200 (CEST) Content-Disposition: inline In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Wed, 9 May 2018 10:03:33 +0000 > From: Hemant Agrawal > To: Shreyansh Jain , > "jerin.jacob@caviumnetworks.com" > CC: "dev@dpdk.org" , Ashish Jain , Nipun > Gupta > Subject: RE: [PATCH 2/2] event/dpaa2: Remove usage of link under evq_info_t > structure > > > On 5/9/2018 2:50 PM, Shreyansh Jain wrote: > > From: Ashish Jain > > > > Removing use of link data under evq_info_t structure which was > > used to check whether the the associated evq has been linked > > or not. Since, an evq can be linked to multiple event ports, > > thus setting the link variable only allowed the first event > > port to be associated with the evq. This led to huge performance > > drop in case of multiple event ports as I/O only worked on > > first event port associated with the evq. > > > > Fixes: 0ce3ce7c275c ("event/dpaa2: add configuration functions") > > Cc: nipun.gupta@nxp.com > > > > Signed-off-by: Ashish Jain > > --- > Acked-by: Hemant Agrawal CC: stable@dpdk.org Fixed check-git-log.sh errors and Applied this series to dpdk-next-eventdev/master. Thanks.