Skip to content

Commit

Permalink
net/mlx4_core: Bump driver version
Browse files Browse the repository at this point in the history
Remove date and bump version for mlx4_core driver.

Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Tariq Toukan authored and David S. Miller committed Jun 7, 2017
1 parent 5ebe31d commit cea2a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/mellanox/mlx4/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ MODULE_PARM_DESC(enable_4k_uar,

static char mlx4_version[] =
DRV_NAME ": Mellanox ConnectX core driver v"
DRV_VERSION " (" DRV_RELDATE ")\n";
DRV_VERSION "\n";

static struct mlx4_profile default_profile = {
.num_qp = 1 << 18,
Expand Down
3 changes: 1 addition & 2 deletions drivers/net/ethernet/mellanox/mlx4/mlx4.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@

#define DRV_NAME "mlx4_core"
#define PFX DRV_NAME ": "
#define DRV_VERSION "2.2-1"
#define DRV_RELDATE "Feb, 2014"
#define DRV_VERSION "4.0-0"

#define MLX4_FS_UDP_UC_EN (1 << 1)
#define MLX4_FS_TCP_UC_EN (1 << 2)
Expand Down

0 comments on commit cea2a6d

Please sign in to comment.