Hi Ravi, I think this patch is too complex and move too many different things: - sysfs - mem_cfg - proc_type - application_usage Please split them up.
I'm not sure the classification in eal_common_runtime.c and eal_common_system.c new file is clear. 2015-04-09 12:40, Ravi Kerur: > + mem_config = (struct rte_mem_config *) mmap(NULL, sizeof(*mem_config), Why this cast is needed?