From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Aug 2018 09:50:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,455,1526367600"; d="scan'208";a="73481609" Received: from rnicolau-mobl.ger.corp.intel.com (HELO [10.237.221.82]) ([10.237.221.82]) by orsmga003.jf.intel.com with ESMTP; 07 Aug 2018 09:50:21 -0700 To: "Hunt, David" , 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> <1a6d5cf7-0a8a-be5d-6147-373b94599535@intel.com> From: Radu Nicolau Message-ID: Date: Tue, 7 Aug 2018 17:50:20 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <1a6d5cf7-0a8a-be5d-6147-373b94599535@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 16:50:24 -0000 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.