From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: [PATCH 0/8] NXP DPAA2 compilation and runtime fixes Date: Tue, 11 Jul 2017 20:25:51 +0530 Message-ID: <1499784959-8598-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , To: , Return-path: Received: from NAM02-CY1-obe.outbound.protection.outlook.com (mail-cys01nam02on0068.outbound.protection.outlook.com [104.47.37.68]) by dpdk.org (Postfix) with ESMTP id 88D7B3250 for ; Tue, 11 Jul 2017 16:56:01 +0200 (CEST) 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 patch series add support for: [1-2] GCC 7.1 compilation issue [3-4] Compilation with all debug mode enabled [5-7] Run time issues obseved over RC1 [8] adding newline char in RTE_LOG Hemant Agrawal (8): crypto/dpaa2_sec: remove GCC 7.1 compilation error net/dpaa2: fix flow control switch case break bus/fslmc: fixes compilation in debug mode event/dpaa2: enable debug mode compilation bus/fslmc: set the dpaa2 device name bus/fslmc: align the object name log to real resource names config: enable virtual IOVA by default for DPAA2 drivers: add newline in RTE LOG usages in dpaa2 config/defconfig_arm64-dpaa2-linuxapp-gcc | 2 +- drivers/bus/fslmc/fslmc_vfio.c | 5 +- drivers/bus/fslmc/portal/dpaa2_hw_dpbp.c | 2 +- drivers/bus/fslmc/portal/dpaa2_hw_dpci.c | 2 +- drivers/bus/fslmc/portal/dpaa2_hw_dpio.c | 10 ++-- drivers/bus/fslmc/rte_fslmc.h | 1 + drivers/crypto/dpaa2_sec/Makefile | 4 ++ drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 46 ++++++++--------- drivers/event/dpaa2/dpaa2_eventdev.c | 17 +++---- drivers/event/dpaa2/dpaa2_hw_dpcon.c | 2 +- drivers/mempool/dpaa2/dpaa2_hw_mempool.c | 12 ++--- drivers/net/dpaa2/base/dpaa2_hw_dpni.c | 10 ++-- drivers/net/dpaa2/dpaa2_ethdev.c | 78 ++++++++++++++--------------- 13 files changed, 99 insertions(+), 92 deletions(-) -- 2.7.4