Add NV2080_CTRL_CMD_NVLINK_GET_NVLINK_CAPS to nvproxy.

Updates #9827

PiperOrigin-RevId: 592873910
This commit is contained in:
Ayush Ranjan
2023-12-21 08:58:12 -08:00
committed by gVisor bot
parent f76d64021e
commit 8b291071cd
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -209,6 +209,7 @@ const (
// From src/common/sdk/nvidia/inc/ctrl/ctrl2080/ctrl2080nvlink.h:
const (
NV2080_CTRL_CMD_NVLINK_GET_NVLINK_CAPS = 0x20803001
NV2080_CTRL_CMD_NVLINK_GET_NVLINK_STATUS = 0x20803002
)
+1
View File
@@ -249,6 +249,7 @@ func Init() {
nvgpu.NV2080_CTRL_CMD_GSP_GET_FEATURES: rmControlSimple,
nvgpu.NV2080_CTRL_CMD_MC_GET_ARCH_INFO: rmControlSimple,
nvgpu.NV2080_CTRL_CMD_MC_SERVICE_INTERRUPTS: rmControlSimple,
nvgpu.NV2080_CTRL_CMD_NVLINK_GET_NVLINK_CAPS: rmControlSimple,
nvgpu.NV2080_CTRL_CMD_NVLINK_GET_NVLINK_STATUS: rmControlSimple,
nvgpu.NV2080_CTRL_CMD_PERF_BOOST: rmControlSimple,
nvgpu.NV2080_CTRL_CMD_RC_GET_WATCHDOG_INFO: rmControlSimple,