From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BACADA04FD; Tue, 14 Jan 2020 11:40:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E64951C237; Tue, 14 Jan 2020 11:40:22 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 3404A1C22C for ; Tue, 14 Jan 2020 11:40:22 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jan 2020 02:40:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,432,1571727600"; d="scan'208";a="256250686" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.251.85.93]) ([10.251.85.93]) by fmsmga002.fm.intel.com with ESMTP; 14 Jan 2020 02:40:19 -0800 To: Artur Trybula , dev@dpdk.org, fiona.trahe@intel.com, shallyv@marvell.com, adamx.dybkowski@intel.com, marcinx.danilewicz@intel.com, akhil.goyal@nxp.com References: <20191216154406.3827-1-arturx.trybula@intel.com> <20191220150839.17994-1-arturx.trybula@intel.com> <20191220150839.17994-2-arturx.trybula@intel.com> From: "Burakov, Anatoly" Message-ID: <83b8d50f-5534-cd51-add5-10aa03849747@intel.com> Date: Tue, 14 Jan 2020 10:40:18 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: <20191220150839.17994-2-arturx.trybula@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 1/1] eal: improve user notification for too low memzone segments 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 20-Dec-19 3:08 PM, Artur Trybula wrote: > In case of too low number of memzone segements user notification > was misleading. This patch improves the description by providing > better explanation about the cause. > > Signed-off-by: Artur Trybula > --- Acked-by: Anatoly Burakov -- Thanks, Anatoly