Skip to content

Commit b75927c

Browse files
mrgolinrleon
authored andcommitted
RDMA/efa: Add EFA 0xefa2 PCI ID
Add support for 0xefa2 devices. Reviewed-by: Firas Jahjah <[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 1afac08 commit b75927c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

drivers/infiniband/hw/efa/efa_main.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
22
/*
3-
* Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All rights reserved.
3+
* Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All rights reserved.
44
*/
55

66
#include <linux/module.h>
@@ -14,10 +14,12 @@
1414

1515
#define PCI_DEV_ID_EFA0_VF 0xefa0
1616
#define PCI_DEV_ID_EFA1_VF 0xefa1
17+
#define PCI_DEV_ID_EFA2_VF 0xefa2
1718

1819
static const struct pci_device_id efa_pci_tbl[] = {
1920
{ PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA0_VF) },
2021
{ PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA1_VF) },
22+
{ PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA2_VF) },
2123
{ }
2224
};
2325

0 commit comments

Comments
 (0)