From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6C24DA04EF for ; Mon, 1 Jun 2020 12:07:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A6AC71C435; Mon, 1 Jun 2020 12:07:17 +0200 (CEST) Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id E58051C435 for ; Mon, 1 Jun 2020 12:07:16 +0200 (CEST) Received: by mail-wr1-f67.google.com with SMTP id l11so10943369wru.0 for ; Mon, 01 Jun 2020 03:07:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=mfKocxbU4gzkROglbF/vdQ/yGIAzi36VrWXgP0c0RB8=; b=R9f4Oq01zSn7wlzX72bG+3HRuwPph0Xq5EVjoPo1/bMDRwltG2K/zGgYccwRq9Gd7J a/Tzta6T8+R0vwKQPitBO3SgfbVjtg/+V9I16+lAQ9+ufskQT7Wjcafnt1fm9NYOwtkN XnsTnx85Ext33L6zmgjXQFHhq2xcJvATlf+oFrcfcm5YLHgkr0uceyVYj6KIq6Kgg2zk nFjgJA/bxIYHHVcK9kVDYbpPtpchSaBI/rwpAIakQkjh5MpPlJ7M0RIfyyAeKCjiVXRj 3qe5BDc9RrJL1I7ZltMXstHvERY4Y1o7nvqjdLUnoIP/Bu21Owz7LbW/Pf11rqZIohf3 5zGQ== X-Gm-Message-State: AOAM531QHfk/iRV4EMh8xLA/lLmazr+LAQaCtw8N0IFGhG9HK/9FN+ml ccmxzvVWHiCmupeiqyuNbAs= X-Google-Smtp-Source: ABdhPJygpzjEScHSxPyM7WRLLv+c9AR3QW3SLEMeEZiYFv2MoUy0EsUKOYyZ+HQ0RRVzb4klX3WDPg== X-Received: by 2002:a5d:49c4:: with SMTP id t4mr20606468wrs.127.1591006036488; Mon, 01 Jun 2020 03:07:16 -0700 (PDT) Received: from localhost ([2a01:4b00:f419:6f00:7a8e:ed70:5c52:ea3]) by smtp.gmail.com with ESMTPSA id l17sm12241351wmi.16.2020.06.01.03.07.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 01 Jun 2020 03:07:15 -0700 (PDT) Message-ID: <652e8efbfbefc802ae148ef869a2ef11ff4f0939.camel@debian.org> From: Luca Boccassi To: Ori Kam , David Christensen , Beilei Xing , Qi Zhang , Matan Azrad , Shahaf Shuler , Viacheslav Ovsiienko , Maxime Coquelin , Tiwei Bie , Zhihong Wang Cc: stable@dpdk.org Date: Mon, 01 Jun 2020 11:07:15 +0100 In-Reply-To: <1590939369-60764-1-git-send-email-orika@mellanox.com> References: <1590939369-60764-1-git-send-email-orika@mellanox.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH 19.11] eal/ppc: fix bool type after altivec include X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Sun, 2020-05-31 at 15:36 +0000, Ori Kam wrote: > [ upstream commit f5bf02df3145f95b1ee8ed9dee67f4222ac42c8c ] >=20 > The AltiVec header file breaks boolean type. [1] [2] >=20 > Currently the workaround was located only in mlx5 device. > Adding the trace module caused this issue to appear again, due to > order of includes, it keeps overriding the local fix. >=20 > This patch solves this issue by resetting the bool type, immediately > after it is being changed. >=20 > [1] https://mails.dpdk.org/archives/dev/2018-August/110281.html This patch breaks all ppc64 builds: [ 136s] In file included from /home/abuild/rpmbuild/BUILD/dpdk-1591003733.= 2dff15dd5/lib/librte_eal/common/eal_common_options.c:27: [ 136s] /home/abuild/rpmbuild/BUILD/dpdk-1591003733.2dff15dd5/ppc_64-power= 8-linux-gcc/include/rte_memcpy.h:12:10: fatal error: rte_altivec.h: No such= file or directory [ 136s] #include "rte_altivec.h" --=20 Kind regards, Luca Boccassi