Skip to content

Commit b359911

Browse files
Tariq ToukanSaeed Mahameed
authored andcommitted
IB/mlx5: Bump driver version
Remove date and bump version for mlx5_ib driver. Signed-off-by: Tariq Toukan <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
1 parent 7913d20 commit b359911

File tree

1 file changed

+2
-3
lines changed
  • drivers/infiniband/hw/mlx5

1 file changed

+2
-3
lines changed

drivers/infiniband/hw/mlx5/main.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@
6060
#include "cmd.h"
6161

6262
#define DRIVER_NAME "mlx5_ib"
63-
#define DRIVER_VERSION "2.2-1"
64-
#define DRIVER_RELDATE "Feb 2014"
63+
#define DRIVER_VERSION "5.0-0"
6564

6665
MODULE_AUTHOR("Eli Cohen <[email protected]>");
6766
MODULE_DESCRIPTION("Mellanox Connect-IB HCA IB driver");
@@ -70,7 +69,7 @@ MODULE_VERSION(DRIVER_VERSION);
7069

7170
static char mlx5_version[] =
7271
DRIVER_NAME ": Mellanox Connect-IB Infiniband driver v"
73-
DRIVER_VERSION " (" DRIVER_RELDATE ")\n";
72+
DRIVER_VERSION "\n";
7473

7574
enum {
7675
MLX5_ATOMIC_SIZE_QP_8BYTES = 1 << 3,

0 commit comments

Comments
 (0)