svn commit: r347883 - in stable/11/sys: dev/mlx4/mlx4_core dev/mlx4/mlx4_ib dev/mlx5/mlx5_core dev/mlx5/mlx5_en dev/mlx5/mlx5_ib sys
Hans Petter Selasky
hselasky at FreeBSD.org
Thu May 16 18:33:32 UTC 2019
Author: hselasky
Date: Thu May 16 18:33:30 2019
New Revision: 347883
URL: https://svnweb.freebsd.org/changeset/base/347883
Log:
MFC r347325:
Bump the Mellanox driver version numbers and the FreeBSD version number.
Sponsored by: Mellanox Technologies
Modified:
stable/11/sys/dev/mlx4/mlx4_core/mlx4.h
stable/11/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
stable/11/sys/dev/mlx5/mlx5_core/mlx5_core.h
stable/11/sys/dev/mlx5/mlx5_en/mlx5_en_main.c
stable/11/sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
stable/11/sys/sys/param.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/dev/mlx4/mlx4_core/mlx4.h
==============================================================================
--- stable/11/sys/dev/mlx4/mlx4_core/mlx4.h Thu May 16 18:29:25 2019 (r347882)
+++ stable/11/sys/dev/mlx4/mlx4_core/mlx4.h Thu May 16 18:33:30 2019 (r347883)
@@ -53,8 +53,8 @@
#define DRV_NAME "mlx4_core"
#define PFX DRV_NAME ": "
-#define DRV_VERSION "3.5.0"
-#define DRV_RELDATE "November 2018"
+#define DRV_VERSION "3.5.1"
+#define DRV_RELDATE "April 2019"
#define MLX4_FS_UDP_UC_EN (1 << 1)
#define MLX4_FS_TCP_UC_EN (1 << 2)
Modified: stable/11/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
==============================================================================
--- stable/11/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c Thu May 16 18:29:25 2019 (r347882)
+++ stable/11/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c Thu May 16 18:33:30 2019 (r347883)
@@ -64,9 +64,9 @@
#define DRV_NAME MLX4_IB_DRV_NAME
#ifndef DRV_VERSION
-#define DRV_VERSION "3.5.0"
+#define DRV_VERSION "3.5.1"
#endif
-#define DRV_RELDATE "November 2018"
+#define DRV_RELDATE "April 2019"
#define MLX4_IB_FLOW_MAX_PRIO 0xFFF
#define MLX4_IB_FLOW_QPN_MASK 0xFFFFFF
Modified: stable/11/sys/dev/mlx5/mlx5_core/mlx5_core.h
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_core/mlx5_core.h Thu May 16 18:29:25 2019 (r347882)
+++ stable/11/sys/dev/mlx5/mlx5_core/mlx5_core.h Thu May 16 18:33:30 2019 (r347883)
@@ -36,9 +36,9 @@
#define DRIVER_NAME "mlx5_core"
#ifndef DRIVER_VERSION
-#define DRIVER_VERSION "3.5.0"
+#define DRIVER_VERSION "3.5.1"
#endif
-#define DRIVER_RELDATE "November 2018"
+#define DRIVER_RELDATE "April 2019"
extern int mlx5_core_debug_mask;
Modified: stable/11/sys/dev/mlx5/mlx5_en/mlx5_en_main.c
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_en/mlx5_en_main.c Thu May 16 18:29:25 2019 (r347882)
+++ stable/11/sys/dev/mlx5/mlx5_en/mlx5_en_main.c Thu May 16 18:33:30 2019 (r347883)
@@ -31,9 +31,9 @@
#include <machine/atomic.h>
#ifndef ETH_DRIVER_VERSION
-#define ETH_DRIVER_VERSION "3.5.0"
+#define ETH_DRIVER_VERSION "3.5.1"
#endif
-#define DRIVER_RELDATE "November 2018"
+#define DRIVER_RELDATE "April 2019"
static const char mlx5e_version[] = "mlx5en: Mellanox Ethernet driver "
ETH_DRIVER_VERSION " (" DRIVER_RELDATE ")\n";
Modified: stable/11/sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c Thu May 16 18:29:25 2019 (r347882)
+++ stable/11/sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c Thu May 16 18:33:30 2019 (r347883)
@@ -52,9 +52,9 @@
#define DRIVER_NAME "mlx5ib"
#ifndef DRIVER_VERSION
-#define DRIVER_VERSION "3.5.0"
+#define DRIVER_VERSION "3.5.1"
#endif
-#define DRIVER_RELDATE "November 2018"
+#define DRIVER_RELDATE "April 2019"
MODULE_DESCRIPTION("Mellanox Connect-IB HCA IB driver");
MODULE_LICENSE("Dual BSD/GPL");
Modified: stable/11/sys/sys/param.h
==============================================================================
--- stable/11/sys/sys/param.h Thu May 16 18:29:25 2019 (r347882)
+++ stable/11/sys/sys/param.h Thu May 16 18:33:30 2019 (r347883)
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1102509 /* Master, propagated to newvers */
+#define __FreeBSD_version 1102510 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
More information about the svn-src-stable-11
mailing list