git: b18c510844fb - main - mlx5/mlx4: Bump driver version to 3.7.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Mar 2022 12:13:12 UTC
The branch main has been updated by hselasky:
URL: https://cgit.FreeBSD.org/src/commit/?id=b18c510844fb631ea571f7f3edad6372e91501fa
commit b18c510844fb631ea571f7f3edad6372e91501fa
Author: Hans Petter Selasky <hselasky@FreeBSD.org>
AuthorDate: 2022-03-08 11:16:00 +0000
Commit: Hans Petter Selasky <hselasky@FreeBSD.org>
CommitDate: 2022-03-08 12:12:03 +0000
mlx5/mlx4: Bump driver version to 3.7.1
MFC after: 1 week
Sponsored by: NVIDIA Networking
---
sys/dev/mlx4/mlx4_core/mlx4.h | 4 ++--
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c | 4 ++--
sys/dev/mlx5/mlx5_core/mlx5_core.h | 4 ++--
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;