From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrien Mazarguil Subject: Re: [PATCH] net/mlx: align drivers to latest naming convention Date: Fri, 7 Oct 2016 15:24:27 +0200 Message-ID: <20161007132427.GI17252@6wind.com> References: <1475845453-25738-1-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: thomas.monjalon@6wind.com, dev@dpdk.org To: David Marchand Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 024C85595 for ; Fri, 7 Oct 2016 15:24:34 +0200 (CEST) Received: by mail-wm0-f52.google.com with SMTP id b201so38538509wmb.0 for ; Fri, 07 Oct 2016 06:24:34 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1475845453-25738-1-git-send-email-david.marchand@6wind.com> 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" On Fri, Oct 07, 2016 at 03:04:13PM +0200, David Marchand wrote: > Fixes: 2f45703c17ac ("drivers: make driver names consistent") > > Signed-off-by: David Marchand > --- > drivers/net/mlx4/mlx4.h | 2 +- > drivers/net/mlx5/mlx5_defs.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/mlx4/mlx4.h b/drivers/net/mlx4/mlx4.h > index d0c7bc2..4c7505e 100644 > --- a/drivers/net/mlx4/mlx4.h > +++ b/drivers/net/mlx4/mlx4.h > @@ -96,7 +96,7 @@ enum { > PCI_DEVICE_ID_MELLANOX_CONNECTX3PRO = 0x1007, > }; > > -#define MLX4_DRIVER_NAME "librte_pmd_mlx4" > +#define MLX4_DRIVER_NAME "net_mlx4" > > /* Bit-field manipulation. */ > #define BITFIELD_DECLARE(bf, type, size) \ > diff --git a/drivers/net/mlx5/mlx5_defs.h b/drivers/net/mlx5/mlx5_defs.h > index cc2a6f3..b32816e 100644 > --- a/drivers/net/mlx5/mlx5_defs.h > +++ b/drivers/net/mlx5/mlx5_defs.h > @@ -37,7 +37,7 @@ > #include "mlx5_autoconf.h" > > /* Reported driver name. */ > -#define MLX5_DRIVER_NAME "librte_pmd_mlx5" > +#define MLX5_DRIVER_NAME "net_mlx5" > > /* Maximum number of simultaneous MAC addresses. */ > #define MLX5_MAX_MAC_ADDRESSES 128 > -- > 2.7.4 Acked-by: Adrien Mazarguil -- Adrien Mazarguil 6WIND