From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 138BE2946 for ; Sat, 9 Jul 2016 18:55:47 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 09 Jul 2016 09:55:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,337,1464678000"; d="scan'208";a="1018623703" Received: from sie-lab-214-036.ir.intel.com (HELO silpixa00394365.ir.intel.com) ([10.237.214.36]) by fmsmga002.fm.intel.com with ESMTP; 09 Jul 2016 09:55:45 -0700 From: Pablo de Lara To: dev@dpdk.org Cc: john.mcnamara@intel.com, Pablo de Lara Date: Sat, 9 Jul 2016 17:56:34 +0100 Message-Id: <1468083394-94907-1-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [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: Sat, 09 Jul 2016 16:55:48 -0000 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. Signed-off-by: Pablo de Lara --- doc/guides/rel_notes/deprecation.rst | 5 +++++ 1 file changed, 5 insertions(+) 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 used + publicly, to create virtual devices, so a deprecation notice is necessary. -- 2.7.4