From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH v4 07/11] eal: replace rte_panic instances in hugepage_info Date: Thu, 19 Apr 2018 15:03:54 +0100 Message-ID: <9d631c8a-5ec6-aae1-9f5d-0c890dfb1c19@intel.com> References: <1524117669-25729-1-git-send-email-arnon@qwilt.com> <1524117669-25729-8-git-send-email-arnon@qwilt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Arnon Warshavsky , thomas@monjalon.net, wenzhuo.lu@intel.com, declan.doherty@intel.com, jerin.jacob@caviumnetworks.com, bruce.richardson@intel.com, ferruh.yigit@intel.com Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id DEAC17CFC for ; Thu, 19 Apr 2018 16:03:58 +0200 (CEST) In-Reply-To: <1524117669-25729-8-git-send-email-arnon@qwilt.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 19-Apr-18 7:01 AM, Arnon Warshavsky wrote: > replace panic calls with log and retrun value. typo: return > > v4 > static size calculation function changed to return success/fail code > in addition to filling the size result. > > Signed-off-by: Arnon Warshavsky > --- Please do not add version notes to commit message. You might want to use "git notes add" for this, or manually edit the patch and add notes after "---" before sending. On patch contents, Acked-by: Anatoly Burakov -- Thanks, Anatoly