aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2022-03-08 11:16:00 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2022-03-08 12:12:03 +0000
commitb18c510844fb631ea571f7f3edad6372e91501fa (patch)
tree440de83f2361577caa87e913f79ea7e68ea46a29
parented306634266002a05c88c3a4cd036c99d4cd139a (diff)
downloadsrc-b18c510844fb631ea571f7f3edad6372e91501fa.tar.gz
src-b18c510844fb631ea571f7f3edad6372e91501fa.zip
mlx5/mlx4: Bump driver version to 3.7.1
MFC after: 1 week Sponsored by: NVIDIA Networking
-rw-r--r--sys/dev/mlx4/mlx4_core/mlx4.h4
-rw-r--r--sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c4
-rw-r--r--sys/dev/mlx5/mlx5_core/mlx5_core.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/mlx4/mlx4_core/mlx4.h b/sys/dev/mlx4/mlx4_core/mlx4.h
index f2cae9c5f38e..7534facae7a1 100644
--- a/sys/dev/mlx4/mlx4_core/mlx4.h
+++ b/sys/dev/mlx4/mlx4_core/mlx4.h
@@ -54,9 +54,9 @@
#define DRV_NAME "mlx4_core"
#define PFX DRV_NAME ": "
#ifndef DRV_VERSION
-#define DRV_VERSION "3.7.0"
+#define DRV_VERSION "3.7.1"
#endif
-#define DRV_RELDATE "July 2021"
+#define DRV_RELDATE "November 2021"
#define MLX4_FS_UDP_UC_EN (1 << 1)
#define MLX4_FS_TCP_UC_EN (1 << 2)
diff --git a/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c b/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
index b8a61c87f827..1206a1ab7fdb 100644
--- a/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
+++ b/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
@@ -63,9 +63,9 @@
#define DRV_NAME MLX4_IB_DRV_NAME
#ifndef DRV_VERSION
-#define DRV_VERSION "3.7.0"
+#define DRV_VERSION "3.7.1"
#endif
-#define DRV_RELDATE "July 2021"
+#define DRV_RELDATE "November 2021"
#define MLX4_IB_FLOW_MAX_PRIO 0xFFF
#define MLX4_IB_FLOW_QPN_MASK 0xFFFFFF
diff --git a/sys/dev/mlx5/mlx5_core/mlx5_core.h b/sys/dev/mlx5/mlx5_core/mlx5_core.h
index f30f307b04a8..c91a8c0b4a19 100644
--- a/sys/dev/mlx5/mlx5_core/mlx5_core.h
+++ b/sys/dev/mlx5/mlx5_core/mlx5_core.h
@@ -36,9 +36,9 @@
#define DRIVER_NAME "mlx5_core"
#ifndef DRIVER_VERSION
-#define DRIVER_VERSION "3.7.0"
+#define DRIVER_VERSION "3.7.1"
#endif
-#define DRIVER_RELDATE "July 2021"
+#define DRIVER_RELDATE "November 2021"
extern int mlx5_core_debug_mask;