-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Labels
Description
Is your feature request related to a problem? Please describe.
NVME SSDs have a number of power save options other than ASPM, namely:
- Lowest power management level settings
- Host memory non-operational access
- Autonomous power state transition
- Interrupt coalescing
- Volatile write cache
Describe the solution you'd like
A clear and concise description of:
- Autonomous power state transition and the lowermost power state setting is almost always a good choice to enable
- Other controller dependent operations can be considered after getting a better idea of how safe, and how common is their support
Additional context
Add any other context and references about the feature request here:
- NVME-CLI should be able to set all of these features with any relatively new kernel (5.4+)