From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH 1/2] event/sw: code refractor to reduce the fetch stall Date: Mon, 2 Apr 2018 13:36:44 +0530 Message-ID: <20180402080643.GC7280@jerin> References: <1519932900-10571-1-git-send-email-vipin.varghese@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, harry.van.haaren@intel.com To: Vipin Varghese Return-path: Received: from NAM03-CO1-obe.outbound.protection.outlook.com (mail-co1nam03on0079.outbound.protection.outlook.com [104.47.40.79]) by dpdk.org (Postfix) with ESMTP id AB0CC7292 for ; Mon, 2 Apr 2018 10:07:11 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1519932900-10571-1-git-send-email-vipin.varghese@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" -----Original Message----- > Date: Fri, 2 Mar 2018 01:04:59 +0530 > From: Vipin Varghese > To: dev@dpdk.org, harry.van.haaren@intel.com > CC: Vipin Varghese > Subject: [dpdk-dev] [PATCH 1/2] event/sw: code refractor to reduce the > fetch stall > X-Mailer: git-send-email 2.7.4 > > With rearranging the code to prefetch the contents before > loop check increases performance from single and multistage > atomic pipeline. > > Signed-off-by: Vipin Varghese Harry, Can you review this patches(1/1 and 1/2)so that I can include it in RC1 pull request.