From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id A9CC72B9D for ; Thu, 29 Mar 2018 13:48:45 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Mar 2018 04:48:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,376,1517904000"; d="scan'208";a="41751440" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga004.fm.intel.com with ESMTP; 29 Mar 2018 04:48:43 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by IRSMSX103.ger.corp.intel.com ([169.254.3.61]) with mapi id 14.03.0319.002; Thu, 29 Mar 2018 12:48:42 +0100 From: "Rybalchenko, Kirill" To: Hemant Agrawal CC: "dev@dpdk.org" Thread-Topic: bus/fslmc: add QBMAN driver to bus patch problem Thread-Index: AdPHUKPV7pM4aYxnSySsXAh8TpFV4Q== Date: Thu, 29 Mar 2018 11:48:41 +0000 Message-ID: <696B43C21188DF4F9C9091AAE4789B824E2E4910@IRSMSX108.ger.corp.intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2JhMmNlMDYtM2M4ZC00Zjg4LThhYzEtYjk5NmRmMGMwZTQ3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjhlOFVYUVZJbitCYWthd2tMXC84ajNFTURpYk44OXNIZlNnVlAwM3FHY1dBPSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [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: Thu, 29 Mar 2018 11:48:46 -0000 Hello Hemant, I found that a number of patches submitted for 18.05 release fail in compil= ation: Failed Build #1: OS: CentOS7_64 Target: x86_64-native-linuxapp-clang In file included from /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbma= n/qbman_portal.c:7: In file included from /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbma= n/qbman_portal.h:7: In file included from /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbma= n/qbman_sys.h:21: In file included from /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbma= n/qbman_sys_decl.h:7: /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/include/fsl_qbman_ba= se.h:9:19: error: redefinition of typedef 'dma_addr_t' is a C11 feature [-W= error,-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=20 531b17a780dc5f486e8be8d82d1ccd077ea25f14 from Apr 11 2017 Could you please have a look to your patch? Thanks,=20 Kirill Rybalchenko.