diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2021-01-08 10:45:26 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2021-01-08 11:35:55 +0000 |
| commit | 9a47ae044b487b98da8c3a892d2aa06df233ac53 (patch) | |
| tree | 08fb28c2fcf73a563ebe17f2d1549e11fe76a1d2 /sys/dev/mlx4 | |
| parent | 376e130b4707d97a047a0d1e85cd8ce29035138b (diff) | |
Diffstat (limited to 'sys/dev/mlx4')
| -rw-r--r-- | sys/dev/mlx4/mlx4_core/mlx4.h | 6 | ||||
| -rw-r--r-- | sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys/dev/mlx4/mlx4_core/mlx4.h b/sys/dev/mlx4/mlx4_core/mlx4.h index a39bbeeff749..8b1afc2838e6 100644 --- a/sys/dev/mlx4/mlx4_core/mlx4.h +++ b/sys/dev/mlx4/mlx4_core/mlx4.h @@ -53,8 +53,10 @@ #define DRV_NAME "mlx4_core" #define PFX DRV_NAME ": " -#define DRV_VERSION "3.5.1" -#define DRV_RELDATE "April 2019" +#ifndef DRV_VERSION +#define DRV_VERSION "3.6.0" +#endif +#define DRV_RELDATE "December 2020" #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 71ee6ae65229..2d628c7868cb 100644 --- a/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c +++ b/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c @@ -64,9 +64,9 @@ #define DRV_NAME MLX4_IB_DRV_NAME #ifndef DRV_VERSION -#define DRV_VERSION "3.5.1" +#define DRV_VERSION "3.6.0" #endif -#define DRV_RELDATE "April 2019" +#define DRV_RELDATE "December 2020" #define MLX4_IB_FLOW_MAX_PRIO 0xFFF #define MLX4_IB_FLOW_QPN_MASK 0xFFFFFF |
