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 89BFAA00BE; Tue, 28 Apr 2020 17:04:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2322C1D5F3; Tue, 28 Apr 2020 17:04:33 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id DD1AE1D5D0 for ; Tue, 28 Apr 2020 17:04:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1588086271; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0G6tWBiH4fX8DOF1SGY25eHEFKU5VF6IBRFNuMwsItA=; b=DqIFv5sBB+oF7cxmGfmliRbAKda2HJTMNKrNUDzZXCp5Y0b8MkKsJkV0I1lyuhHMEgyqYG ReYJAEb1FnyTC90IgLyPZsSnkl1BbHv9Z1da4llVyJFMJnOMIs6qNTRfgeIyL2n7htU7t9 BEZYKzBK2QJptS39QkNUshVj/JWfZJU= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-42-_cqGduuwMu6ruTi3yBeYMw-1; Tue, 28 Apr 2020 11:04:13 -0400 X-MC-Unique: _cqGduuwMu6ruTi3yBeYMw-1 Received: by mail-vk1-f200.google.com with SMTP id s81so2740198vkb.16 for ; Tue, 28 Apr 2020 08:04:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=x0eijB5cB2n+15F+AB6VbyDHxxSyp23SK3xp4hE75dc=; b=NKjlrNLJuoOwliKevNAXnkPEOYvM1gxuOftGcINDmDF9+hmtQzhv4LpiWLwN9IZPug KkESiV3im6oJJ8JYAYIN7XeQVuMx9l+3FfJSsNN6V2MU0QhlgxHqlmuU4oR+aerKAtV7 4/fJc+MRyUfSDZqzHINK1OoLGKsjjQJDCCryQ93Z8F1Iq2fPKXuzXk8aH2uyN0fh87lK djmKnX40H0/VtmRzUeER/AtW00oyfAxOemRTyJD3ICzhSIHP1ct4Laj/84tsvkw7SS7j LcIPgCe7rsgePIuqREdLw5UMj9EGcRIjWLm58Ase98q2rvBaDDQnonLDckZtYy8LAF4T 52PA== X-Gm-Message-State: AGi0PuZ+82F8XqOesZEOT4tjwo3vWk26qSG5gpZUka1JWKplDQAYi/qS DNmNSoxk7mvZvNxxbDEorz2tvLfngBAVBhqh/Z3XHI57tYZ7D6adcC9psXmAUDxviXvsTG8dlAJ smw/qXTvGNlDaEtvzSbA= X-Received: by 2002:a67:d817:: with SMTP id e23mr17412215vsj.39.1588086253481; Tue, 28 Apr 2020 08:04:13 -0700 (PDT) X-Google-Smtp-Source: APiQypJKnDkmQyxNEz4ZZCQHZAeUrcy2o10LFeL0DY2YtAtAlVTiQT06lV3H0Dn4dmFaRM+bZ9gx6S7HBYZcZZkWPno= X-Received: by 2002:a67:d817:: with SMTP id e23mr17412184vsj.39.1588086253169; Tue, 28 Apr 2020 08:04:13 -0700 (PDT) MIME-Version: 1.0 References: <20200427215849.116064-1-thinhtr@linux.vnet.ibm.com> In-Reply-To: From: David Marchand Date: Tue, 28 Apr 2020 17:04:01 +0200 Message-ID: To: Thinh Tran Cc: Jerin Jacob , dpdk-dev , David Christensen X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] rte_trace: fix build on PPC64 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Apr 28, 2020 at 5:02 PM Thinh Tran wro= te: > > Agreed, this is not rte_trace issue. Moving to rte_common.h does not > work neither, because altivec.h is included after and redefine bool > This conflict happens on PPC64, I'll create a different patch. Please look at Ori patch. Thanks. http://patchwork.dpdk.org/patch/69426/ --=20 David Marchand