forked from luck/tmp_suning_uos_patched
net/mlx4_core: Bump driver version
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>
This commit is contained in:
parent
5ebe31d7b2
commit
cea2a6d81d
|
@ -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,
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user