Translate .../scsi/link_power_management_policy.rst into Chinese. Add link_power_management_policy into .../scsi/index.rst. Signed-off-by: haodongdong <doubled@xxxxxxxxxxx> --- .../translations/zh_CN/scsi/index.rst | 3 +- .../scsi/link_power_management_policy.rst | 32 +++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 Documentation/translations/zh_CN/scsi/link_power_management_policy.rst diff --git a/Documentation/translations/zh_CN/scsi/index.rst b/Documentation/translations/zh_CN/scsi/index.rst index 4e9577f2c9c6..157f8e7522b6 100644 --- a/Documentation/translations/zh_CN/scsi/index.rst +++ b/Documentation/translations/zh_CN/scsi/index.rst @@ -43,10 +43,11 @@ SCSI驱动参数 .. toctree:: :maxdepth: 1 + link_power_management_policy + Todolist: * scsi-parameters -* link_power_management_policy SCSI主机适配器驱动 ================== diff --git a/Documentation/translations/zh_CN/scsi/link_power_management_policy.rst b/Documentation/translations/zh_CN/scsi/link_power_management_policy.rst new file mode 100644 index 000000000000..67382a6a9b5f --- /dev/null +++ b/Documentation/translations/zh_CN/scsi/link_power_management_policy.rst @@ -0,0 +1,32 @@ +.. SPDX-License-Identifier: GPL-2.0 +.. include:: ../disclaimer-zh_CN.rst + +:Original: Documentation/scsi/link_power_management_policy.rst + +:翻译: + + 郝栋栋 Dongdong Hao <doubled@xxxxxxxxxxx> + +:校译: + + + +================ +链路电源管理策略 +================ + +该参数允许用户设置链路(接口)的电源管理模式。 +共计三类可选项: + +===================== ===================================================== +选项 作用 +===================== ===================================================== +min_power 指示控制器在可能的情况下尽量使链路处于最低功耗。 + 这可能会牺牲一定的性能,因为从低功耗状态恢复时会增加延迟。 + +max_performance 通常,这意味着不进行电源管理。指示 + 控制器优先考虑性能而非电源管理。 + +medium_power 指示控制器在可能的情况下进入较低功耗状态, + 而非最低功耗状态,从而改善min_power模式下的延迟。 +===================== ===================================================== \ No newline at end of file -- 2.25.1