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: Thu, 5 Apr 2018 14:23:11 +0530 Message-ID: <20180405085310.GB2674@jerin> References: <1522927443-13796-1-git-send-email-vipin.varghese@intel.com> <1522907790-484-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-co1nam03on0063.outbound.protection.outlook.com [104.47.40.63]) by dpdk.org (Postfix) with ESMTP id 115CE1C9CB for ; Thu, 5 Apr 2018 10:53:33 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1522907790-484-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: 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. >