From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: announce driver name changes Date: Thu, 28 Jul 2016 19:54:09 +0200 Message-ID: <2070778.FCLOuz7RMB@xps13> References: <1468083394-94907-1-git-send-email-pablo.de.lara.guarch@intel.com> <20160728174729.GA23051@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jerin Jacob , john.mcnamara@intel.com To: Pablo de Lara Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id ED83A5580 for ; Thu, 28 Jul 2016 19:54:10 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id o80so119154830wme.1 for ; Thu, 28 Jul 2016 10:54:10 -0700 (PDT) In-Reply-To: <20160728174729.GA23051@localhost.localdomain> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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 > > Acked-by: Jerin Jacob Acked-by: Thomas Monjalon Acked-by: Maxime Coquelin Applied, thanks