Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
* [PATCH for-next] RDMA/efa: Add EFA 0xefa3 PCI ID
@ 2024-07-01  9:57 Michael Margolin
  2024-07-01 12:36 ` Leon Romanovsky
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Margolin @ 2024-07-01  9:57 UTC (permalink / raw)
  To: jgg, leon, linux-rdma; +Cc: sleybo, matua, gal.pressman, Yonatan Nachum

Add support for 0xefa3 devices.

Reviewed-by: Yonatan Nachum <ynachum@amazon.com>
Reviewed-by: Yossi Leybovich <sleybo@amazon.com>
Signed-off-by: Michael Margolin <mrgolin@amazon.com>
---
 drivers/infiniband/hw/efa/efa_main.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/infiniband/hw/efa/efa_main.c b/drivers/infiniband/hw/efa/efa_main.c
index 99f9ac23c721..1a777791bea3 100644
--- a/drivers/infiniband/hw/efa/efa_main.c
+++ b/drivers/infiniband/hw/efa/efa_main.c
@@ -16,11 +16,13 @@
 #define PCI_DEV_ID_EFA0_VF 0xefa0
 #define PCI_DEV_ID_EFA1_VF 0xefa1
 #define PCI_DEV_ID_EFA2_VF 0xefa2
+#define PCI_DEV_ID_EFA3_VF 0xefa3
 
 static const struct pci_device_id efa_pci_tbl[] = {
 	{ PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA0_VF) },
 	{ PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA1_VF) },
 	{ PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA2_VF) },
+	{ PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA3_VF) },
 	{ }
 };
 
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH for-next] RDMA/efa: Add EFA 0xefa3 PCI ID
  2024-07-01  9:57 [PATCH for-next] RDMA/efa: Add EFA 0xefa3 PCI ID Michael Margolin
@ 2024-07-01 12:36 ` Leon Romanovsky
  0 siblings, 0 replies; 2+ messages in thread
From: Leon Romanovsky @ 2024-07-01 12:36 UTC (permalink / raw)
  To: leon, linux-rdma, Jason Gunthorpe, Michael Margolin
  Cc: sleybo, matua, gal.pressman, Yonatan Nachum


On Mon, 01 Jul 2024 09:57:52 +0000, Michael Margolin wrote:
> Add support for 0xefa3 devices.
> 
> 

Applied, thanks!

[1/1] RDMA/efa: Add EFA 0xefa3 PCI ID
      https://git.kernel.org/rdma/rdma/c/9e6ff3ef30417a

Best regards,
-- 
Leon Romanovsky <leonro@nvidia.com>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-01 12:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-01  9:57 [PATCH for-next] RDMA/efa: Add EFA 0xefa3 PCI ID Michael Margolin
2024-07-01 12:36 ` Leon Romanovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox