mlx5/mlx4: Bump driver version to 3.7.1

MFC after:	1 week
Sponsored by:	NVIDIA Networking
This commit is contained in:
Hans Petter Selasky 2022-03-08 12:16:00 +01:00
parent ed30663426
commit b18c510844
3 changed files with 6 additions and 6 deletions

View File

@ -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)

View File

@ -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

View File

@ -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;