svn commit: r352998 - in head/sys/dev/mlx5: mlx5_core mlx5_en mlx5_ib

Hans Petter Selasky hselasky at FreeBSD.org
Wed Oct 2 11:15:36 UTC 2019


Author: hselasky
Date: Wed Oct  2 11:15:35 2019
New Revision: 352998
URL: https://svnweb.freebsd.org/changeset/base/352998

Log:
  Bump driver version for mlx5core, mlx5en(4) and mlx5ib(4).
  
  MFC after:	3 days
  Sponsored by:	Mellanox Technologies

Modified:
  head/sys/dev/mlx5/mlx5_core/mlx5_core.h
  head/sys/dev/mlx5/mlx5_en/mlx5_en_main.c
  head/sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c

Modified: head/sys/dev/mlx5/mlx5_core/mlx5_core.h
==============================================================================
--- head/sys/dev/mlx5/mlx5_core/mlx5_core.h	Wed Oct  2 11:06:01 2019	(r352997)
+++ head/sys/dev/mlx5/mlx5_core/mlx5_core.h	Wed Oct  2 11:15:35 2019	(r352998)
@@ -36,9 +36,9 @@
 
 #define DRIVER_NAME "mlx5_core"
 #ifndef DRIVER_VERSION
-#define DRIVER_VERSION "3.5.1"
+#define DRIVER_VERSION "3.5.2"
 #endif
-#define DRIVER_RELDATE "April 2019"
+#define DRIVER_RELDATE "September 2019"
 
 extern int mlx5_core_debug_mask;
 

Modified: head/sys/dev/mlx5/mlx5_en/mlx5_en_main.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_en/mlx5_en_main.c	Wed Oct  2 11:06:01 2019	(r352997)
+++ head/sys/dev/mlx5/mlx5_en/mlx5_en_main.c	Wed Oct  2 11:15:35 2019	(r352998)
@@ -32,9 +32,9 @@
 #include <machine/atomic.h>
 
 #ifndef ETH_DRIVER_VERSION
-#define	ETH_DRIVER_VERSION	"3.5.1"
+#define	ETH_DRIVER_VERSION	"3.5.2"
 #endif
-#define DRIVER_RELDATE	"April 2019"
+#define DRIVER_RELDATE	"September 2019"
 
 static const char mlx5e_version[] = "mlx5en: Mellanox Ethernet driver "
 	ETH_DRIVER_VERSION " (" DRIVER_RELDATE ")\n";

Modified: head/sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c	Wed Oct  2 11:06:01 2019	(r352997)
+++ head/sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c	Wed Oct  2 11:15:35 2019	(r352998)
@@ -52,9 +52,9 @@
 
 #define DRIVER_NAME "mlx5ib"
 #ifndef DRIVER_VERSION
-#define DRIVER_VERSION "3.5.1"
+#define DRIVER_VERSION "3.5.2"
 #endif
-#define DRIVER_RELDATE	"April 2019"
+#define DRIVER_RELDATE	"September 2019"
 
 MODULE_DESCRIPTION("Mellanox Connect-IB HCA IB driver");
 MODULE_LICENSE("Dual BSD/GPL");


More information about the svn-src-head mailing list