]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
net/mlx5_core: Add ConnectX-4 to list of supported devices
authorEli Cohen <eli@mellanox.com>
Thu, 2 Oct 2014 09:19:46 +0000 (12:19 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Oct 2014 22:42:32 +0000 (15:42 -0700)
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>
drivers/net/ethernet/mellanox/mlx5/core/main.c

index b9e3259e415fa04431f180a25194c6e6eb21e336..3d8e8e489b2ddb3539a4a9c89b784974c833e50e 100644 (file)
@@ -897,6 +897,7 @@ static void remove_one(struct pci_dev *pdev)
 
 static const struct pci_device_id mlx5_core_pci_table[] = {
        { PCI_VDEVICE(MELLANOX, 4113) }, /* MT4113 Connect-IB */
+       { PCI_VDEVICE(MELLANOX, 4115) }, /* ConnectX-4 */
        { 0, }
 };