From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] mk: disable OcteonTx for buggy compilers only on arm64 Date: Sun, 16 Sep 2018 10:04:26 +0200 Message-ID: <25198931.YrEAf2mvR0@xps> References: <20180903093110.3340-1-jerin.jacob@caviumnetworks.com> <8f83474d-2c93-0cbb-8c1a-19dee0909e5b@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, Ferruh Yigit , dev@dpdk.org, xuemingx.zhang@intel.com, pbhagavatula@caviumnetworks.com To: Jerin Jacob Return-path: In-Reply-To: <8f83474d-2c93-0cbb-8c1a-19dee0909e5b@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 03/09/2018 15:32, Ferruh Yigit: > 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 Applied, thanks