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 5897158EC for ; Thu, 25 Aug 2016 00:27:27 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 24 Aug 2016 15:27:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,572,1464678000"; d="scan'208";a="1030822307" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga001.fm.intel.com with ESMTP; 24 Aug 2016 15:27:25 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.71]) by IRSMSX151.ger.corp.intel.com ([169.254.4.15]) with mapi id 14.03.0248.002; Wed, 24 Aug 2016 23:27:24 +0100 From: "De Lara Guarch, Pablo" To: "dev@dpdk.org" Thread-Topic: [PATCH] drivers: make driver names consistent Thread-Index: AQHR/lY/pv/fCR1MNU6pW4kupNipjKBYsAig Date: Wed, 24 Aug 2016 22:27:24 +0000 Message-ID: References: <1472077494-164532-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1472077494-164532-1-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTZhYTdkZDctZjk3Ny00ZTEyLThlOGYtNzI4ZTQyN2VmYWFkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlhoelJuRlEyNW80SzZnMjVCVllKdmpwQmF1WTJzeWNIeWVkK0gwT0xZOU09In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] drivers: make driver names consistent X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2016 22:27:27 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Wednesday, August 24, 2016 3:25 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [PATCH] drivers: make driver names consistent >=20 > As discussed in the past release, driver names are modified > to be more consistent, and the future driver should follow > this new convention. >=20 > Driver names consist of: > "driver category"_"driver folder name"_"optional extra name". >=20 > For example: > - Crypto null driver -> "crypto_null" > - Network IXGBE VF driver -> "net_ixgbe_vf" >=20 > Signed-off-by: Pablo de Lara Some people asked to use "/" instead of "_", but there were compilation iss= ues, so I had to use "_".