From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radu Nicolau Subject: Re: [PATCH v3] examples/l3fw-power: do not exit on power lib init failure Date: Tue, 7 Aug 2018 17:50:20 +0100 Message-ID: References: <1531921784-10578-1-git-send-email-radu.nicolau@intel.com> <1533648284-16224-1-git-send-email-radu.nicolau@intel.com> <1a6d5cf7-0a8a-be5d-6147-373b94599535@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: lei.a.yao@intel.com, pablo.de.lara.guarch@intel.com To: "Hunt, David" , dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 9FC2D2C5 for ; Tue, 7 Aug 2018 18:50:23 +0200 (CEST) In-Reply-To: <1a6d5cf7-0a8a-be5d-6147-373b94599535@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 8/7/2018 4:45 PM, Hunt, David wrote: > On 7/8/2018 2:24 PM, Radu Nicolau wrote: >> Do not exit the application if power library fails to initialize >> or high performance cores configuration cannot be used - this was the >> behavior of the application before the patch that added the high/regular >> performance option and also this is the normally expected behavior, the >> application can be used with no power options, i.e. test framework. >> >> Fixes: f88e7c175a68 ("examples/l3fwd-power: add high/regular perf >> cores options") >> >> Signed-off-by: Radu Nicolau >> --- > >  Acked-by: David Hunt After further internal discussions we will revise the behavior of the app when exiting due to failed init. We will try to get a new patch for 18.11.