From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=z13QWAwrAPQjzmX9+SJxJ9bYyxgA5kVZm/xnq5nN92c=; b=G0tVNEMG0CwywMAjG7QVQ74cK5e98DLopgg6OlN3CcbY8CXbonYDhvWS6RmAvIjmU5 578I1UpWitz387XQ94jxjB16b0KRGAFHpyoNwgK/R+cuI1jq+nrPRvGMyBq6TBaINWmX tnLuSuXPjy48y6PHq9cUCH5JyQtlKug56cmVd0FvuwriyPtoViJ50xlzO5qZendLNxdQ PP5kcXSti8vSSeLJYDNFD5YJbSFMX+qeYr61wRVBcx+VRidMKpNEWRPRicy3bK3jo5f5 VnmKJ3utGJQ/DTWGvoLq76h9RYpiMm6Ov6+t2wA1hxhoGeKkVHZejd77mZztadnOrjeP ohag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=z13QWAwrAPQjzmX9+SJxJ9bYyxgA5kVZm/xnq5nN92c=; b=a8A0rvrEJePxGGIGeXp/rkyKkh1s2iaLmKpy4Ldz5r3Xq/59yvNLmhJg4ZBCDykDo9 BK3qdlccGrTAx3soFbF69gPckgGVh2r0Nn3LNf9BgGx74ZD3mpClYd/UHovHvsYRxBco xQFmL3Hc3Im6Rvv34NUOscaU/NQzRNXFyi7FHAApfgSzlnbFVvc9n8AbuIevbZjDkGjW Dnne40IY9sD+9MSRtEHBXSKYzxxndnD0pBcTtXpKaL4q9dlltdAThXV44YGW8ojEuQ2v MO1iJT/cG+87i4loLWhJ1G7QRLn5M+jMlxgap+g44dOiUsQwqWK/p7PqzE+uP8p3asu9 qJ2Q== X-Gm-Message-State: AEkoouvGdkjVLwkPe7lTHFMGEHNhWhsfXrTwh+iDN8Gb0dMOY7cqdrNIIiVMu78JLG1VMx+n X-Received: by 10.28.18.149 with SMTP id 143mr23512654wms.28.1470210904691; Wed, 03 Aug 2016 00:55:04 -0700 (PDT) Received: from xps13.localnet (86.114.118.80.rev.sfr.net. [80.118.114.86]) by smtp.gmail.com with ESMTPSA id k3sm6353908wjf.7.2016.08.03.00.55.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Aug 2016 00:55:03 -0700 (PDT) From: Thomas Monjalon To: txcy uio Cc: dev@dpdk.org Date: Wed, 03 Aug 2016 09:55:02 +0200 Message-ID: <8936465.DzmF7Xqy7Y@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] eal: map shared config into exact same address as primary process (for freebsd) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2016 07:55:05 -0000 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