From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: eal: map shared config into exact same address as primary process (for freebsd) Date: Wed, 03 Aug 2016 09:55:02 +0200 Message-ID: <8936465.DzmF7Xqy7Y@xps13> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: txcy uio Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id E21EA1396 for ; Wed, 3 Aug 2016 09:55:04 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id o80so323166020wme.1 for ; Wed, 03 Aug 2016 00:55:04 -0700 (PDT) In-Reply-To: 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" Hi, 2016-08-02 15:31, txcy uio: > Hello > > I am getting a segmentation fault on freebsd 10 due to the shared config > mismatch between the primary and secondary process - > > The following commit seems to have fixed this issue long time back on Linux > but was never ported to freebsd. > http://dpdk.org/browse/dpdk/commit/?id=6258f1c942c3e0b7bb715158cc266eede6521ddf > > Was there any specific reason for not fixing this on freebsd? I think there is no specific reason. Probably that FreeBSD was forgotten. Do not hesitate to send a patch. Thanks