From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id C7BE68E76 for ; Tue, 17 Apr 2018 14:13:37 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0ECBC406E8B9; Tue, 17 Apr 2018 12:13:37 +0000 (UTC) Received: from [10.36.112.51] (ovpn-112-51.ams2.redhat.com [10.36.112.51]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3FBF97C41; Tue, 17 Apr 2018 12:13:36 +0000 (UTC) To: "Rybalchenko, Kirill" , Hemant Agrawal Cc: "dev@dpdk.org" References: <696B43C21188DF4F9C9091AAE4789B824E2E4910@IRSMSX108.ger.corp.intel.com> From: Maxime Coquelin Message-ID: <1b1fb4b6-2656-b4de-602f-a4dc5efd0a1c@redhat.com> Date: Tue, 17 Apr 2018 14:13:34 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <696B43C21188DF4F9C9091AAE4789B824E2E4910@IRSMSX108.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.7]); Tue, 17 Apr 2018 12:13:37 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.7]); Tue, 17 Apr 2018 12:13:37 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'maxime.coquelin@redhat.com' RCPT:'' Subject: Re: [dpdk-dev] bus/fslmc: add QBMAN driver to bus patch problem 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, 17 Apr 2018 12:13:38 -0000 Hi Hemant On 03/29/2018 01:48 PM, Rybalchenko, Kirill wrote: > Hello Hemant, > I found that a number of patches submitted for 18.05 release fail in compilation: > > Failed Build #1: > OS: CentOS7_64 > Target: x86_64-native-linuxapp-clang > In file included from /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/qbman_portal.c:7: > In file included from /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/qbman_portal.h:7: > In file included from /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/qbman_sys.h:21: > In file included from /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/qbman_sys_decl.h:7: > /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/include/fsl_qbman_base.h:9:19: error: redefinition of typedef 'dma_addr_t' is a C11 feature [-Werror,-Wtypedef-redefinition] > typedef uint64_t dma_addr_t; > ^ > /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/include/compat.h:35:18: note: previous definition is here > typedef uint64_t dma_addr_t; > > This failure caused by patch "bus/fslmc: add QBMAN driver to bus" > commit > 531b17a780dc5f486e8be8d82d1ccd077ea25f14 > from Apr 11 2017 > > Could you please have a look to your patch? Did you find time to have a look at it? It breaks automated clang builds, so this is quite annoying. My clang version: clang version 3.4.2 (tags/RELEASE_34/dot2-final) Thanks in advance, Maxime > Thanks, > Kirill Rybalchenko. > >