Skip to content

Commit 346d2fc

Browse files
mrgolinrleon
authored andcommitted
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]>
1 parent 7a2210a commit 346d2fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/infiniband/hw/efa/efa_main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@
1616
#define PCI_DEV_ID_EFA0_VF 0xefa0
1717
#define PCI_DEV_ID_EFA1_VF 0xefa1
1818
#define PCI_DEV_ID_EFA2_VF 0xefa2
19+
#define PCI_DEV_ID_EFA3_VF 0xefa3
1920

2021
static const struct pci_device_id efa_pci_tbl[] = {
2122
{ PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA0_VF) },
2223
{ PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA1_VF) },
2324
{ PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA2_VF) },
25+
{ PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA3_VF) },
2426
{ }
2527
};
2628

0 commit comments

Comments
 (0)