Skip to content

Commit

Permalink
net/mlx5_core: Update module info macros for ConnectX4 Support
Browse files Browse the repository at this point in the history
Declare the support of new ConnectX4 HCA in module info
Pump up the module version

Signed-off-by: Achiad Shochat <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
Signed-off-by: Eli Cohen <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Achiad Shochat authored and davem330 committed Apr 2, 2015
1 parent 6cf0a15 commit 4ae6c18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/net/ethernet/mellanox/mlx5/core/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
#include "mlx5_core.h"

#define DRIVER_NAME "mlx5_core"
#define DRIVER_VERSION "2.2-1"
#define DRIVER_RELDATE "Feb 2014"
#define DRIVER_VERSION "3.0"
#define DRIVER_RELDATE "January 2015"

MODULE_AUTHOR("Eli Cohen <[email protected]>");
MODULE_DESCRIPTION("Mellanox ConnectX-IB HCA core library");
MODULE_DESCRIPTION("Mellanox Connect-IB, ConnectX-4 core driver");
MODULE_LICENSE("Dual BSD/GPL");
MODULE_VERSION(DRIVER_VERSION);

Expand Down

0 comments on commit 4ae6c18

Please sign in to comment.