From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Rybchenko Subject: Re: [PATCH v1 0/9] mempool: prepare to add bucket driver Date: Tue, 20 Mar 2018 13:09:33 +0300 Message-ID: <5f02489c-9bd8-3265-4b55-9feb88d22cb5@solarflare.com> References: <1516713372-10572-1-git-send-email-arybchenko@solarflare.com> <1520696382-16400-1-git-send-email-arybchenko@solarflare.com> <20180319170322.webhsihrpdcfns4y@platinum> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: , Santosh Shukla , "Jerin Jacob" , Hemant Agrawal , Shreyansh Jain , "Thomas Monjalon" To: Olivier Matz Return-path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [67.231.154.164]) by dpdk.org (Postfix) with ESMTP id 0A2102A62 for ; Tue, 20 Mar 2018 11:09:45 +0100 (CET) In-Reply-To: <20180319170322.webhsihrpdcfns4y@platinum> Content-Language: en-GB 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 03/19/2018 08:03 PM, Olivier Matz wrote: >> I've kept rte_mempool_populate_iova_tab() intact since it seems to >> be not directly related XMEM API functions. > The function rte_mempool_populate_iova_tab() (actually, it was > rte_mempool_populate_phys_tab()) was introduced to support XMEM > API. In my opinion, it can also be deprecated. CC Thomas Definitely OK for me. It is not listed in deprecation notice included in 18.02, but I think it is OK to deprecate it in 18.05 (since we're not removing, but just deprecating it).