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 6AE54A32A2 for ; Thu, 24 Oct 2019 18:38:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D2BA71EB81; Thu, 24 Oct 2019 18:37:59 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id 4CFFB1EB7F for ; Thu, 24 Oct 2019 18:37:58 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 19B7259A; Thu, 24 Oct 2019 12:37:57 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 24 Oct 2019 12:37:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=UtKmbUCngXUxAB9Vr4nTclwzWZTUuZN6jc30g08rAeI=; b=JUott8jqvjoh HkF9U6I0hjm5/+qcCPnAQ0PhxF6Cq89fXDBT9mdrVAtJSF0ttddP37QElIrQ4wd2 Mvg1S2//oGPvrY7jvSJo0OSzPoxAricpunom1Ec+KyVaOwbQ22oRkyeX3AxzHkRg dM7o1oUL++nhS4ycQRzeJcgZzomHWbE= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=UtKmbUCngXUxAB9Vr4nTclwzWZTUuZN6jc30g08rA eI=; b=kPzBQdShOnyUg3HVroG9u151SndOVtKlZOsU3FA3l+35vAO6lvv4bslZT sFMG1fU4OoRwtNfqOky7oeyzU0Xvl6Bu/DqtBOVssLKKLitV8NyJ2vXD+9a0gtOF ON04DkQbZwO8KGspdzaCEgmYJOw1qZhM+TtC61IMdSqv1midu21WtEeSfREpjjOq 2/d5HMexLOw/3lyJoe6jmxNhRUZWo4qsKv2Xs346W0HOQ6mWPXet3s7JUAN+D3Uz HG3UuhlZfWyLHcuE/8+/VXNkDmPvssK4xMvvO1kg9vhljUbYMsJZB6r4sqqNSQlW k/FYrTv+iT+COPZxZGo57a3tJY+aA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrledugddutdefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7A5A88005B; Thu, 24 Oct 2019 12:37:55 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, stephen@networkplumber.org, anatoly.burakov@intel.com Date: Thu, 24 Oct 2019 18:37:54 +0200 Message-ID: <2350495.r00Djl8ybj@xps> In-Reply-To: <1571856864-8779-1-git-send-email-david.marchand@redhat.com> References: <1571736761-32134-1-git-send-email-david.marchand@redhat.com> <1571856864-8779-1-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 00/12] EAL and PCI ABI changes for 19.11 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" 23/10/2019 20:54, David Marchand: > Let's prepare for the ABI freeze. > > The first patches are about changes that had been announced before (with > a patch from Stephen that I took as it is ready as is from my pov). > > The malloc_heap structure from the memory subsystem can be hidden. > The PCI library had some forgotten deprecated APIs that are removed with > this series. > > rte_logs could be hidden, but I am not that confortable about > doing it right away: I added an accessor to rte_logs.file, but I am fine > with dropping the last patch and wait for actually hiding this in the next > ABI break. > > Changelog since v1: > - I went a step further, hiding rte_config after de-inlining non critical > functions > > Comments? Except patch 8 (hiding rte_logs), Acked-by: Thomas Monjalon