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 CDA06A329E for ; Wed, 23 Oct 2019 23:10:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 91AB21C1FE; Wed, 23 Oct 2019 23:10:41 +0200 (CEST) Received: from mail-pg1-f193.google.com (mail-pg1-f193.google.com [209.85.215.193]) by dpdk.org (Postfix) with ESMTP id 396701C1FD for ; Wed, 23 Oct 2019 23:10:40 +0200 (CEST) Received: by mail-pg1-f193.google.com with SMTP id p1so12866738pgi.4 for ; Wed, 23 Oct 2019 14:10:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=bLUMQ5ckpH4FSpnXex+WEPoFysL76dBOahClrLqXpc0=; b=l/B+07QtDhtGKh5/SpMlBUK8NMLRyoWXFBqv45v0jv5zLNLOSKd3lhVESim8Dohio7 cHpGQosMhtxmFjzpmN5FEwD4tJdEs/XmnHR4AS9MxGjj1h2EJ9gD25K28JwUnNdUuy/k qm89wp6Yk8m5g2ZHrWv3zIQRUmvz74rJ/K9+rCbm/RpEpkBTEEBAb4pOZspk+6UxU2df sv2FkcTGebGBSixKr1Eb43UVIkhShaKMS49vDvKY4PQhFE13d6r1APYBi/z5sHXRA4lF fKXmyGIvB8MM2MWvb/TfnBGS3p1KTRQ3Aj6UgtjcASS+8SQdDLnfS2Zl1fjEFKrokj5E RH4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=bLUMQ5ckpH4FSpnXex+WEPoFysL76dBOahClrLqXpc0=; b=QJXVO6goiPDpd2pJhjzBPmf6zpYv4KrYaPvR4x0StDMuyywS0funX50JIpcQ97KVRd VocmPb2VAFvfKp6Dqztz6+MZkPtFQbc/YlS4ULJzoTCXixKAjY7HpjWEKdo8cL3Wdy7O YoZL6K9YE5E2e3fyKSOlH7agR2nPSsk5AHiUMVH0IbThHBRIKpNI7LvGxLov5BHDioO6 qLyCnphPKO1dt5IeCDwzEpps9l1WBwJ84aJIfBfM+fefXGTgBiczbO6CdLTrqVKCBN0d FmHR0y1qJT+DiyOb2p0tIWVl6NlQi3a5Qj7VdZuCHybL/uPS1vzGukMA1LSm7ctK9aui fPKA== X-Gm-Message-State: APjAAAU37ncxZSFugJpKZfhTIXQanoWaW1tjZFDvyUoKiakLdYgB6PET 2nHU/ULHLy6Zh5M0n/S6umDm2DsKBWGtOA== X-Google-Smtp-Source: APXvYqzVxk+43ftpQe26asBAvcv5bZyt1PXH/eM3rCA5piFMTJR4TaY7CkZEbwZOEC58YXFt2qbikQ== X-Received: by 2002:a62:7553:: with SMTP id q80mr7098901pfc.203.1571865038989; Wed, 23 Oct 2019 14:10:38 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id a21sm25464932pfi.0.2019.10.23.14.10.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Oct 2019 14:10:38 -0700 (PDT) Date: Wed, 23 Oct 2019 14:10:01 -0700 From: Stephen Hemminger To: David Marchand Cc: dev@dpdk.org, anatoly.burakov@intel.com, thomas@monjalon.net Message-ID: <20191023141001.2450e0ce@hermes.lan> 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-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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" On Wed, 23 Oct 2019 20:54:12 +0200 David Marchand wrote: > 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. 19.11 is an api/abi break so maybe do it now.