Skip to content

Commit

Permalink
Merge pull request #1480 from amzn/efa3
Browse files Browse the repository at this point in the history
efa: Add EFA 0xefa3 PCI ID
  • Loading branch information
rleon committed Jul 1, 2024
2 parents 29a24ec + b62dc3e commit ad1cba1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion providers/efa/efa.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
/*
* Copyright 2019-2023 Amazon.com, Inc. or its affiliates. All rights reserved.
* Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All rights reserved.
*/

#include <stdio.h>
Expand All @@ -22,6 +22,7 @@ static const struct verbs_match_ent efa_table[] = {
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),
VERBS_PCI_MATCH(PCI_VENDOR_ID_AMAZON, 0xefa3, NULL),
{}
};

Expand Down

0 comments on commit ad1cba1

Please sign in to comment.