From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id E6BB91B1BD for ; Tue, 23 Jan 2018 18:31:41 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jan 2018 09:31:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,402,1511856000"; d="scan'208";a="12017244" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga007.jf.intel.com with ESMTP; 23 Jan 2018 09:31:39 -0800 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.180]) by IRSMSX109.ger.corp.intel.com ([169.254.13.28]) with mapi id 14.03.0319.002; Tue, 23 Jan 2018 17:31:38 +0000 From: "Van Haaren, Harry" To: "olivier.matz@6wind.com" CC: "dev@dpdk.org" , "Ma, Liang J" , "Mccarthy, Peter" , "santosh.shukla@caviumnetworks.com" , "jerin.jacob@caviumnetworks.com" Thread-Topic: Dynamic Logging Name Formatting Thread-Index: AdOUbOk4oUZ5kqPqQeCmjLFDNB858w== Date: Tue, 23 Jan 2018 17:31:38 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGM4YjRhYzAtODcxZi00NzhhLWI0YzEtZDVhZTNhNTdmZTAxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJsb3JNbGo3dEpPSFZkK2Z3V0g2QWhMMnV4Wjd4dlI5MFFuUThHK2NmWDJaSmQyb1RlSGVwM0Zzc3AwNHlDXC8zSSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [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:31:42 -0000 Hi All, I'm looking at the output of app/test >> dump_log_types There are a number of naming systems, and I think it would be good to stand= ardize on one (before we diverge further than we already have..) Below a su= mmary of current state, which is becoming a little messy IMO. A proposed (h= opefully consistent) naming scheme suggested below that again. Based on the suggested scheme, I think the OPDL PMD and OcteonTX would chan= ge - so adding Maintainers of those components to CC. Feedback welcome, -Harry =3D=3D=3D Current State =3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Libraries: lib. Ethdev PMDs: pmd..info pmd..driver Other PMDs pmd..ethdev pmd..ethdev.init pmd..eventdev pmd..mempool More PMDs: eventdev..init eventdev..driver =3D=3D=3D Suggested Consistent Schema =3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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