We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808df6a commit 0a528eeCopy full SHA for 0a528ee
drivers/infiniband/hw/mlx4/main.c
@@ -61,8 +61,7 @@
61
#include <rdma/mlx4-abi.h>
62
63
#define DRV_NAME MLX4_IB_DRV_NAME
64
-#define DRV_VERSION "2.2-1"
65
-#define DRV_RELDATE "Feb 2014"
+#define DRV_VERSION "4.0-0"
66
67
#define MLX4_IB_FLOW_MAX_PRIO 0xFFF
68
#define MLX4_IB_FLOW_QPN_MASK 0xFFFFFF
@@ -79,7 +78,7 @@ MODULE_PARM_DESC(sm_guid_assign, "Enable SM alias_GUID assignment if sm_guid_ass
79
78
80
static const char mlx4_ib_version[] =
81
DRV_NAME ": Mellanox ConnectX InfiniBand driver v"
82
- DRV_VERSION " (" DRV_RELDATE ")\n";
+ DRV_VERSION "\n";
83
84
static void do_slave_init(struct mlx4_ib_dev *ibdev, int slave, int do_init);
85
0 commit comments