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 CA4EA397D for ; Tue, 23 Jan 2018 21:54:35 +0100 (CET) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jan 2018 12:54:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,403,1511856000"; d="scan'208";a="12653190" Received: from pwcoe-mobl.ger.corp.intel.com ([10.252.2.35]) by fmsmga008.fm.intel.com with SMTP; 23 Jan 2018 12:54:31 -0800 Received: by (sSMTP sendmail emulation); Tue, 23 Jan 2018 20:54:30 +0000 Date: Tue, 23 Jan 2018 20:54:29 +0000 From: Bruce Richardson To: Ferruh Yigit Cc: "Van Haaren, Harry" , "olivier.matz@6wind.com" , "dev@dpdk.org" , "Ma, Liang J" , "Mccarthy, Peter" , "santosh.shukla@caviumnetworks.com" , "jerin.jacob@caviumnetworks.com" Message-ID: <20180123205429.GA8580@bricha3-MOBL3.ger.corp.intel.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.1 (2017-09-22) Subject: Re: [dpdk-dev] Dynamic Logging Name Formatting 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: Tue, 23 Jan 2018 20:54:36 -0000 On Tue, Jan 23, 2018 at 05:45:09PM +0000, Ferruh Yigit wrote: > On 1/23/2018 5:31 PM, Van Haaren, Harry wrote: > > === Suggested Consistent Schema === > > =================================== > > > > Libraries: > > lib..specialization > > > > Net PMDs: > > pmd..specialization > > // one could argue consistency would be pmd.ethdev. > > // but the change is larger than the value IMO - thoughts? pmd.net ?? > > > > Eventdev PMDs: > > pmd.eventdev..specialization > > > > Crypto PMDs: > > pmd.cryptodev..specialization > > "event" and "crypto" without the "dev" on the end, which would also match "net" above. > > BBdev PMDs: > > pmd.bbdev..specialization > > > > Busses: > > bus..specialization > > +1 to suggested schema, looks good to me.