Re: [lng-odp] shmem pool APIs

2017-04-21 Thread Honnappa Nagarahalli
On 21 April 2017 at 09:32, Bill Fischofer wrote: > > > On Fri, Apr 21, 2017 at 1:27 AM, Bala Manoharan > wrote: >> >> On 21 April 2017 at 02:05, Honnappa Nagarahalli >> wrote: >> > On 20 April 2017 at 13:54, Bill Fischofer >> > wrote: >> >> >> >> On Thu, Apr 20, 2017 at 12:26 PM, Honnappa Nagar

Re: [lng-odp] shmem pool APIs

2017-04-21 Thread Bill Fischofer
On Fri, Apr 21, 2017 at 1:27 AM, Bala Manoharan wrote: > On 21 April 2017 at 02:05, Honnappa Nagarahalli > wrote: > > On 20 April 2017 at 13:54, Bill Fischofer > wrote: > >> > >> On Thu, Apr 20, 2017 at 12:26 PM, Honnappa Nagarahalli > >> wrote: > >>> > >>> Hi, > >>>I looked at the shmem p

Re: [lng-odp] shmem pool APIs

2017-04-20 Thread Bala Manoharan
On 21 April 2017 at 02:05, Honnappa Nagarahalli wrote: > On 20 April 2017 at 13:54, Bill Fischofer wrote: >> >> On Thu, Apr 20, 2017 at 12:26 PM, Honnappa Nagarahalli >> wrote: >>> >>> Hi, >>>I looked at the shmem pool APIs for allocating smaller chunks of >>> shared memory. Following are th

Re: [lng-odp] shmem pool APIs

2017-04-20 Thread Honnappa Nagarahalli
On 20 April 2017 at 13:54, Bill Fischofer wrote: > > On Thu, Apr 20, 2017 at 12:26 PM, Honnappa Nagarahalli > wrote: >> >> Hi, >>I looked at the shmem pool APIs for allocating smaller chunks of >> shared memory. Following are the APIs I am looking at: >> >> odpdrv_shm_pool_create >> odpdrv_sh

Re: [lng-odp] shmem pool APIs

2017-04-20 Thread Maxim Uvarov
On 04/20/17 21:54, Bill Fischofer wrote: > On Thu, Apr 20, 2017 at 12:26 PM, Honnappa Nagarahalli < > honnappa.nagaraha...@linaro.org> wrote: > >> Hi, >>I looked at the shmem pool APIs for allocating smaller chunks of >> shared memory. Following are the APIs I am looking at: >> >> odpdrv_shm_p

Re: [lng-odp] shmem pool APIs

2017-04-20 Thread Bill Fischofer
On Thu, Apr 20, 2017 at 12:26 PM, Honnappa Nagarahalli < honnappa.nagaraha...@linaro.org> wrote: > Hi, >I looked at the shmem pool APIs for allocating smaller chunks of > shared memory. Following are the APIs I am looking at: > > odpdrv_shm_pool_create > odpdrv_shm_pool_destroy > odpdrv_shm_po

[lng-odp] shmem pool APIs

2017-04-20 Thread Honnappa Nagarahalli
Hi, I looked at the shmem pool APIs for allocating smaller chunks of shared memory. Following are the APIs I am looking at: odpdrv_shm_pool_create odpdrv_shm_pool_destroy odpdrv_shm_pool_alloc odpdrv_shm_pool_free Few questions: 1) Why are these APIs prefixed with 'odpdrv', this should be 'od