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 7913d20 commit b359911Copy full SHA for b359911
drivers/infiniband/hw/mlx5/main.c
@@ -60,8 +60,7 @@
60
#include "cmd.h"
61
62
#define DRIVER_NAME "mlx5_ib"
63
-#define DRIVER_VERSION "2.2-1"
64
-#define DRIVER_RELDATE "Feb 2014"
+#define DRIVER_VERSION "5.0-0"
65
66
MODULE_AUTHOR("Eli Cohen <[email protected]>");
67
MODULE_DESCRIPTION("Mellanox Connect-IB HCA IB driver");
@@ -70,7 +69,7 @@ MODULE_VERSION(DRIVER_VERSION);
70
69
71
static char mlx5_version[] =
72
DRIVER_NAME ": Mellanox Connect-IB Infiniband driver v"
73
- DRIVER_VERSION " (" DRIVER_RELDATE ")\n";
+ DRIVER_VERSION "\n";
74
75
enum {
76
MLX5_ATOMIC_SIZE_QP_8BYTES = 1 << 3,
0 commit comments