From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [67.231.154.164]) by dpdk.org (Postfix) with ESMTP id 852A41E35 for ; Wed, 24 Jan 2018 07:32:46 +0100 (CET) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (uk.solarflare.com [193.34.186.16]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1-us1.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id 0A187780059; Wed, 24 Jan 2018 06:32:45 +0000 (UTC) Received: from [192.168.38.17] (84.52.114.114) by ukex01.SolarFlarecom.com (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Wed, 24 Jan 2018 06:32:38 +0000 To: Bruce Richardson , 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" References: <20180123205429.GA8580@bricha3-MOBL3.ger.corp.intel.com> From: Andrew Rybchenko Message-ID: <424751ee-0bc7-ee6b-66b6-0951eca7c3d4@solarflare.com> Date: Wed, 24 Jan 2018 09:32:33 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <20180123205429.GA8580@bricha3-MOBL3.ger.corp.intel.com> Content-Language: en-GB X-Originating-IP: [84.52.114.114] X-ClientProxiedBy: ocex03.SolarFlarecom.com (10.20.40.36) To ukex01.SolarFlarecom.com (10.17.10.4) X-TM-AS-Product-Ver: SMEX-11.0.0.1191-8.100.1062-23616.003 X-TM-AS-Result: No--10.282200-0.000000-31 X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-MDID: 1516775566-ZnS8Ioci8bWD Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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: Wed, 24 Jan 2018 06:32:46 -0000 On 01/23/2018 11:54 PM, Bruce Richardson wrote: > 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. I like the scheme suggested by Bruce including pmd.net. Shorter and consistent.