[lng-odp] [PATCH] pool: Do not flush cache of non-initialized pools

2015-04-21 Thread Nicolas Morey-Chaisemartin
Flush cache triggers atomic_add on some of the pool atomics which have never been initialized if the pool hasn't been. Signed-off-by: Nicolas Morey-Chaisemartin --- platform/linux-generic/odp_pool.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/linux-generic/odp_pool.c b/platf

Re: [lng-odp] [PATCH] pool: Do not flush cache of non-initialized pools

2015-04-21 Thread Mike Holmes
On 21 April 2015 at 05:06, Nicolas Morey-Chaisemartin wrote: > Flush cache triggers atomic_add on some of the pool atomics which have > never been initialized if the pool hasn't been. > > Signed-off-by: Nicolas Morey-Chaisemartin > Subject needs to isolate the basic area for the patch by adding

Re: [lng-odp] [PATCH] pool: Do not flush cache of non-initialized pools

2015-04-21 Thread Nicolas Morey Chaisemartin
- Original Message - > From: "Mike Holmes" > To: "Nicolas Morey-Chaisemartin" > Cc: "lng-odp" > Sent: Tuesday, 21 April, 2015 7:24:44 PM > Subject: Re: [lng-odp] [PATCH] pool: Do not flush cache of non-initialized > pools > On 21 Ap

Re: [lng-odp] [PATCH] pool: Do not flush cache of non-initialized pools

2015-04-21 Thread Bill Fischofer
uot;Nicolas Morey-Chaisemartin" > *Cc: *"lng-odp" > *Sent: *Tuesday, 21 April, 2015 7:24:44 PM > *Subject: *Re: [lng-odp] [PATCH] pool: Do not flush cache of > non-initialized pools > > > > On 21 April 2015 at 05:06, Nicolas Morey-Chaisemartin > wrote