<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<div dir="ltr">
<div></div>
<div style="">
<div>
<div dir="ltr">Sounds good to me<span id="ms-outlook-ios-cursor"></span></div>
</div>
<div id="ms-outlook-mobile-signature">
<div><br>
</div>
<div dir="ltr">
<div dir="ltr">Thanks</div>
<div dir="ltr">EA</div>
</div>
</div>
<div id="mail-editor-reference-message-container" class="ms-outlook-mobile-reference-message">
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif"><b>From:</b> Levend Sayar <levendsayar@gmail.com><br>
<b>Sent:</b> Tuesday, October 10, 2023 12:02<br>
<b>To:</b> Elena Agostini <eagostini@nvidia.com><br>
<b>Cc:</b> dev@dpdk.org <dev@dpdk.org>; Levend Sayar <levendsayar@gmail.com><br>
<b>Subject:</b> [PATCH] gpu/cuda: add PCI device ID for NVIDIA TU102GL [Quadro RTX 6000/8000]</font></div>
<font size="2"><span style="font-size:11pt;">
<div class="PlainText"><br>
<br>
PCI device ID is added for NVIDIA TU102GL [Quadro RTX 6000/8000]<br>
GPU card.<br>
<br>
Signed-off-by: Levend Sayar <levendsayar@gmail.com><br>
---<br>
 drivers/gpu/cuda/cuda.c    | 4 ++++<br>
 drivers/gpu/cuda/devices.h | 1 +<br>
 2 files changed, 5 insertions(+)<br>
<br>
diff --git a/drivers/gpu/cuda/cuda.c b/drivers/gpu/cuda/cuda.c<br>
index a552aabeb8..00133696d7 100644<br>
--- a/drivers/gpu/cuda/cuda.c<br>
+++ b/drivers/gpu/cuda/cuda.c<br>
@@ -203,6 +203,10 @@ static const struct rte_pci_id pci_id_cuda_map[] = {<br>
                RTE_PCI_DEVICE(NVIDIA_GPU_VENDOR_ID,<br>
                                NVIDIA_GPU_QUADRO_RTX_8000)<br>
        },<br>
+       {<br>
+               RTE_PCI_DEVICE(NVIDIA_GPU_VENDOR_ID,<br>
+                               NVIDIA_GPU_QUADRO_RTX_8000_2)<br>
+       },<br>
        {<br>
                RTE_PCI_DEVICE(NVIDIA_GPU_VENDOR_ID,<br>
                                NVIDIA_GPU_QUADRO_RTX_A4000)<br>
diff --git a/drivers/gpu/cuda/devices.h b/drivers/gpu/cuda/devices.h<br>
index e6502910f3..94e4ee218c 100644<br>
--- a/drivers/gpu/cuda/devices.h<br>
+++ b/drivers/gpu/cuda/devices.h<br>
@@ -54,6 +54,7 @@<br>
 #define NVIDIA_GPU_QUADRO_RTX_5000 (0x1eb0)<br>
 #define NVIDIA_GPU_QUADRO_RTX_6000 (0x13d9)<br>
 #define NVIDIA_GPU_QUADRO_RTX_8000 (0x13d8)<br>
+#define NVIDIA_GPU_QUADRO_RTX_8000_2 (0x1e30)<br>
 #define NVIDIA_GPU_QUADRO_RTX_A4000 (0x24b0)<br>
 #define NVIDIA_GPU_QUADRO_RTX_A6000 (0x2230)<br>
 #define NVIDIA_GPU_QUADRO_RTX_A5000 (0x2231)<br>
--<br>
2.39.3 (Apple Git-145)<br>
<br>
</div>
</span></font></div>
</div>
</div>
</body>
</html>