Re: [lng-odp] [API-NEXT PATCH 1/2] api: pool: allow per-thread caching

2016-01-26 Thread Ola Liljedahl
iljedahl [mailto:ola.liljed...@linaro.org] > *Sent:* Tuesday, January 26, 2016 4:14 PM > *To:* Savolainen, Petri (Nokia - FI/Espoo) > *Cc:* EXT Zoltan Kiss; lng-odp@lists.linaro.org > *Subject:* Re: [lng-odp] [API-NEXT PATCH 1/2] api: pool: allow per-thread > caching > > > > >

Re: [lng-odp] [API-NEXT PATCH 1/2] api: pool: allow per-thread caching

2016-01-26 Thread Savolainen, Petri (Nokia - FI/Espoo)
PATCH 1/2] api: pool: allow per-thread caching On 26 January 2016 at 14:59, Savolainen, Petri (Nokia - FI/Espoo) mailto:petri.savolai...@nokia.com>> wrote: Reviewed-by: Petri Savolainen mailto:petri.savolai...@nokia.com>> > -Original Message- > From: EXT Zoltan Kiss

Re: [lng-odp] [API-NEXT PATCH 1/2] api: pool: allow per-thread caching

2016-01-26 Thread Ola Liljedahl
On 26 January 2016 at 14:59, Savolainen, Petri (Nokia - FI/Espoo) < petri.savolai...@nokia.com> wrote: > Reviewed-by: Petri Savolainen > > > > -Original Message- > > From: EXT Zoltan Kiss [mailto:zoltan.k...@linaro.org] > > Sent: Friday, January 22, 2016 8:24 PM > > To: lng-odp@lists.lina

Re: [lng-odp] [API-NEXT PATCH 1/2] api: pool: allow per-thread caching

2016-01-26 Thread Savolainen, Petri (Nokia - FI/Espoo)
Reviewed-by: Petri Savolainen > -Original Message- > From: EXT Zoltan Kiss [mailto:zoltan.k...@linaro.org] > Sent: Friday, January 22, 2016 8:24 PM > To: lng-odp@lists.linaro.org > Cc: ola.liljed...@arm.com; Savolainen, Petri (Nokia - FI/Espoo) > Subject: [API-NEXT PATCH 1/2] api: pool:

Re: [lng-odp] [API-NEXT PATCH 1/2] api: pool: allow per-thread caching

2016-01-26 Thread Zoltan Kiss
Petri, I think it's a quick one to review, as we already discussed this on an arch call. If you agree, please provide a quick Reviewed-by. Zoli On 22/01/16 18:24, Zoltan Kiss wrote: This addition explicitly loses the requirement that a single thread should be able to allocate the whole pool ev

[lng-odp] [API-NEXT PATCH 1/2] api: pool: allow per-thread caching

2016-01-22 Thread Zoltan Kiss
This addition explicitly loses the requirement that a single thread should be able to allocate the whole pool even if nothing used it before. Therefore per-thread caches are allowed to retain some elements locally. Signed-off-by: Zoltan Kiss --- include/odp/api/pool.h | 3 +++ 1 file changed, 3