examples/vm_power: show warning when more than 64 cores
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 6 Aug 2015 11:07:41 +0000 (12:07 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 10 Aug 2015 21:02:15 +0000 (23:02 +0200)
commite9f64db946378944f149a0a198a01aa4f555748b
treef922129ab2d1555b0371ff886554d26bab2718a0
parent6f1c1e28d98e11c679538ea5eebd0401adba8f55
examples/vm_power: show warning when more than 64 cores

When using VM power manager app on systems with more than 64 cores,
app could not run even though user does not use cores 64 or higher.
The problem happens only in that case, in which case it will result
in an undefined behaviour.

Thefere, this patch allows the user to run the app on a system with more
than 64 cores, warning the user not to use cores higher than 64 in the VM(s).

Add new known issue where VM power manager app may not work
in a system with more than 64 cores, in release notes.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Tested-by: Marvin Liu <yong.liu@intel.com>
Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
doc/guides/rel_notes/known_issues.rst
examples/vm_power_manager/channel_manager.c