From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/l3fwd-power: fix prog exit on ini pwr lib Date: Wed, 14 Nov 2018 04:40:21 +0100 Message-ID: <18144576.qg1naEaOEE@xps> References: <1541599750-18432-1-git-send-email-motih@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Hunt, David" , "radu.nicolau@intel.com" To: Mordechay Haimovsky Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 2D0A65424 for ; Wed, 14 Nov 2018 04:40:24 +0100 (CET) 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" 07/11/2018 15:21, Hunt, David: > Hi Mordechay, > > On 7/11/2018 2:09 PM, Mordechay Haimovsky wrote: > > This patch replaces the rte_exit routine with error printing when > > init_power_library() fails and by that restores the previous behavior > > of the program (which was to issue an error message and continue > > working if init_power_library fails). This allows the user to still > > experience the Rx interrupts feature of the DPDK demonstrated in > > this program. > > > > Fixes: f88e7c175a68 ("examples/l3fwd-power: add high/regular perf cores options") > > Cc: radu.nicolau@intel.com > > > > Signed-off-by: Moti Haimovsky > > Acked-by: David Hunt Applied, thanks