From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EA13120D47; Thu, 21 Sep 2017 17:55:26 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 21 Sep 2017 17:55:26 -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=Xm0ABGHO40AXlW+ qv80xOOAyoaMKhVH4m90KJh3e7vA=; b=DOlBh/bIL9qo9iFpL4noI35dhM3pxBD p+TRHjO6i01hTHLaE2dIdUG/OuLeJC8cRl2X/WMeM744+5f4Q56epQdRjl20ynVQ W6IbF2kPvprcIdlWQ1ZNIisfYW4NATMtdo7/62+gO5BHEEkmyOxPNFLCbxri/m1Q 8rpqUucJBMqQ= 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=Xm0ABGHO40AXlW+qv80xOOAyoaMKhVH4m90KJh3e7vA=; b=YNqkL/ZA AdxAqPFwLXlTfNi/k4UFQAugvrbHUwioKIyRF7f2q1JzAPlQgTmR7OLy7L9sEWK9 WsvtV/YQRpVq8+lUFkhctV4A7FvTBjCwQ8OO0ZNAzrw/ncSwV4pKF1PcqFcE/Ipi efG3bhkBsZDSz5QCAgL58D2nqzdtwtdu5FJCtjfEEXc+SvEslXM+BjrDy/Hjowg4 REQrVYtVK4FrayNayjLSm3LZ6ijppD0jjb4v1w4kJO8b2sbe2+03OVSesUZNDoyA 3t89GQ/UM1LcVkhD07c3ZlRiwD5u097+gxq0ZZpa9Ss+y9ULs9SO507p4sGeD7wB tM53fvaTy+Ly2w== X-ME-Sender: X-Sasl-enc: O9qe8ME59ZX0dqIccRb34hXRsp/Go7YBWZPnmqHz2JiM 1506030926 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 9956D247F0; Thu, 21 Sep 2017 17:55:26 -0400 (EDT) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org, ferruh.yigit@intel.com, hemant.agrawal@nxp.com Date: Thu, 21 Sep 2017 23:55:25 +0200 Message-ID: <10181677.XQAPLOLpmf@xps> In-Reply-To: <20170823141213.25476-21-shreyansh.jain@nxp.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 20/40] drivers: enable compilation of DPAA Mempool driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2017 21:55:27 -0000 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.