From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 3EA99324D for ; Thu, 26 Jul 2018 11:34:18 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jul 2018 02:34:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,404,1526367600"; d="scan'208";a="77976728" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.86]) ([10.237.220.86]) by orsmga002.jf.intel.com with ESMTP; 26 Jul 2018 02:34:15 -0700 To: Stephen Hemminger , dev@dpdk.org Cc: Stephen Hemminger References: <20180725182019.31518-1-stephen@networkplumber.org> <20180725182019.31518-4-stephen@networkplumber.org> From: "Burakov, Anatoly" Message-ID: <1ea01f84-2e79-9f66-e6f0-2b2a542cb26d@intel.com> Date: Thu, 26 Jul 2018 10:34:14 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180725182019.31518-4-stephen@networkplumber.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 3/4] eal: don't crash if alarm set fails 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, 26 Jul 2018 09:34:18 -0000 On 25-Jul-18 7:20 PM, Stephen Hemminger wrote: > There is no need to call rte_exit and crash the application here; > better to let the application handle the error itself. > > Remove the gratuitous profanity which would be visible if > the rte_exit was still there. > > Signed-off-by: Stephen Hemminger > --- Oops, this was a "debug" message i accidentally left in :( My apologies! -- Thanks, Anatoly