From mboxrd@z Thu Jan 1 00:00:00 1970 From: Venkat Thummala Subject: Re: sharing rte_malloc() address between processes. Date: Tue, 10 Jun 2014 17:59:32 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: dev-VfR2kkLFssw@public.gmane.org To: Uri Sidler Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hi, Yo =E2=80=A2 The multi-process feature requires that the exact same hugepage m= emory 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 multi-process applications. On 10 June 2014 17:17, Uri Sidler wrote: > How can I share the addresses between processes? > Is there a simple way of doing so? > > thanks, > Shirley. >