Skip to content

Commit

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

Signed-off-by: Gal Pressman <galpress@amazon.com>
  • Loading branch information
gal-pressman committed Aug 2, 2020
1 parent 0e6660c commit 2eb9059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/efa/efa.c
Expand Up @@ -20,6 +20,7 @@ static void efa_free_context(struct ibv_context *ibvctx);
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),
{}
};

Expand Down

0 comments on commit 2eb9059

Please sign in to comment.