git: 053dcbc86e7c - stable/13 - mlx5/mlx4: Bump driver version to 3.7.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Mar 2022 20:18:00 UTC
The branch stable/13 has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=053dcbc86e7c8d67057f484cc53950e429801d89 commit 053dcbc86e7c8d67057f484cc53950e429801d89 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-09 20:05:39 +0000 mlx5/mlx4: Bump driver version to 3.7.1 Sponsored by: NVIDIA Networking (cherry picked from commit b18c510844fb631ea571f7f3edad6372e91501fa) --- 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 78650726d291..262a8d04a7a9 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;