From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 542B21B663 for ; Fri, 26 Jan 2018 11:14:50 +0100 (CET) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jan 2018 02:14:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,415,1511856000"; d="scan'208";a="25632435" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.77]) by fmsmga001.fm.intel.com with SMTP; 26 Jan 2018 02:14:42 -0800 Received: by (sSMTP sendmail emulation); Fri, 26 Jan 2018 10:14:41 +0000 Date: Fri, 26 Jan 2018 10:14:41 +0000 From: Bruce Richardson To: Harry van Haaren Cc: dev@dpdk.org, 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 Message-ID: <20180126101441.GA17148@bricha3-MOBL3.ger.corp.intel.com> References: <1516870870-168223-1-git-send-email-harry.van.haaren@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1516870870-168223-1-git-send-email-harry.van.haaren@intel.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.1 (2017-09-22) 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: Fri, 26 Jan 2018 10:14:50 -0000 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