Re: [lng-odp] [API-NEXT PATCH v3 1/3] api: cpumask: added cpumask_setall

2015-06-10 Thread Maxim Uvarov
Merged, Thanks, Maxim. On 06/09/15 11:19, Petri Savolainen wrote: The call sets all possible CPUs in the mask. It's system specific which CPUs are actually available to the application. Signed-off-by: Petri Savolainen --- include/odp/api/cpumask.h| 15 +-- platform/l

Re: [lng-odp] [API-NEXT PATCH v3 1/3] api: cpumask: added cpumask_setall

2015-06-09 Thread Christophe Milard
On 2015-06-09 11:19, Petri Savolainen wrote: > The call sets all possible CPUs in the mask. It's system specific which > CPUs are actually available to the application. > > Signed-off-by: Petri Savolainen Reviewed-by: Christophe Milard > --- > include/odp/api/cpumask.h| 15 +++

[lng-odp] [API-NEXT PATCH v3 1/3] api: cpumask: added cpumask_setall

2015-06-09 Thread Petri Savolainen
The call sets all possible CPUs in the mask. It's system specific which CPUs are actually available to the application. Signed-off-by: Petri Savolainen --- include/odp/api/cpumask.h| 15 +-- platform/linux-generic/odp_cpumask.c | 8 2 files changed, 21 insertion