link_power_management_policy.txt 729 B

1234567891011121314151617181920
  1. This parameter allows the user to set the link (interface) power management.
  2. There are 3 possible options:
  3. Value Effect
  4. ----------------------------------------------------------------------------
  5. min_power Tell the controller to try to make the link use the
  6. least possible power when possible. This may
  7. sacrifice some performance due to increased latency
  8. when coming out of lower power states.
  9. max_performance Generally, this means no power management. Tell
  10. the controller to have performance be a priority
  11. over power management.
  12. medium_power Tell the controller to enter a lower power state
  13. when possible, but do not enter the lowest power
  14. state, thus improving latency over min_power setting.