From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samir Shah <1samirshah@gmail.com> Subject: DPDK & ASLR Date: Tue, 25 Oct 2016 15:18:03 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: dev@dpdk.org Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id CA4AA6A87 for ; Wed, 26 Oct 2016 00:18:04 +0200 (CEST) Received: by mail-wm0-f45.google.com with SMTP id c78so50248837wme.0 for ; Tue, 25 Oct 2016 15:18:04 -0700 (PDT) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" We know that it is recommended that ASLR be turned off so that the mappings across primary and secondary remain the same. Does ASLR need to be turned off system-wide, or DPDK-processes wide? Could we use setarch/personality to disable ASLR for just the DPDK process and leave it enabled for the rest of the system? Any experience to say if that would work or not? - Samir