[dpdk-dev] [PATCH]xen:fix an issue about memory size caculation in Dom0 driver

2014-06-09 Thread Thomas Monjalon
2014-06-03 21:00, Jijiang Liu: > The unit of allocated_size is MB,so the change below is made. Otherwise, it > will fail to free memory when available memory is not enough. > > Signed-off-by: Jijiang Liu > Acked-by: Huawei Xie > Tested-by: Heng Ding Applied for version 1.7.0. Thanks -- Thomas

[dpdk-dev] [PATCH]xen:fix an issue about memory size caculation in Dom0 driver

2014-06-03 Thread Jijiang Liu
The unit of allocated_size is MB,so the change below is made. Otherwise, it will fail to free memory when available memory is not enough. Signed-off-by: Jijiang Liu Acked-by: Huawei Xie Tested-by: Heng Ding --- lib/librte_eal/linuxapp/xen_dom0/dom0_mm_misc.c |2 +- 1 files changed, 1 i