From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B84B7A0598; Sat, 18 Apr 2020 11:53:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0B7761DE92; Sat, 18 Apr 2020 11:53:14 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id BBD7B1DE8E for ; Sat, 18 Apr 2020 11:53:12 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 36DBC75D; Sat, 18 Apr 2020 05:53:11 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Sat, 18 Apr 2020 05:53:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=RqKnx0q1EluWa5SxHsE3o9i/d2pLKGiNXQ2BTE3tKB4=; b=Q4fe3I4njfix 5OtZcgwIdpi+mwGg+KLQByDZvVHozfTIWGv2dJQ+C5nTSivpu/hwzFfOnYtM6KqF QsijEVNshk9hgdA0jB6A61tfcYHcMC6TNtQuLeyAy4icAM2D1gZpprvJGO82Dh/3 qEQuN3zymivx8x/vNSXfdeHV1+dBl/g= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=RqKnx0q1EluWa5SxHsE3o9i/d2pLKGiNXQ2BTE3tK B4=; b=GtAJSDmBR+LfnKooK+yfIF1DMLujinxpkoLCoO0PFR0xTFuvwv5sOYfKs PIpzGKIrxe69gVREkhFigeq3YMFyr8lk6PgiPa/m0rPFrECsPZlvuKlSB7qDGxnO W7Pm2eH1WgBXM5I3UQ/UiMgWf1WFm+lzK7Jzo/ePxRKRbZnPHE85OgQi/HyGKxVM DoZABob8LUGhxwY6S+Xt9GdgDxXGGve+vyPJr6xco4UXe1dBR6r2j5frsAxWG3vW OcTla1iyW9Yv8Y3r83b5JXx3RA8EGnWQ3ggL7uMNB5bKKogOBBSwt0K65Zpf8EU2 8aKY8dVBlC9Kd6YmaiFIUDGBq9t4Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrfeelgddvfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id DD0643280059; Sat, 18 Apr 2020 05:53:09 -0400 (EDT) From: Thomas Monjalon To: Lukasz Wojciechowski , Nikhil Rao , Erik Gabriel Carrillo , Jerin Jacob Kollanukkaran Cc: "dev@dpdk.org" Date: Sat, 18 Apr 2020 11:53:08 +0200 Message-ID: <4136788.dT8XKq9c71@thomas> In-Reply-To: References: <20200417215739.23180-1-l.wojciechow@partner.samsung.com> <20200417215739.23180-5-l.wojciechow@partner.samsung.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [EXT] [PATCH v1 04/17] eventdev: replace library debug flag with global one 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 18/04/2020 11:41, Jerin Jacob Kollanukkaran: > From: Lukasz Wojciechowski > > Use global debug flag RTE_DEBUG instead of RTE_LIBRTE_EVENTDEV_DEBUG. > > The old define is completely removed from source code and config. > > > May I know the rational for this change? You know the rationale, it was discussed several times in Technical Board: we are limiting the number of compilation options, and meson config does not propose them. > Other subsystem like ethdev still have CONFIG_RTE_LIBRTE_ETHDEV_DEBUG=n. No, look at the other patches in the series. > If we decide to make RTE_DEBUG then please submit the patch for all subsystem > across the DPDK. Yes, this is what Lukasz did.