From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Aug 2018 08:45:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,455,1526367600"; d="scan'208";a="222673790" Received: from dhunt5-mobl2.ger.corp.intel.com (HELO [10.237.221.34]) ([10.237.221.34]) by orsmga004.jf.intel.com with ESMTP; 07 Aug 2018 08:45:37 -0700 To: Radu Nicolau , dev@dpdk.org Cc: lei.a.yao@intel.com, pablo.de.lara.guarch@intel.com References: <1531921784-10578-1-git-send-email-radu.nicolau@intel.com> <1533648284-16224-1-git-send-email-radu.nicolau@intel.com> From: "Hunt, David" Message-ID: <1a6d5cf7-0a8a-be5d-6147-373b94599535@intel.com> Date: Tue, 7 Aug 2018 16:45:36 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1533648284-16224-1-git-send-email-radu.nicolau@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v3] examples/l3fw-power: do not exit on power lib init failure X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2018 15:45:42 -0000 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