Commit cbbc70a8 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Martin K. Petersen
Browse files
parent a88dc3ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,5 +24,6 @@ Linux SCSI Subsystem
   hpsa
   hptiop
   libsas
   link_power_management_policy

   scsi_transport_srp/figures
+9 −3
Original line number Diff line number Diff line
.. SPDX-License-Identifier: GPL-2.0

==========================
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
@@ -15,5 +22,4 @@ max_performance Generally, this means no power management. Tell
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.

=====================   =====================================================