Skip to content

Commit 7913d20

Browse files
Tariq ToukanSaeed Mahameed
authored andcommitted
net/mlx5: Bump driver version
Remove date and bump version for mlx5_core driver. Signed-off-by: Tariq Toukan <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
1 parent e29341f commit 7913d20

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static void mlx5e_get_drvinfo(struct net_device *dev,
3939
struct mlx5_core_dev *mdev = priv->mdev;
4040

4141
strlcpy(drvinfo->driver, DRIVER_NAME, sizeof(drvinfo->driver));
42-
strlcpy(drvinfo->version, DRIVER_VERSION " (" DRIVER_RELDATE ")",
42+
strlcpy(drvinfo->version, DRIVER_VERSION,
4343
sizeof(drvinfo->version));
4444
snprintf(drvinfo->fw_version, sizeof(drvinfo->fw_version),
4545
"%d.%d.%04d (%.16s)",

drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
#include <linux/if_link.h>
4040

4141
#define DRIVER_NAME "mlx5_core"
42-
#define DRIVER_VERSION "3.0-1"
43-
#define DRIVER_RELDATE "January 2015"
42+
#define DRIVER_VERSION "5.0-0"
4443

4544
#define MLX5_TOTAL_VPORTS(mdev) (1 + pci_sriov_get_totalvfs(mdev->pdev))
4645

0 commit comments

Comments
 (0)