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 A2F13A04BB; Tue, 6 Oct 2020 10:16:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 884284C8A; Tue, 6 Oct 2020 10:15:57 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 0C41049E0 for ; Tue, 6 Oct 2020 10:15:55 +0200 (CEST) IronPort-SDR: naisUB7wewwxWGcEQNVc0y2q6J6WYgrw3yVsM91PqNafmM/0ZT41FDBiPVaI/7KuiN9C+Jm9T6 B6gf27fBK6gw== X-IronPort-AV: E=McAfee;i="6000,8403,9765"; a="226008378" X-IronPort-AV: E=Sophos;i="5.77,342,1596524400"; d="scan'208";a="226008378" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Oct 2020 01:15:53 -0700 IronPort-SDR: hpRB0UHBhLE017brOhDdxTpw4tOibLd6GNmiGunzi6Ccu12BiIaBR9UJ6d87F5u/79AeXb4v7T RAF5X9XRb72w== X-IronPort-AV: E=Sophos;i="5.77,342,1596524400"; d="scan'208";a="527238472" Received: from cwilli-mobl.ger.corp.intel.com (HELO bricha3-MOBL.ger.corp.intel.com) ([10.249.32.106]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 06 Oct 2020 01:15:52 -0700 Date: Tue, 6 Oct 2020 09:15:46 +0100 From: Bruce Richardson To: Olivier Matz Cc: dev@dpdk.org, Andrew Rybchenko , Ray Kinsella , Neil Horman Message-ID: <20201006081546.GA1338@bricha3-MOBL.ger.corp.intel.com> References: <20201006070750.27104-1-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201006070750.27104-1-olivier.matz@6wind.com> Subject: Re: [dpdk-dev] [PATCH 1/2] mempool: remove v20 ABI 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 Tue, Oct 06, 2020 at 09:07:49AM +0200, Olivier Matz wrote: > Remove the deprecated v20 ABI of rte_mempool_populate_iova() and > rte_mempool_populate_virt(). > > Signed-off-by: Olivier Matz > --- > lib/librte_mempool/meson.build | 2 - > lib/librte_mempool/rte_mempool.c | 79 ++-------------------- > lib/librte_mempool/rte_mempool_version.map | 7 -- > 3 files changed, 5 insertions(+), 83 deletions(-) > Thanks for the cleanup. Series-acked-by: Bruce Richardson