From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 0/7] Change DPAA2 to dynamic logging Date: Tue, 03 Apr 2018 00:03:05 +0200 Message-ID: <1792976.FxhNBdMeE1@xps> References: <20180323120456.16920-1-shreyansh.jain@nxp.com> <20180402140601.21078-1-shreyansh.jain@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, hemant.agrawal@nxp.com, nipun.gupta@nxp.com, akhil.goyal@nxp.com To: Shreyansh Jain Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 1A3271B29F for ; Tue, 3 Apr 2018 00:03:09 +0200 (CEST) In-Reply-To: <20180402140601.21078-1-shreyansh.jain@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" 02/04/2018 16:05, Shreyansh Jain: > ::History:: > v4: > - move CONFIG_RTE_LIBRTE_DPAA2_DEBUG_DRIVER to common_base > - rebase over master (db2ed70bbb) > > v3: > - Fixed review comments > - one debug macro un-removed (CONFIG_RTE_LIBRTE_DPAA2_DEBUG_DRIVER) > which is continued to be used by dpaa2 mempool driver > > v2: > - Fixed dynamic log identifier names (Ferruh) > - Added dependency information in cover letter (Hemant) > - Fixed some checkpatch issues > - Updated some log messages > > ::Dependency:: > > This patchset is dependent on: master (acaa9ee991b) > > ::Introduction:: > > DPAA2 devices are enabled by following modules: > - bus/fslmc > - net/dpaa2 > - mempool/dpaa2 > - event/dpaa2 > - crypto/dpaa2_sec > > This patch series converts the existing static debugging macros - for > control and datapath, both - into dynamic logging macros. Applied, thanks