From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 69C312B8E for ; Fri, 22 Jul 2016 14:37:25 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 22 Jul 2016 05:37:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,404,1464678000"; d="scan'208";a="1000491321" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga001.jf.intel.com with ESMTP; 22 Jul 2016 05:37:24 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.71]) by irsmsx110.ger.corp.intel.com ([169.254.15.113]) with mapi id 14.03.0248.002; Fri, 22 Jul 2016 13:37:22 +0100 From: "De Lara Guarch, Pablo" To: "dev@dpdk.org" CC: "Mcnamara, John" Thread-Topic: [PATCH] doc: announce driver name changes Thread-Index: AQHR2gLAlSTv1y4zL06qupSmwQ2p4KAkd14Q Date: Fri, 22 Jul 2016 12:37:22 +0000 Message-ID: References: <1468083394-94907-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1468083394-94907-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDJiYmNjODktOTJjNC00MzU4LTkwODktMDBmNjE2MTU3OWVkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjV5ald3QmFYWVV6aHJZSUExdVVPVW1PNU5pejFHXC9IaE1XN1gyUUZxZDBFPSJ9 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] doc: announce driver name changes 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: Fri, 22 Jul 2016 12:37:25 -0000 Hi, > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Saturday, July 09, 2016 5:57 PM > To: dev@dpdk.org > Cc: Mcnamara, John; De Lara Guarch, Pablo > Subject: [PATCH] doc: announce driver name changes >=20 > Driver names for all the supported devices in DPDK do not have > a naming convention. Some are using a prefix, some are not > and some have long names. Driver names are used when creating > virtual devices, so it is useful to have consistency in the names. >=20 > Signed-off-by: Pablo de Lara > --- > doc/guides/rel_notes/deprecation.rst | 5 +++++ > 1 file changed, 5 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index f502f86..37d65c8 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -41,3 +41,8 @@ Deprecation Notices > * The mempool functions for single/multi producer/consumer are > deprecated and > will be removed in 16.11. > It is replaced by rte_mempool_generic_get/put functions. > + > +* Driver names are quite inconsistent among each others and they will be > + renamed to something more consistent (net_ prefix for net drivers and > + crypto_ for crypto drivers) in 16.11. Some of these driver names are u= sed > + publicly, to create virtual devices, so a deprecation notice is necess= ary. > -- > 2.7.4 Any more comments on this (apart from Christian Ehrhardt's)?