mempool/dpaa2: allocate pool data dynamically
authorHemant Agrawal <hemant.agrawal@nxp.com>
Thu, 13 Jul 2017 14:18:48 +0000 (19:48 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 21 Jul 2017 06:27:57 +0000 (09:27 +0300)
In order to support multiprocess applications, pool data is to be
allocated on dynamic memory instead of existing usages of global
variable.

Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>

No differences found