aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Cohen <eli@mellanox.com>2014-10-02 05:19:46 -0400
committerDavid S. Miller <davem@davemloft.net>2014-10-03 18:42:32 -0400
commitf832dc820fe8fca561933e8fa734adca75bba5a0 (patch)
tree84f297a4df4c18b5ec6e589528c8f2d978d8abae
parent5903325a64834211daf63a62db3b35ee580cb8bf (diff)
net/mlx5_core: Add ConnectX-4 to list of supported devices
Add the upcoming ConnectX-4 device to the list of supported devices by then mlx5 driver. Signed-off-by: Eli Cohen <eli@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/ethernet/mellanox/mlx5/core/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/main.c b/drivers/net/ethernet/mellanox/mlx5/core/main.c
index b9e3259e415f..3d8e8e489b2d 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/main.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/main.c
@@ -897,6 +897,7 @@ static void remove_one(struct pci_dev *pdev)
897 897
898static const struct pci_device_id mlx5_core_pci_table[] = { 898static const struct pci_device_id mlx5_core_pci_table[] = {
899 { PCI_VDEVICE(MELLANOX, 4113) }, /* MT4113 Connect-IB */ 899 { PCI_VDEVICE(MELLANOX, 4113) }, /* MT4113 Connect-IB */
900 { PCI_VDEVICE(MELLANOX, 4115) }, /* ConnectX-4 */
900 { 0, } 901 { 0, }
901}; 902};
902 903