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 43805A10DA for ; Wed, 31 Jul 2019 12:48:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0B1171C0BD; Wed, 31 Jul 2019 12:48:19 +0200 (CEST) Received: from mail-io1-f68.google.com (mail-io1-f68.google.com [209.85.166.68]) by dpdk.org (Postfix) with ESMTP id 97DD11C0AE for ; Wed, 31 Jul 2019 12:48:17 +0200 (CEST) Received: by mail-io1-f68.google.com with SMTP id e20so2274694iob.9 for ; Wed, 31 Jul 2019 03:48:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TDx+GOj8kMDp4lBWjBBEIskUr0lHhyeJgeot5g+vcS8=; b=a5cuTGtoiwTA6Mm6sAIOLrmIoNir2yIciathaBKcnPbduALn731FMz6pScpbyhEbJa fipWG5ayod40+/x5Xq5dnTRIM2fmzNxna3dxUJiJvAZ31Eeonf4jOavgwwOmWiDwXowi PocJNOoASM4+bRWGrpLB9l/kVa5HrNEzZUty05LVafI4re73S1Yt0tynyzzL2BSBOdBA tuUYDoV1CobLPO96OXKvBGLWPraB3vSWgEQrYrkEhVgmpBu3WYAcugIBCHpSNvgEWqHt PJaIdwOXe2xFWKC5hrQ4VoVuQthhx9owMLbt+WJkVfcV+q9sNfry++PMuTKIQEoJFbX7 d8DA== X-Gm-Message-State: APjAAAUA88jHPSEgOMMlrQqwG5UJGCo0vTfyOLJzFyQxcAgdhWppP32m 5AC39emrrlDtUbNQ0zRzIKVFwFz5O02rOsOPugO30g== X-Google-Smtp-Source: APXvYqz6qtCq0EZhxQgpJXWR5jQofLda8G5dH/MKY9ikI4Nmn7Utc3CQUQDBolWhyLf16VIef3EQx6lW0X4o1tRVNAM= X-Received: by 2002:a6b:f80b:: with SMTP id o11mr103215331ioh.40.1564570096974; Wed, 31 Jul 2019 03:48:16 -0700 (PDT) MIME-Version: 1.0 References: <1683240.uNTHbHqkDF@xps> <359e8bab-7e2c-76e0-521a-2fcf27567bd2@intel.com> In-Reply-To: <359e8bab-7e2c-76e0-521a-2fcf27567bd2@intel.com> From: David Marchand Date: Wed, 31 Jul 2019 12:48:05 +0200 Message-ID: To: "Burakov, Anatoly" Cc: dev , Stephen Hemminger , Thomas Monjalon Content-Type: text/plain; charset="UTF-8" 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 Wed, Jul 31, 2019 at 12:32 PM Burakov, Anatoly wrote: > > 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. Eheh, I will put it in my todolist for 19.11. -- David Marchand