From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hunt, David" Subject: Re: [PATCH v3] examples/l3fw-power: do not exit on power lib init failure Date: Tue, 7 Aug 2018 16:45:36 +0100 Message-ID: <1a6d5cf7-0a8a-be5d-6147-373b94599535@intel.com> References: <1531921784-10578-1-git-send-email-radu.nicolau@intel.com> <1533648284-16224-1-git-send-email-radu.nicolau@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: Radu Nicolau , dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 655D4235 for ; Tue, 7 Aug 2018 17:45:42 +0200 (CEST) In-Reply-To: <1533648284-16224-1-git-send-email-radu.nicolau@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 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