From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by dpdk.org (Postfix) with ESMTP id AB2801B86A for ; Tue, 15 May 2018 10:28:59 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B0C441435 for ; Tue, 15 May 2018 01:28:58 -0700 (PDT) Received: from net-debian.shanghai.arm.com (net-debian.shanghai.arm.com [10.169.36.53]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 5F1883F25D for ; Tue, 15 May 2018 01:28:58 -0700 (PDT) From: Gavin Hu To: dev@dpdk.org Date: Tue, 15 May 2018 04:28:40 -0400 Message-Id: <1526372924-28411-1-git-send-email-gavin.hu@arm.com> X-Mailer: git-send-email 2.1.4 Subject: [dpdk-dev] [PATCH 0/4] *** fix native clang compiling errors on ARM64 *** 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, 15 May 2018 08:28:59 -0000 *** The patches are for fixing the native clang compiling errors on ARM64 building hosts.*** Gavin Hu (4): app: add LDFLAGS -latomic to link atomic lib Driver/Mellanox: fix PMD compiling issue cryptodev: fix the clang compiling issue ifpgai_rawdev: fix the clang compiling issue drivers/net/mlx5/mlx5_rxtx_vec_neon.h | 12 ++++++------ drivers/raw/ifpga_rawdev/base/ifpga_defines.h | 3 ++- lib/librte_eventdev/rte_event_crypto_adapter.c | 2 +- mk/rte.app.mk | 1 + 4 files changed, 10 insertions(+), 8 deletions(-) -- 2.1.4