From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: Re: [PATCH v3 09/11] mempool/dpaa: prepare to remove register memory area op Date: Thu, 5 Apr 2018 13:55:02 +0530 Message-ID: References: <1516713372-10572-1-git-send-email-arybchenko@solarflare.com> <1522080591-24705-1-git-send-email-arybchenko@solarflare.com> <1522080591-24705-10-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Olivier MATZ , Hemant Agrawal , Shreyansh Jain To: Andrew Rybchenko , dev@dpdk.org Return-path: Received: from EUR01-VE1-obe.outbound.protection.outlook.com (mail-ve1eur01on0065.outbound.protection.outlook.com [104.47.1.65]) by dpdk.org (Postfix) with ESMTP id 1D0FE1C9C1 for ; Thu, 5 Apr 2018 10:25:21 +0200 (CEST) In-Reply-To: <1522080591-24705-10-git-send-email-arybchenko@solarflare.com> Content-Language: en-US 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 3/26/2018 9:39 PM, Andrew Rybchenko wrote: > Populate mempool driver callback is executed a bit later than > register memory area, provides the same information and will > substitute the later since it gives more flexibility and in addition > to notification about memory area allows to customize how mempool > objects are stored in memory. > > Signed-off-by: Andrew Rybchenko > --- > v2 -> v3: > - fix build error because of prototype mismatch (char * -> void *) > > v1 -> v2: > - fix build error because of prototype mismatch > > drivers/mempool/dpaa/dpaa_mempool.c | 13 +++++++------ > 1 file changed, 7 insertions(+), 6 deletions(-) > Acked-by: Hemant Agrawal