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 <arybche...@solarflare.com>
---
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 <hemant.agra...@nxp.com>