Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cea2a6d8 authored by Tariq Toukan's avatar Tariq Toukan Committed by David S. Miller
Browse files

net/mlx4_core: Bump driver version



Remove date and bump version for mlx4_core driver.

Signed-off-by: default avatarTariq Toukan <tariqt@mellanox.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5ebe31d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
+1 −2
Original line number Diff line number Diff line
@@ -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)