When using PMD Power Management, scale mode reacts slower than
monitor mode and pause mode. Add note in user guide to this
effect.
Signed-off-by: David Hunt <david.hunt@intel.com>
* Frequency scaling
This power saving scheme will use ``librte_power`` library functionality to
scale the core frequency up/down depending on traffic volume.
+ The reaction time of the frequency scaling mode is longer
+ than the pause and monitor mode.
The "monitor" mode is only supported in the following configurations and scenarios:
``scale``
This will use frequency scaling routines
available in the ``librte_power`` library.
+ The reaction time of the scale mode is longer
+ than the pause and monitor mode.
See :doc:`Power Management<../prog_guide/power_man>` chapter
in the DPDK Programmer's Guide for more details on PMD power management.