From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (uk.solarflare.com [193.34.186.16]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1-us3.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id 7333B6C0065; Tue, 20 Mar 2018 10:09:43 +0000 (UTC) Received: from [192.168.38.17] (84.52.114.114) by ukex01.SolarFlarecom.com (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Tue, 20 Mar 2018 10:09:37 +0000 To: Olivier Matz CC: , Santosh Shukla , "Jerin Jacob" , Hemant Agrawal , Shreyansh Jain , "Thomas Monjalon" References: <1516713372-10572-1-git-send-email-arybchenko@solarflare.com> <1520696382-16400-1-git-send-email-arybchenko@solarflare.com> <20180319170322.webhsihrpdcfns4y@platinum> From: Andrew Rybchenko Message-ID: <5f02489c-9bd8-3265-4b55-9feb88d22cb5@solarflare.com> Date: Tue, 20 Mar 2018 13:09:33 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180319170322.webhsihrpdcfns4y@platinum> Content-Language: en-GB X-Originating-IP: [84.52.114.114] X-ClientProxiedBy: ocex03.SolarFlarecom.com (10.20.40.36) To ukex01.SolarFlarecom.com (10.17.10.4) X-TM-AS-Product-Ver: SMEX-11.0.0.1191-8.100.1062-23730.003 X-TM-AS-Result: No--7.519900-0.000000-31 X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-MDID: 1521540584-2MPrd-FGG7BS Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v1 0/9] mempool: prepare to add bucket driver 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: , X-List-Received-Date: Tue, 20 Mar 2018 10:09:45 -0000 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).