aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Margolin <[email protected]>2024-07-01 09:57:52 +0000
committerLeon Romanovsky <[email protected]>2024-07-01 15:38:05 +0300
commit346d2fc606a85a728a02cb26ff8304f80b114b2d (patch)
treed451908c020f71d63f05d2671fd03ff71c623393
parent7a2210a57d423cbdb9c5f2e8b12c65d7472ff147 (diff)
RDMA/efa: Add EFA 0xefa3 PCI ID
Add support for 0xefa3 devices. Reviewed-by: Yonatan Nachum <[email protected]> Reviewed-by: Yossi Leybovich <[email protected]> Signed-off-by: Michael Margolin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Leon Romanovsky <[email protected]>
-rw-r--r--drivers/infiniband/hw/efa/efa_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/efa/efa_main.c b/drivers/infiniband/hw/efa/efa_main.c
index 99f9ac23c721..1a777791bea3 100644
--- a/drivers/infiniband/hw/efa/efa_main.c
+++ b/drivers/infiniband/hw/efa/efa_main.c
@@ -16,11 +16,13 @@
#define PCI_DEV_ID_EFA0_VF 0xefa0
#define PCI_DEV_ID_EFA1_VF 0xefa1
#define PCI_DEV_ID_EFA2_VF 0xefa2
+#define PCI_DEV_ID_EFA3_VF 0xefa3
static const struct pci_device_id efa_pci_tbl[] = {
{ PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA0_VF) },
{ PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA1_VF) },
{ PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA2_VF) },
+ { PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA3_VF) },
{ }
};