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 0F09AA32A4 for ; Fri, 25 Oct 2019 17:23:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D3DE41C2A8; Fri, 25 Oct 2019 17:23:52 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 143E11C2A2 for ; Fri, 25 Oct 2019 17:23:50 +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 fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Oct 2019 08:23:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,229,1569308400"; d="scan'208";a="373582904" 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:23:47 -0700 To: David Marchand , dev@dpdk.org Cc: stephen@networkplumber.org, thomas@monjalon.net, ktraynor@redhat.com, Wenzhuo Lu , Jingjing Wu , Bernard Iremonger References: <1571736761-32134-1-git-send-email-david.marchand@redhat.com> <1572011772-23271-1-git-send-email-david.marchand@redhat.com> <1572011772-23271-5-git-send-email-david.marchand@redhat.com> From: "Burakov, Anatoly" Message-ID: Date: Fri, 25 Oct 2019 16:23:47 +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-5-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 04/12] mem: hide internal heap header 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: > Let's avoid exporting structures without an identified usecase. > > Signed-off-by: David Marchand > Acked-by: Thomas Monjalon > --- Acked-by: Anatoly Burakov -- Thanks, Anatoly