From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 20/40] drivers: enable compilation of DPAA Mempool driver Date: Thu, 21 Sep 2017 23:55:25 +0200 Message-ID: <10181677.XQAPLOLpmf@xps> References: <1499179471-19145-1-git-send-email-shreyansh.jain@nxp.com> <20170823141213.25476-1-shreyansh.jain@nxp.com> <20170823141213.25476-21-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 To: Shreyansh Jain Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id ADEC16D45 for ; Thu, 21 Sep 2017 23:55:27 +0200 (CEST) In-Reply-To: <20170823141213.25476-21-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" 23/08/2017 16:11, Shreyansh Jain: > +CONFIG_RTE_LIBRTE_DPAA_MEMPOOL_DEBUG=n Please could you try to remove this kind of option? We are going to remove them from DPDK. For control path, no need of removing logs at compilation time. For data path, compilation of logs is controlled by CONFIG_RTE_LOG_DP_LEVEL. For enabling/disabling logs at runtime in the component, there is the dynamic log types.