mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add NV2080_CTRL_CMD_NVLINK_GET_NVLINK_CAPS to nvproxy.
Updates #9827 PiperOrigin-RevId: 592873910
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user