[dpdk-dev] [PATCH] examples/vm_power: fix improper physical core mask

2015-08-11 Thread Yong Liu
From: Marvin Liu 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. Signed-off-by: Marvin Liu diff --git a/examples/vm_power_ma

[dpdk-dev] [PATCH] examples/vm_power: fix improper physical core mask

2015-08-11 Thread Thomas Monjalon
2015-08-11 14:49, Yong Liu: > 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. > > Signed-off-by: Marvin Liu Fixes: e9f64db