From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id C9E6C5958 for ; Mon, 13 Jun 2016 15:57:31 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 13 Jun 2016 06:57:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,466,1459839600"; d="scan'208";a="986420724" Received: from lculbert-sp4.amr.corp.intel.com ([10.252.8.8]) by fmsmga001.fm.intel.com with SMTP; 13 Jun 2016 06:57:28 -0700 Received: by (sSMTP sendmail emulation); Mon, 13 Jun 2016 14:57:27 +0025 Date: Mon, 13 Jun 2016 14:57:27 +0100 From: Bruce Richardson To: "Iremonger, Bernard" Cc: "Jastrzebski, MichalX K" , "dev@dpdk.org" Message-ID: <20160613135726.GE15736@bricha3-MOBL3> References: <1464362453-5732-1-git-send-email-michalx.k.jastrzebski@intel.com> <1464362453-5732-2-git-send-email-michalx.k.jastrzebski@intel.com> <8CEF83825BEC744B83065625E567D7C21A01177B@IRSMSX108.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8CEF83825BEC744B83065625E567D7C21A01177B@IRSMSX108.ger.corp.intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] bond: replace rte_panic with errno code return 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: Mon, 13 Jun 2016 13:57:32 -0000 On Fri, May 27, 2016 at 04:13:04PM +0000, Iremonger, Bernard wrote: > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Michal Jastrzebski > > Sent: Friday, May 27, 2016 4:21 PM > > To: dev@dpdk.org > > Subject: [dpdk-dev] [PATCH] bond: replace rte_panic with errno code return > > > > This patch modifies bond_mode_alb_enable function. > > When mempool allocation fails errno code is returned instead of rte_panic. > > This allow to decide on application level if it should quit or retry for mempool > > allocation. > > > > Signed-off-by: Michal Jastrzebski > > Acked-by: Bernard Iremonger > Applied to dpdk-next-net/rel_16_07 /Bruce