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 128F0A10DA for ; Wed, 31 Jul 2019 12:32:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CF9B01BF11; Wed, 31 Jul 2019 12:32:16 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 9B0201BF11 for ; Wed, 31 Jul 2019 12:32:14 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jul 2019 03:32:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,329,1559545200"; d="scan'208";a="200699109" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.92]) ([10.237.220.92]) by fmsmga002.fm.intel.com with ESMTP; 31 Jul 2019 03:32:11 -0700 To: David Marchand Cc: dev , Stephen Hemminger , Thomas Monjalon References: <1683240.uNTHbHqkDF@xps> From: "Burakov, Anatoly" Message-ID: <359e8bab-7e2c-76e0-521a-2fcf27567bd2@intel.com> Date: Wed, 31 Jul 2019 11:32:11 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v5 0/9] Make shared memory config non-public 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 31-Jul-19 11:07 AM, David Marchand wrote: > Hello Anatoly, > > On Fri, Jul 5, 2019 at 11:09 PM Thomas Monjalon wrote: >> >> 05/07/2019 19:26, Anatoly Burakov: >>> This patchset removes the shared memory config from public >>> API, and replaces all usages of said config with new API >>> calls. >>> >>> A lot of the patchset is a search-and-replace job and should >>> be pretty easy to review. The rest are pretty trivial EAL >>> changes. >> >> Applied, thanks > > As a followup, we can cleanup the unneeded rte_eal_memconfig.h include > that are all over the tree. > Nice bit of sneaking in an AR with the "we" there :) sure, we can. -- Thanks, Anatoly