diff --git a/dcgmi/Diag.cpp b/dcgmi/Diag.cpp index 626acc6d..ac3d899a 100644 --- a/dcgmi/Diag.cpp +++ b/dcgmi/Diag.cpp @@ -768,7 +768,7 @@ void Diag::HelperDisplayVersionAndDevIds(dcgmDiagResponse_v12 const &response) c { cmdView.addDisplayParameter( DATA_NAME_TAG, - fmt::format("{} Device IDs Detected", + fmt::format("{} PCI Device IDs Detected", DcgmFieldsGetEntityGroupString(static_cast(gId)))); cmdView.addDisplayParameter(DATA_INFO_TAG, str); cmdView.display(); diff --git a/nvvs/include/NvvsJsonStrings.h b/nvvs/include/NvvsJsonStrings.h index 17bef231..4b71a304 100644 --- a/nvvs/include/NvvsJsonStrings.h +++ b/nvvs/include/NvvsJsonStrings.h @@ -38,7 +38,7 @@ #define NVVS_ERROR_SEVERITY "error_severity" #define NVVS_ITERATIONS "iterations" #define NVVS_RESULT "Overall Result" -#define NVVS_GPU_DEV_IDS "GPU Device IDs" +#define NVVS_GPU_DEV_IDS "GPU PCI Device IDs" #define NVVS_GPU_SERIALS "GPU Device Serials" #define NVVS_DRIVER_VERSION "Driver Version Detected" #define NVVS_AUX_DATA "aux_data"