netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] net,IB/mlx: Bump all Mellanox driver versions
@ 2014-02-19 15:47 Amir Vadai
       [not found] ` <1392824851-8667-1-git-send-email-amirv-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Amir Vadai @ 2014-02-19 15:47 UTC (permalink / raw)
  To: David S. Miller
  Cc: Or Gerlitz, Yevgeny Petrilin, Amir Vadai, netdev, Eli Cohen

Bump all Mellanox driver versions.

Signed-off-by: Amir Vadai <amirv@mellanox.com>
---
Hi,

We're changing the version scheme of our drivers.
I would be happy if it goes to net. Also, added here drivers from rdma tree,
because I would like it to be unified accorss all Mellanox's drivers.

Thanks,
Amir

 drivers/infiniband/hw/mlx4/main.c              | 4 ++--
 drivers/infiniband/hw/mlx5/main.c              | 4 ++--
 drivers/net/ethernet/mellanox/mlx4/mlx4.h      | 4 ++--
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h   | 4 ++--
 drivers/net/ethernet/mellanox/mlx5/core/main.c | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/drivers/infiniband/hw/mlx4/main.c b/drivers/infiniband/hw/mlx4/main.c
index e81c554..f9c12e9 100644
--- a/drivers/infiniband/hw/mlx4/main.c
+++ b/drivers/infiniband/hw/mlx4/main.c
@@ -53,8 +53,8 @@
 #include "user.h"
 
 #define DRV_NAME	MLX4_IB_DRV_NAME
-#define DRV_VERSION	"1.0"
-#define DRV_RELDATE	"April 4, 2008"
+#define DRV_VERSION	"2.2-1"
+#define DRV_RELDATE	"Feb 2014"
 
 #define MLX4_IB_FLOW_MAX_PRIO 0xFFF
 #define MLX4_IB_FLOW_QPN_MASK 0xFFFFFF
diff --git a/drivers/infiniband/hw/mlx5/main.c b/drivers/infiniband/hw/mlx5/main.c
index aa03e73..bf90057 100644
--- a/drivers/infiniband/hw/mlx5/main.c
+++ b/drivers/infiniband/hw/mlx5/main.c
@@ -46,8 +46,8 @@
 #include "mlx5_ib.h"
 
 #define DRIVER_NAME "mlx5_ib"
-#define DRIVER_VERSION "1.0"
-#define DRIVER_RELDATE	"June 2013"
+#define DRIVER_VERSION "2.2-1"
+#define DRIVER_RELDATE	"Feb 2014"
 
 MODULE_AUTHOR("Eli Cohen <eli@mellanox.com>");
 MODULE_DESCRIPTION("Mellanox Connect-IB HCA IB driver");
diff --git a/drivers/net/ethernet/mellanox/mlx4/mlx4.h b/drivers/net/ethernet/mellanox/mlx4/mlx4.h
index 6b65f77..7aec6c8 100644
--- a/drivers/net/ethernet/mellanox/mlx4/mlx4.h
+++ b/drivers/net/ethernet/mellanox/mlx4/mlx4.h
@@ -51,8 +51,8 @@
 
 #define DRV_NAME	"mlx4_core"
 #define PFX		DRV_NAME ": "
-#define DRV_VERSION	"1.1"
-#define DRV_RELDATE	"Dec, 2011"
+#define DRV_VERSION	"2.2-1"
+#define DRV_RELDATE	"Feb, 2014"
 
 #define MLX4_FS_UDP_UC_EN		(1 << 1)
 #define MLX4_FS_TCP_UC_EN		(1 << 2)
diff --git a/drivers/net/ethernet/mellanox/mlx4/mlx4_en.h b/drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
index 9ca223b..b57e8c8 100644
--- a/drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
+++ b/drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
@@ -57,8 +57,8 @@
 #include "en_port.h"
 
 #define DRV_NAME	"mlx4_en"
-#define DRV_VERSION	"2.0"
-#define DRV_RELDATE	"Dec 2011"
+#define DRV_VERSION	"2.2-1"
+#define DRV_RELDATE	"Feb 2014"
 
 #define MLX4_EN_MSG_LEVEL	(NETIF_MSG_LINK | NETIF_MSG_IFDOWN)
 
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/main.c b/drivers/net/ethernet/mellanox/mlx5/core/main.c
index a064f06..23b7e2d 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/main.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/main.c
@@ -46,8 +46,8 @@
 #include "mlx5_core.h"
 
 #define DRIVER_NAME "mlx5_core"
-#define DRIVER_VERSION "1.0"
-#define DRIVER_RELDATE	"June 2013"
+#define DRIVER_VERSION "2.2-1"
+#define DRIVER_RELDATE	"Feb 2014"
 
 MODULE_AUTHOR("Eli Cohen <eli@mellanox.com>");
 MODULE_DESCRIPTION("Mellanox ConnectX-IB HCA core library");
-- 
1.8.3.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: net,IB/mlx: Bump all Mellanox driver versions
       [not found] ` <1392824851-8667-1-git-send-email-amirv-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
@ 2014-02-19 16:23   ` Amir Vadai
       [not found]     ` <20140219162315.GA10262-mKpXb/u7ksV0p5OgOubscgogyL1L14f0mhHeUGgsJLU@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Amir Vadai @ 2014-02-19 16:23 UTC (permalink / raw)
  To: David S. Miller
  Cc: Or Gerlitz, Yevgeny Petrilin, netdev-u79uwXL29TY76Z2rM5mHXA,
	Eli Cohen, Roland Dreier, linux-rdma-u79uwXL29TY76Z2rM5mHXA

On 19/02/14 17:47 +0200, Amir Vadai wrote:
> Bump all Mellanox driver versions.
> 
> Signed-off-by: Amir Vadai <amirv-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
> ---
> Hi,
> 
> We're changing the version scheme of our drivers.
> I would be happy if it goes to net. Also, added here drivers from rdma tree,
> because I would like it to be unified accorss all Mellanox's drivers.
> 
> Thanks,
> Amir
> 
>  drivers/infiniband/hw/mlx4/main.c              | 4 ++--
>  drivers/infiniband/hw/mlx5/main.c              | 4 ++--
>  drivers/net/ethernet/mellanox/mlx4/mlx4.h      | 4 ++--
>  drivers/net/ethernet/mellanox/mlx4/mlx4_en.h   | 4 ++--
>  drivers/net/ethernet/mellanox/mlx5/core/main.c | 4 ++--
>  5 files changed, 10 insertions(+), 10 deletions(-)
> 
> diff --git a/drivers/infiniband/hw/mlx4/main.c b/drivers/infiniband/hw/mlx4/main.c
> index e81c554..f9c12e9 100644
> --- a/drivers/infiniband/hw/mlx4/main.c
> +++ b/drivers/infiniband/hw/mlx4/main.c
> @@ -53,8 +53,8 @@
>  #include "user.h"
>  
>  #define DRV_NAME	MLX4_IB_DRV_NAME
> -#define DRV_VERSION	"1.0"
> -#define DRV_RELDATE	"April 4, 2008"
> +#define DRV_VERSION	"2.2-1"
> +#define DRV_RELDATE	"Feb 2014"
>  
>  #define MLX4_IB_FLOW_MAX_PRIO 0xFFF
>  #define MLX4_IB_FLOW_QPN_MASK 0xFFFFFF
> diff --git a/drivers/infiniband/hw/mlx5/main.c b/drivers/infiniband/hw/mlx5/main.c
> index aa03e73..bf90057 100644
> --- a/drivers/infiniband/hw/mlx5/main.c
> +++ b/drivers/infiniband/hw/mlx5/main.c
> @@ -46,8 +46,8 @@
>  #include "mlx5_ib.h"
>  
>  #define DRIVER_NAME "mlx5_ib"
> -#define DRIVER_VERSION "1.0"
> -#define DRIVER_RELDATE	"June 2013"
> +#define DRIVER_VERSION "2.2-1"
> +#define DRIVER_RELDATE	"Feb 2014"
>  
>  MODULE_AUTHOR("Eli Cohen <eli-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>");
>  MODULE_DESCRIPTION("Mellanox Connect-IB HCA IB driver");
> diff --git a/drivers/net/ethernet/mellanox/mlx4/mlx4.h b/drivers/net/ethernet/mellanox/mlx4/mlx4.h
> index 6b65f77..7aec6c8 100644
> --- a/drivers/net/ethernet/mellanox/mlx4/mlx4.h
> +++ b/drivers/net/ethernet/mellanox/mlx4/mlx4.h
> @@ -51,8 +51,8 @@
>  
>  #define DRV_NAME	"mlx4_core"
>  #define PFX		DRV_NAME ": "
> -#define DRV_VERSION	"1.1"
> -#define DRV_RELDATE	"Dec, 2011"
> +#define DRV_VERSION	"2.2-1"
> +#define DRV_RELDATE	"Feb, 2014"
>  
>  #define MLX4_FS_UDP_UC_EN		(1 << 1)
>  #define MLX4_FS_TCP_UC_EN		(1 << 2)
> diff --git a/drivers/net/ethernet/mellanox/mlx4/mlx4_en.h b/drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
> index 9ca223b..b57e8c8 100644
> --- a/drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
> +++ b/drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
> @@ -57,8 +57,8 @@
>  #include "en_port.h"
>  
>  #define DRV_NAME	"mlx4_en"
> -#define DRV_VERSION	"2.0"
> -#define DRV_RELDATE	"Dec 2011"
> +#define DRV_VERSION	"2.2-1"
> +#define DRV_RELDATE	"Feb 2014"
>  
>  #define MLX4_EN_MSG_LEVEL	(NETIF_MSG_LINK | NETIF_MSG_IFDOWN)
>  
> diff --git a/drivers/net/ethernet/mellanox/mlx5/core/main.c b/drivers/net/ethernet/mellanox/mlx5/core/main.c
> index a064f06..23b7e2d 100644
> --- a/drivers/net/ethernet/mellanox/mlx5/core/main.c
> +++ b/drivers/net/ethernet/mellanox/mlx5/core/main.c
> @@ -46,8 +46,8 @@
>  #include "mlx5_core.h"
>  
>  #define DRIVER_NAME "mlx5_core"
> -#define DRIVER_VERSION "1.0"
> -#define DRIVER_RELDATE	"June 2013"
> +#define DRIVER_VERSION "2.2-1"
> +#define DRIVER_RELDATE	"Feb 2014"
>  
>  MODULE_AUTHOR("Eli Cohen <eli-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>");
>  MODULE_DESCRIPTION("Mellanox ConnectX-IB HCA core library");
> -- 
> 1.8.3.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

Adding linux-rdma and Roland to the CC

Amir
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: net,IB/mlx: Bump all Mellanox driver versions
       [not found]     ` <20140219162315.GA10262-mKpXb/u7ksV0p5OgOubscgogyL1L14f0mhHeUGgsJLU@public.gmane.org>
@ 2014-02-25 22:35       ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2014-02-25 22:35 UTC (permalink / raw)
  To: amirv-VPRAkNaXOzVWk0Htik3J/w
  Cc: ogerlitz-VPRAkNaXOzVWk0Htik3J/w, yevgenyp-VPRAkNaXOzVWk0Htik3J/w,
	netdev-u79uwXL29TY76Z2rM5mHXA, eli-VPRAkNaXOzVWk0Htik3J/w,
	roland-BHEL68pLQRGGvPXPguhicg, linux-rdma-u79uwXL29TY76Z2rM5mHXA

From: Amir Vadai <amirv-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
Date: Wed, 19 Feb 2014 18:23:18 +0200

> On 19/02/14 17:47 +0200, Amir Vadai wrote:
>> Bump all Mellanox driver versions.
>> 
>> Signed-off-by: Amir Vadai <amirv-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
>> ---
>> Hi,
>> 
>> We're changing the version scheme of our drivers.
>> I would be happy if it goes to net. Also, added here drivers from rdma tree,
>> because I would like it to be unified accorss all Mellanox's drivers.
 ...
> Adding linux-rdma and Roland to the CC

Applied to 'net', thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-25 22:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-19 15:47 [PATCH net] net,IB/mlx: Bump all Mellanox driver versions Amir Vadai
     [not found] ` <1392824851-8667-1-git-send-email-amirv-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2014-02-19 16:23   ` Amir Vadai
     [not found]     ` <20140219162315.GA10262-mKpXb/u7ksV0p5OgOubscgogyL1L14f0mhHeUGgsJLU@public.gmane.org>
2014-02-25 22:35       ` David Miller

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).