[dpdk-dev] sharing rte_malloc() address between processes.

2014-06-10 Thread Venkat Thummala
Hi, You can refer section 20.3 [Multi-Process Limitations] in DPDK Programmer's Guide. It says, ? The multi-process feature requires that the exact same hugepage memory mappings be present in all applications. The Linux security feature - Address-Space Layout Randomization (ASLR) can interfere

[dpdk-dev] sharing rte_malloc() address between processes.

2014-06-10 Thread Venkat Thummala
Hi, Yo ? The multi-process feature requires that the exact same hugepage memory mappings be present in all applications. The Linux security feature - Address-Space Layout Randomization (ASLR) can interfere with this mapping, so it may be necessary to disable this feature in order to reliably run

[dpdk-dev] sharing rte_malloc() address between processes.

2014-06-10 Thread Uri Sidler
How can I share the addresses between processes? Is there a simple way of doing so? thanks, Shirley.