From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 00/26] linux/eal: Remove most causes of panic on init Date: Thu, 09 Mar 2017 10:26:26 +0100 Message-ID: <6402749.s9Uk5EBMcM@xps13> References: <20170227161811.12309-1-aconole@redhat.com> <3101203.dHUXMUouNS@xps13> <20170309091122.GA302480@bricha3-MOBL3.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Aaron Conole , dev@dpdk.org, Stephen Hemminger To: Bruce Richardson Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 5EA14CFA2 for ; Thu, 9 Mar 2017 10:26:29 +0100 (CET) Received: by mail-wm0-f44.google.com with SMTP id t189so50925849wmt.1 for ; Thu, 09 Mar 2017 01:26:29 -0800 (PST) In-Reply-To: <20170309091122.GA302480@bricha3-MOBL3.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-03-09 09:11, Bruce Richardson: > On Wed, Mar 08, 2017 at 10:58:27PM +0100, Thomas Monjalon wrote: > > Hi, > > > > Thanks for the work. > > I think it needs to be completed to have the same behaviour on bsdapp. > > Ideally, yes, but I also don't think the lack of BSD changes should > block the inclusion of this set. In terms of application writers, the > apps don't need to be written differently for BSD compared to Linux > because of this change. All that is different is that the BSD version > will panic rather than return the error code. So you do not have any issue about having a different behaviour on Linux and BSD? You are the bsdapp maintainer, so it is your call.