From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 59C371B1DD for ; Tue, 23 Jan 2018 18:45:12 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jan 2018 09:45:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,402,1511856000"; d="scan'208";a="12605964" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by fmsmga008.fm.intel.com with ESMTP; 23 Jan 2018 09:45:10 -0800 To: "Van Haaren, Harry" , "olivier.matz@6wind.com" Cc: "dev@dpdk.org" , "Ma, Liang J" , "Mccarthy, Peter" , "santosh.shukla@caviumnetworks.com" , "jerin.jacob@caviumnetworks.com" References: From: Ferruh Yigit Message-ID: Date: Tue, 23 Jan 2018 17:45:09 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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 17:45:12 -0000 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? > > Eventdev PMDs: > pmd.eventdev..specialization > > Crypto PMDs: > pmd.cryptodev..specialization > > BBdev PMDs: > pmd.bbdev..specialization > > Busses: > bus..specialization +1 to suggested schema, looks good to me.