mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
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>
This commit is contained in:
parent
5903325a64
commit
f832dc820f
1 changed files with 1 additions and 0 deletions
|
@ -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, }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue