numam-dpdk/examples/vm_power_manager
Marvin Liu 67ff575ee8 examples/vm_power: fix physical core mask
Host cpu mapping structure can only support 64 cpus. When run vm_power sample
on platform with more than 64 cpus, will generate improper physical core mask.
After limited supported host cpus to 64 will fix this issue.

Fixes: e9f64db946 ("examples/vm_power: show warning when more than 64 cores")

Signed-off-by: Marvin Liu <yong.liu@intel.com>
2015-08-11 09:43:22 +02:00
..
guest_cli examples: no more bare metal environment 2014-11-27 13:09:59 +01:00
channel_manager.c examples/vm_power: fix physical core mask 2015-08-11 09:43:22 +02:00
channel_manager.h examples/vm_power: fix max length of unix socket path 2014-12-17 01:04:06 +01:00
channel_monitor.c add prefix to cache line macros 2014-11-27 16:21:11 +01:00
channel_monitor.h examples/vm_power: channel manager and monitor in host 2014-11-26 17:27:03 +01:00
main.c examples: no more bare metal environment 2014-11-27 13:09:59 +01:00
Makefile examples/vm_power: fix split of compiler and linker options 2014-12-18 00:26:08 +01:00
power_manager.c examples/vm_power: cpu frequency in host 2014-11-26 17:27:03 +01:00
power_manager.h examples/vm_power: cpu frequency in host 2014-11-26 17:27:03 +01:00
vm_power_cli.c examples/vm_power: fix initialization of cmdline token 2014-12-18 00:26:08 +01:00
vm_power_cli.h examples/vm_power: cli in host 2014-11-26 17:27:03 +01:00