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 6A4C9A32A4 for ; Fri, 25 Oct 2019 17:25:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 42EB61C2EA; Fri, 25 Oct 2019 17:25:01 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id E39221C2A8 for ; Fri, 25 Oct 2019 17:24:59 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Oct 2019 08:24:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,229,1569308400"; d="scan'208";a="373583075" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.104]) ([10.237.220.104]) by orsmga005.jf.intel.com with ESMTP; 25 Oct 2019 08:24:57 -0700 To: David Marchand , dev@dpdk.org Cc: stephen@networkplumber.org, thomas@monjalon.net, ktraynor@redhat.com References: <1571736761-32134-1-git-send-email-david.marchand@redhat.com> <1572011772-23271-1-git-send-email-david.marchand@redhat.com> <1572011772-23271-9-git-send-email-david.marchand@redhat.com> From: "Burakov, Anatoly" Message-ID: <786b027f-6865-676a-018e-7e869a7cdaa9@intel.com> Date: Fri, 25 Oct 2019 16:24:57 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <1572011772-23271-9-git-send-email-david.marchand@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 08/12] test/mem: remove dependency on EAL internals 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 25-Oct-19 2:56 PM, David Marchand wrote: > Rather than dereference the mem_config internal structure, we can rely > on the rte_memzone_walk API and count memzones. > > Signed-off-by: David Marchand > Acked-by: Thomas Monjalon > --- Acked-by: Anatoly Burakov -- Thanks, Anatoly