Re: [lng-odp] [API-NEXT PATCHv3 2/6] drv: adding odpdrv_shm_pool functions

2016-12-30 Thread Savolainen, Petri (Nokia - FI/Espoo)
This patch Reviewed-by: Petri Savolainen > -Original Message- > From: Christophe Milard [mailto:christophe.mil...@linaro.org] > Sent: Friday, December 30, 2016 1:59 PM > To: francois.o...@linaro.org; forrest@linaro.org; > mike.hol...@linaro.org; yi...@linaro.org; bill.fischo...@lina

[lng-odp] [API-NEXT PATCHv3 2/6] drv: adding odpdrv_shm_pool functions

2016-12-30 Thread Christophe Milard
Adding functions to create and destroy memory pools (from which memory can be allocated and freed) are added. These functions enable the usage of small memory amount (compared to drvshm_reserve() whose granularity is the page size). The usage of this pool guatantees that allocated memory is sharabl