From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B72AC5B2C; Mon, 3 Sep 2018 15:33:05 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Sep 2018 06:33:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,325,1531810800"; d="scan'208";a="260327229" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.56]) ([10.237.221.56]) by fmsmga006.fm.intel.com with ESMTP; 03 Sep 2018 06:32:59 -0700 To: Jerin Jacob , dev@dpdk.org Cc: thomas@monjalon.net, xuemingx.zhang@intel.com, pbhagavatula@caviumnetworks.com, stable@dpdk.org References: <20180903093110.3340-1-jerin.jacob@caviumnetworks.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <8f83474d-2c93-0cbb-8c1a-19dee0909e5b@intel.com> Date: Mon, 3 Sep 2018 14:32:58 +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: <20180903093110.3340-1-jerin.jacob@caviumnetworks.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] mk: disable OcteonTx for buggy compilers only on arm64 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: Mon, 03 Sep 2018 13:33:06 -0000 On 9/3/2018 10:31 AM, Jerin Jacob wrote: > Disable octeontx for gcc 4.8.5 as the compiler is emitting "internal > compiler error" for aarch64. The GCC "internal compiler error" was > observed only for arm64 architecture so disable the PMD only > for arm64. > > Cc: stable@dpdk.org > Fixes: 4f760550a093 ("mk: disable OcteonTx for buggy compilers") > > Signed-off-by: Jerin Jacob Acked-by: Ferruh Yigit