Skip to content

Commit

Permalink
efa: Add EFA 0xefa2 PCI ID
Browse files Browse the repository at this point in the history
Add 0xefa2 devices to the pciid match table.

Signed-off-by: Michael Margolin <[email protected]>
  • Loading branch information
mrgolin committed Oct 18, 2022
1 parent b9fb87d commit 7415fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/efa/efa.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ static const struct verbs_match_ent efa_table[] = {
VERBS_DRIVER_ID(RDMA_DRIVER_EFA),
VERBS_PCI_MATCH(PCI_VENDOR_ID_AMAZON, 0xefa0, NULL),
VERBS_PCI_MATCH(PCI_VENDOR_ID_AMAZON, 0xefa1, NULL),
VERBS_PCI_MATCH(PCI_VENDOR_ID_AMAZON, 0xefa2, NULL),
{}
};

Expand Down

0 comments on commit 7415fa0

Please sign in to comment.