[PATCH] gpu/cuda: add PCI device ID for NVIDIA TU102GL [Quadro RTX 6000/8000]
Elena Agostini
eagostini at nvidia.com
Tue Oct 10 12:06:22 CEST 2023
Sounds good to me
Thanks
EA
________________________________
From: Levend Sayar <levendsayar at gmail.com>
Sent: Tuesday, October 10, 2023 12:02
To: Elena Agostini <eagostini at nvidia.com>
Cc: dev at dpdk.org <dev at dpdk.org>; Levend Sayar <levendsayar at gmail.com>
Subject: [PATCH] gpu/cuda: add PCI device ID for NVIDIA TU102GL [Quadro RTX 6000/8000]
PCI device ID is added for NVIDIA TU102GL [Quadro RTX 6000/8000]
GPU card.
Signed-off-by: Levend Sayar <levendsayar at gmail.com>
---
drivers/gpu/cuda/cuda.c | 4 ++++
drivers/gpu/cuda/devices.h | 1 +
2 files changed, 5 insertions(+)
diff --git a/drivers/gpu/cuda/cuda.c b/drivers/gpu/cuda/cuda.c
index a552aabeb8..00133696d7 100644
--- a/drivers/gpu/cuda/cuda.c
+++ b/drivers/gpu/cuda/cuda.c
@@ -203,6 +203,10 @@ static const struct rte_pci_id pci_id_cuda_map[] = {
RTE_PCI_DEVICE(NVIDIA_GPU_VENDOR_ID,
NVIDIA_GPU_QUADRO_RTX_8000)
},
+ {
+ RTE_PCI_DEVICE(NVIDIA_GPU_VENDOR_ID,
+ NVIDIA_GPU_QUADRO_RTX_8000_2)
+ },
{
RTE_PCI_DEVICE(NVIDIA_GPU_VENDOR_ID,
NVIDIA_GPU_QUADRO_RTX_A4000)
diff --git a/drivers/gpu/cuda/devices.h b/drivers/gpu/cuda/devices.h
index e6502910f3..94e4ee218c 100644
--- a/drivers/gpu/cuda/devices.h
+++ b/drivers/gpu/cuda/devices.h
@@ -54,6 +54,7 @@
#define NVIDIA_GPU_QUADRO_RTX_5000 (0x1eb0)
#define NVIDIA_GPU_QUADRO_RTX_6000 (0x13d9)
#define NVIDIA_GPU_QUADRO_RTX_8000 (0x13d8)
+#define NVIDIA_GPU_QUADRO_RTX_8000_2 (0x1e30)
#define NVIDIA_GPU_QUADRO_RTX_A4000 (0x24b0)
#define NVIDIA_GPU_QUADRO_RTX_A6000 (0x2230)
#define NVIDIA_GPU_QUADRO_RTX_A5000 (0x2231)
--
2.39.3 (Apple Git-145)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20231010/8573f32f/attachment.htm>
More information about the dev
mailing list