From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v3] event/sw: code refractor to reduce the fetch stall Date: Sat, 14 Apr 2018 10:58:14 +0530 Message-ID: <20180414052812.GA8472@jerin> References: <1522927443-13796-1-git-send-email-vipin.varghese@intel.com> <1522907790-484-1-git-send-email-vipin.varghese@intel.com> <20180405085310.GB2674@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" , "Varghese, Vipin" To: "Van Haaren, Harry" Return-path: Received: from NAM02-SN1-obe.outbound.protection.outlook.com (mail-sn1nam02on0065.outbound.protection.outlook.com [104.47.36.65]) by dpdk.org (Postfix) with ESMTP id 16AD41BBCC for ; Sat, 14 Apr 2018 07:28:35 +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: Fri, 13 Apr 2018 16:19:54 +0000 > From: "Van Haaren, Harry" > To: Jerin Jacob > CC: "dev@dpdk.org" , "Varghese, Vipin" > > Subject: RE: [PATCH v3] event/sw: code refractor to reduce the fetch stall > > > From: Jerin Jacob [mailto:jerin.jacob@caviumnetworks.com] > > Sent: Thursday, April 5, 2018 9:53 AM > > To: Varghese, Vipin > > Cc: dev@dpdk.org; Van Haaren, Harry > > Subject: Re: [PATCH v3] event/sw: code refractor to reduce the fetch stall > > > > -----Original Message----- > > > Date: Thu, 5 Apr 2018 11:26:30 +0530 > > > From: Vipin Varghese > > > To: dev@dpdk.org, harry.van.haaren@intel.com > > > CC: jerin.jacob@caviumnetworks.com, Vipin Varghese > > > > > > Subject: [PATCH v3] event/sw: code refractor to reduce the fetch stall > > > X-Mailer: git-send-email 1.9.1 > > > > > > With rearranging the code to prefetch the contents before > > > loop check increases performance from single and multistage > > > atomic pipeline. > > > > > > Signed-off-by: Vipin Varghese > > > Acked-by: Harry van Haaren > > > > Applied to dpdk-next-eventdev/master. Thanks. > > > Hi Jerin, Hi Harry, > > On further investigation into the patch, the performance gains seem to be quite workload dependent. > > Hereby a request to drop this patch from the next-eventdev tree, so that > we can investigate further, and rework / refactor for a future release. Removed from next-eventdev tree and updated status in the patchwork. http://dpdk.org/dev/patchwork/patch/37219/ > > Regards, -Harry