Logo of The Linux Kernel

The Linux Kernel

6.17.0-rc7

快速搜尋

Contents

  • Development process
  • 提交補釘
  • 行為守則
  • 維護者手冊
  • All development-process docs
  • 核心 API
  • Driver APIs
  • 子系統
    • Core subsystems
    • Human interfaces
    • Networking interfaces
    • Storage interfaces
      • Linux 內核中的檔案系統
      • Block
      • CD-ROM
      • SCSI Subsystem
      • TCM 虛擬裝置
      • NVMe Subsystem
    • Other subsystems
  • Locking
  • Licensing rules
  • 撰寫文件
  • 開發工具
  • 測試指南
  • Hacking guide
  • Tracing
  • Fault injection
  • Livepatching
  • Rust
  • Administration
  • 建置系統
  • 回報議題
  • 使用者空間工具
  • 使用者空間 API
  • 韌體
  • 韌體與裝置樹
  • CPU 架構
  • 未排序的文件

本頁

  • 顯示原始碼

Link Power Managent Policy¶

This parameter allows the user to set the link (interface) power management. There are 3 possible options:

Value

Effect

min_power

Tell the controller to try to make the link use the least possible power when possible. This may sacrifice some performance due to increased latency when coming out of lower power states.

max_performance

Generally, this means no power management. Tell the controller to have performance be a priority over power management.

medium_power

Tell the controller to enter a lower power state when possible, but do not enter the lowest power state, thus improving latency over min_power setting.

©The kernel development community. | Powered by Sphinx 8.2.3 & Alabaster 1.0.0 | Page source