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