summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
diff options
context:
space:
mode:
authorNoa Osherovich <noaos@mellanox.com>2017-04-19 13:12:23 +0300
committerSaeed Mahameed <saeedm@mellanox.com>2017-05-14 13:53:26 +0300
commit2e9d3e83ab82ceae965ee6abd58305886df94ab9 (patch)
treef01377d66862afb6664467268147b9d677493a1b /drivers/net/ethernet/mellanox/mlx5
parent1b9a07ee25049724ab7f7c32282fbf5452530cea (diff)
downloadop-kernel-dev-2e9d3e83ab82ceae965ee6abd58305886df94ab9.zip
op-kernel-dev-2e9d3e83ab82ceae965ee6abd58305886df94ab9.tar.gz
net/mlx5: Update the list of the PCI supported devices
Add the BlueField device and VF IDs to the supported devices list. Signed-off-by: Noa Osherovich <noaos@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlx5')
-rw-r--r--drivers/net/ethernet/mellanox/mlx5/core/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/main.c b/drivers/net/ethernet/mellanox/mlx5/core/main.c
index 0c123d5..f933922 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/main.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/main.c
@@ -1520,6 +1520,8 @@ static const struct pci_device_id mlx5_core_pci_table[] = {
{ PCI_VDEVICE(MELLANOX, 0x101a), MLX5_PCI_DEV_IS_VF}, /* ConnectX-5 Ex VF */
{ PCI_VDEVICE(MELLANOX, 0x101b) }, /* ConnectX-6 */
{ PCI_VDEVICE(MELLANOX, 0x101c), MLX5_PCI_DEV_IS_VF}, /* ConnectX-6 VF */
+ { PCI_VDEVICE(MELLANOX, 0xa2d2) }, /* BlueField integrated ConnectX-5 network controller */
+ { PCI_VDEVICE(MELLANOX, 0xa2d3), MLX5_PCI_DEV_IS_VF}, /* BlueField integrated ConnectX-5 network controller VF */
{ 0, }
};
OpenPOWER on IntegriCloud