diff options
| author | doubled <doubled@leap-io-kernel.com> | 2025-09-14 10:52:07 +0800 |
|---|---|---|
| committer | Alex Shi <alexs@kernel.org> | 2025-10-02 21:36:22 +0800 |
| commit | dca85d5916f002504850c947db3a92ffabc52b3f (patch) | |
| tree | 0a50577ed30ddbc773014c59582f087b293f5f16 /Documentation | |
| parent | f7c2e7108e0cf87d04d2f28078b5fefe1af47383 (diff) | |
docs/zh_CN: Add link_power_management_policy.rst translation
Translate .../scsi/link_power_management_policy.rst into Chinese.
Add link_power_management_policy into .../scsi/index.rst.
Update the translation through commit cbbc70a8cde7
("scsi: docs: convert link_power_management_policy.txt to ReST")
Signed-off-by: doubled <doubled@leap-io-kernel.com>
Signed-off-by: Alex Shi <alexs@kernel.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/translations/zh_CN/scsi/index.rst | 5 | ||||
| -rw-r--r-- | Documentation/translations/zh_CN/scsi/link_power_management_policy.rst | 32 |
2 files changed, 33 insertions, 4 deletions
diff --git a/Documentation/translations/zh_CN/scsi/index.rst b/Documentation/translations/zh_CN/scsi/index.rst index dc56ca279db8..4d83ab431d2c 100644 --- a/Documentation/translations/zh_CN/scsi/index.rst +++ b/Documentation/translations/zh_CN/scsi/index.rst @@ -42,10 +42,7 @@ SCSI驱动参数 :maxdepth: 1 scsi-parameters - -Todolist: - -* link_power_management_policy + 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..f2ab8fdf4aa8 --- /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 + +:翻译: + + 郝栋栋 doubled <doubled@leap-io-kernel.com> + +:校译: + + + +================ +链路电源管理策略 +================ + +该参数允许用户设置链路(接口)的电源管理模式。 +共计三类可选项: + +===================== ===================================================== +选项 作用 +===================== ===================================================== +min_power 指示控制器在可能的情况下尽量使链路处于最低功耗。 + 这可能会牺牲一定的性能,因为从低功耗状态恢复时会增加延迟。 + +max_performance 通常,这意味着不进行电源管理。指示 + 控制器优先考虑性能而非电源管理。 + +medium_power 指示控制器在可能的情况下进入较低功耗状态, + 而非最低功耗状态,从而改善min_power模式下的延迟。 +===================== ===================================================== |
