From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: [PATCH 0/5] ARMv8: enable DPAA-X driver compilation Date: Thu, 25 Jan 2018 15:23:26 +0530 Message-ID: <1516874011-8760-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain Cc: To: Return-path: Received: from NAM02-BL2-obe.outbound.protection.outlook.com (mail-bl2nam02on0051.outbound.protection.outlook.com [104.47.38.51]) by dpdk.org (Postfix) with ESMTP id BF3AB7CD8 for ; Thu, 25 Jan 2018 12:03:21 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patchset enables DPAA drivers compilation for ARM targets. This also includes patches to fix the DPAA compilation for clang compiler. Note that the dpaa(x) specific config files are still preserved to continue customer support. They also contain some of the ARM performance tuning flags. e.g the default ARM cache size of 128 is not optimal for NXP platforms. However, these configs will be cleaned up and eventually be removed once a dynamic mechanisms are developed to detect the performance settings. Hemant Agrawal (5): bus/dpaa: fix compilation warnings with clang bus/dpaa: fix unused function warning with clang crypto/dpaa2_sec: fix enum conversion for GCM crypto/dpaa_sec: fix enum conversion for GCM config: enable dpaaX drivers compilation for ARMv8 config/common_armv8a_linuxapp | 58 +++++++++++++++++++++++++++++ drivers/bus/dpaa/base/fman/fman.c | 2 +- drivers/bus/dpaa/base/fman/netcfg_layer.c | 16 -------- drivers/bus/dpaa/dpaa_bus.c | 6 --- drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 2 +- drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h | 1 + drivers/crypto/dpaa_sec/dpaa_sec.h | 2 +- 7 files changed, 62 insertions(+), 25 deletions(-) -- 2.7.4