From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=3ri5RTmDRIQQ6zBSUuSy0c3G3EyUcrn4/eYLp/yKgdI=; b=Al3wNMh0RntLsNidlAkcUwdfY7ATisjem3d0g8JmiJOQMzJ2JmPUgquGVlLX0Q6SyJ MeuxiuVD9E28HypnWJRUZacDle/TwlNKt64dKaOeAGtC2WVv1GZ3dyUypj5qQWIAelKQ 50RGJYb/EH+WJTKMrFKySF1LHDw5m91HAX3ZGC4ScU/P99Aity3DTcyptDTND6R5D4vT 8nGaxHdzmU1GNKtSTex0YjG/Of0pTW716/KnjkQtSlGka5QB7PkjiAUPEZU8EjmXseaG tRr2vE+pGzhWZp51Jmr7fkvJLyRuWDgupaWR6MZOLiIounXkw+i6rOJGJ7IaWRKvYi3h YVsg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=3ri5RTmDRIQQ6zBSUuSy0c3G3EyUcrn4/eYLp/yKgdI=; b=sDtof723VeP0X3Y7pMTdvI/TWgVbD8qYM7FfxLcAgRDJHbAZqsVNK2KNJf2dMpZ8DQ wjp4dE/Ef5wQfYdrpE0OxF1aAs6WFYjFibWqioCnUB1TbyxuKla+DFouZQFivCgyoH1w TQO6ZYFK7RffYaIYswU8jvf4WtpFK0kdxLePYFxGnZD8zBVmfKTP1+99GItsskQDma70 EdRVbvoZ8x+r8qkLmfwhB3CJ9ItDm1zlxtVZ2c/k4uJBpo5LVXP0iycvBA2iLSmrEI/9 AF1JBbRB3nqvpe3QTSk3HW6lpgNhCiJUr039g/n7qA//3pB7Ku04HqvJLSmySBHKzsLv IVSQ== X-Gm-Message-State: AMke39lMuGIEHMP0+AFYqMXqn+8sniIcKg2yz2hLHEpO2VbqIl/Gw5ZxT36n/qTizb672a5D X-Received: by 10.28.19.78 with SMTP id 75mr28619765wmt.108.1489051589174; Thu, 09 Mar 2017 01:26:29 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id o52sm7492718wrb.51.2017.03.09.01.26.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Mar 2017 01:26:28 -0800 (PST) From: Thomas Monjalon To: Bruce Richardson Cc: Aaron Conole , dev@dpdk.org, Stephen Hemminger Date: Thu, 09 Mar 2017 10:26:26 +0100 Message-ID: <6402749.s9Uk5EBMcM@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20170309091122.GA302480@bricha3-MOBL3.ger.corp.intel.com> References: <20170227161811.12309-1-aconole@redhat.com> <3101203.dHUXMUouNS@xps13> <20170309091122.GA302480@bricha3-MOBL3.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v6 00/26] linux/eal: Remove most causes of panic on init X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Mar 2017 09:26:29 -0000 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.