From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/8] NXP DPAA2 compilation and runtime fixes Date: Fri, 14 Jul 2017 15:49:18 +0200 Message-ID: <5506190.GmmlQzotSk@xps> References: <1499784959-8598-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com, shreyansh.jain@nxp.com, akhil.goyal@nxp.com To: Hemant Agrawal Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 08A002BAA for ; Fri, 14 Jul 2017 15:49:26 +0200 (CEST) In-Reply-To: <1499784959-8598-1-git-send-email-hemant.agrawal@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 11/07/2017 16:55, Hemant Agrawal: > 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 Applied, thanks