From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 25CF81B728 for ; Wed, 31 Jan 2018 09:29:21 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 94A7420B58; Wed, 31 Jan 2018 03:29:20 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 31 Jan 2018 03:29:20 -0500 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; s=mesmtp; bh=+uie2sr0w3NKwP6w4124OzYrP/ 2LqDYejWiDRjSqw5E=; b=BH1XcFr3HIrbQj6ShwXAT0IvW4Qv2iG244uVtUcZCO bOTy4WCPlGK6MIsApY+FHoObQsR4ANNtyA1hrxUxRP260ZG1EkWfr+KsEdDU6TUD zjWS7nXHy9uORJmExuWYZnmLkZHOcVeIh24qi5f25HqirKoLHvNA3u1SheG2iIwT U= 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; s=fm1; bh=+uie2s r0w3NKwP6w4124OzYrP/2LqDYejWiDRjSqw5E=; b=Bw54wQLqbwMurwMYcTrNtS Fu2eXLaw5NLkkENZ18TyEpAwEObTlFw+GS8vXdgyOqKKQJf2jPMbwk20EQgBG2pS XAsxhMgXDKFfMbwWWXOTMX6q3Yz2MGrzO7uL/f6lU38iBC9RONCx2EwSR/z3lO9B zp5EvZqTwY4aMOg/HDB7+0+WHngpjE41apdyY7q7jKfFHyEHXEMRzTGNTZ211rpy eidD+SvdWwW0BeS6yYtX5p0o7Qo0jwKnI7c1y0PjB47XGlTqHofXDXCnjWFOFO2y StEeyN3lUtJBBPaAbRvYZJxQwsbpMr74DODMQt4nVLhx/p3Xmj1jd68FF2Dt1t9w == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 2EF3F240B6; Wed, 31 Jan 2018 03:29:20 -0500 (EST) From: Thomas Monjalon To: Harry van Haaren Cc: dev@dpdk.org, Bruce Richardson , ferruh.yigit@intel.com, liang.j.ma@intel.com, santosh.shukla@caviumnetworks.com, jerin.jacob@caviumnetworks.com, alejandro.lucero@netronome.com, allain.legacy@windriver.com, amr.mokhtar@intel.com, beilei.xing@intel.com, evgenys@amazon.com, gtzalik@amazon.com, harish.patil@cavium.com, hyonkim@cisco.com, jingjing.wu@intel.com, johndale@cisco.com, konstantin.ananyev@intel.com, maciej.czekaj@caviumnetworks.com, matt.peters@windriver.com, maxime.coquelin@redhat.com, mk@semihalf.com, mw@semihalf.com, qi.z.zhang@intel.com, rasesh.mody@cavium.com, shahed.shaikh@cavium.com, shijith.thotton@cavium.com, skhare@vmware.com, ssrinivasan@cavium.com, tiwei.bie@intel.com, wenzhuo.lu@intel.com, xiao.w.wang@intel.com, yliu@fridaylinux.org Date: Wed, 31 Jan 2018 09:28:34 +0100 Message-ID: <2371356.BLLSGZ6nlC@xps> In-Reply-To: <20180126101441.GA17148@bricha3-MOBL3.ger.corp.intel.com> References: <1516870870-168223-1-git-send-email-harry.van.haaren@intel.com> <20180126101441.GA17148@bricha3-MOBL3.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 00/18] dynamic logging naming scheme 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: Wed, 31 Jan 2018 08:29:21 -0000 26/01/2018 11:14, Bruce Richardson: > On Thu, Jan 25, 2018 at 09:00:52AM +0000, Harry van Haaren wrote: > > This patchset adds and documents a defined naming scheme > > for logging. As the user selects logging topics of > > interest, it is important for usability that the topics > > are consistently named. > > > > The first patch of this patchset documents the new naming > > format, please review for clarity. > > > > The other 17 patches bring the existing dynamic logging > > in line with the newly documented naming scheme. > > > > Sorry for the wide email, maintainers just review own patches :) > > > > Regards, -Harry > > > I think standardizing is a great idea so: > > Series Acked-by: Bruce Richardson Applied, thanks