From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 08A002BAA
 for <dev@dpdk.org>; Fri, 14 Jul 2017 15:49:26 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id AB7DF20736;
 Fri, 14 Jul 2017 09:49:25 -0400 (EDT)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Fri, 14 Jul 2017 09:49:25 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=DHVkCFvcYKT9bmR
 4h+zTICqficu0LjngIhnL77huSFc=; b=pcd8pYDApFhkwZnj3H/XmdWliAOeL3T
 oqJflD1jaX8+4zyVTqCMRifnp5qowlWUfJQ1imEb9GUnKvSAvBLevw5yC83zbV1H
 pHwJkD+4u29Gz3rFy+dwoKQLoq3JgJ/iSblrcbevwTxOi9bxUSh4Ui3rSUGResG4
 dFgW8fCOa8iM=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=
 fm1; bh=DHVkCFvcYKT9bmR4h+zTICqficu0LjngIhnL77huSFc=; b=DABj2OaO
 lapoRfUMm4wqFixbT+hUxqMUf2EyBnx1eQyNdeLIPLOQs5BJqt6fvRtPEW/Po9fr
 UGpUQ8Aw91xJlhE1CiTs8dcbDDQYCW+uACMhdZ0zRHWT7tSrLJTDcXdIf/qRaTEz
 QxhKpyOGsybdWaj6/hBY9t9d7qjJwL9Rbt6nKasyP6XRVv/Xon1MW3y6ExOYQP05
 U8KXDnJH/WH3EY5wuPR4xrJV5RjDayu+Qtob/9YgD0M60IWalVhxWgADlpUuHbrY
 sq1/ENjS6VJ/wXAVA1gdPO+Y+dmnGo/76wcCp2Ae2UceRvFENExN27mmkNGLw5v/
 3H8kILKlVI1OgA==
X-ME-Sender: <xms:5ctoWc_SwvwX9lxwYL4JV71m3EhXZ9ZgqzeKcQdyulvJXXse6z0Uzg>
X-Sasl-enc: lW01zlYAvaEDV1wHEDt8ZP+PfUlr6Lzjn2yqRSrsDRZd 1500040164
Received: from xps.localnet (135.41.136.77.rev.sfr.net [77.136.41.135])
 by mail.messagingengine.com (Postfix) with ESMTPA id C595D7E2EA;
 Fri, 14 Jul 2017 09:49:24 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Hemant Agrawal <hemant.agrawal@nxp.com>
Cc: dev@dpdk.org, ferruh.yigit@intel.com, shreyansh.jain@nxp.com,
 akhil.goyal@nxp.com
Date: Fri, 14 Jul 2017 15:49:18 +0200
Message-ID: <5506190.GmmlQzotSk@xps>
In-Reply-To: <1499784959-8598-1-git-send-email-hemant.agrawal@nxp.com>
References: <1499784959-8598-1-git-send-email-hemant.agrawal@nxp.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH 0/8] NXP DPAA2 compilation and runtime fixes
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 14 Jul 2017 13:49:26 -0000

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