* [dpdk-dev] [PATCH] net/mlx: align drivers to latest naming convention
@ 2016-10-07 13:04 David Marchand
2016-10-07 13:24 ` Adrien Mazarguil
0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2016-10-07 13:04 UTC (permalink / raw)
To: thomas.monjalon; +Cc: dev, adrien.mazarguil
Fixes: 2f45703c17ac ("drivers: make driver names consistent")
Signed-off-by: David Marchand <david.marchand@6wind.com>
---
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] net/mlx: align drivers to latest naming convention
2016-10-07 13:04 [dpdk-dev] [PATCH] net/mlx: align drivers to latest naming convention David Marchand
@ 2016-10-07 13:24 ` Adrien Mazarguil
2016-10-12 16:12 ` Bruce Richardson
0 siblings, 1 reply; 3+ messages in thread
From: Adrien Mazarguil @ 2016-10-07 13:24 UTC (permalink / raw)
To: David Marchand; +Cc: thomas.monjalon, 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 <david.marchand@6wind.com>
> ---
> 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.com>
--
Adrien Mazarguil
6WIND
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] net/mlx: align drivers to latest naming convention
2016-10-07 13:24 ` Adrien Mazarguil
@ 2016-10-12 16:12 ` Bruce Richardson
0 siblings, 0 replies; 3+ messages in thread
From: Bruce Richardson @ 2016-10-12 16:12 UTC (permalink / raw)
To: Adrien Mazarguil; +Cc: David Marchand, thomas.monjalon, dev
On Fri, Oct 07, 2016 at 03:24:27PM +0200, Adrien Mazarguil wrote:
> 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 <david.marchand@6wind.com>
> Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
>
Applied to dpdk-next-net/rel_16_11
/Bruce
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-10-12 16:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-07 13:04 [dpdk-dev] [PATCH] net/mlx: align drivers to latest naming convention David Marchand
2016-10-07 13:24 ` Adrien Mazarguil
2016-10-12 16:12 ` Bruce Richardson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).