Re: [lng-odp] [API-NEXT PATCH 1/3] api: thrmask: correct specification error

2015-11-26 Thread Savolainen, Petri (Nokia - FI/Espoo)
Ping. This series fixes ‘make install’. Why it has not been merged? 6 days 
since the review…


From: EXT Bill Fischofer [mailto:bill.fischo...@linaro.org]
Sent: Friday, November 20, 2015 3:43 PM
To: Savolainen, Petri (Nokia - FI/Espoo)
Cc: LNG ODP Mailman List
Subject: Re: [lng-odp] [API-NEXT PATCH 1/3] api: thrmask: correct specification 
error

For this set:

Reviewed-by: Bill Fischofer 
<bill.fischo...@linaro.org<mailto:bill.fischo...@linaro.org>>

On Fri, Nov 20, 2015 at 6:32 AM, Petri Savolainen 
<petri.savolai...@nokia.com<mailto:petri.savolai...@nokia.com>> wrote:
odp_thread_count_max() returns the maximum number of threads,
instead of odp_thrmask_count().

Signed-off-by: Petri Savolainen 
<petri.savolai...@nokia.com<mailto:petri.savolai...@nokia.com>>
---
 include/odp/api/thrmask.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/odp/api/thrmask.h b/include/odp/api/thrmask.h
index ebc31f2..8666166 100644
--- a/include/odp/api/thrmask.h
+++ b/include/odp/api/thrmask.h
@@ -67,7 +67,7 @@ void odp_thrmask_set(odp_thrmask_t *mask, int thr);
  * Set all threads in mask
  *
  * Set all possible threads in the mask. All threads from 0 to
- * odp_thrmask_count() minus one are set, regardless of which threads are
+ * odp_thread_count_max() minus one are set, regardless of which threads are
  * actually active.
  *
  * @param mask   Thread mask to set
--
2.6.2

___
lng-odp mailing list
lng-odp@lists.linaro.org<mailto:lng-odp@lists.linaro.org>
https://lists.linaro.org/mailman/listinfo/lng-odp

___
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp


Re: [lng-odp] [API-NEXT PATCH 1/3] api: thrmask: correct specification error

2015-11-26 Thread Maxim Uvarov

Merged,
Thanks.
Maxim.

On 11/26/2015 11:45, Savolainen, Petri (Nokia - FI/Espoo) wrote:


Ping. This series fixes ‘make install’. Why it has not been merged? 6 
days since the review…




Sorry, was busy with other things.


*From:*EXT Bill Fischofer [mailto:bill.fischo...@linaro.org]
*Sent:* Friday, November 20, 2015 3:43 PM
*To:* Savolainen, Petri (Nokia - FI/Espoo)
*Cc:* LNG ODP Mailman List
*Subject:* Re: [lng-odp] [API-NEXT PATCH 1/3] api: thrmask: correct 
specification error


For this set:

Reviewed-by: Bill Fischofer <bill.fischo...@linaro.org 
<mailto:bill.fischo...@linaro.org>>


On Fri, Nov 20, 2015 at 6:32 AM, Petri Savolainen 
<petri.savolai...@nokia.com <mailto:petri.savolai...@nokia.com>> wrote:


odp_thread_count_max() returns the maximum number of threads,
instead of odp_thrmask_count().

Signed-off-by: Petri Savolainen <petri.savolai...@nokia.com
<mailto:petri.savolai...@nokia.com>>
---
 include/odp/api/thrmask.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/odp/api/thrmask.h b/include/odp/api/thrmask.h
index ebc31f2..8666166 100644
--- a/include/odp/api/thrmask.h
+++ b/include/odp/api/thrmask.h
@@ -67,7 +67,7 @@ void odp_thrmask_set(odp_thrmask_t *mask, int thr);
  * Set all threads in mask
  *
  * Set all possible threads in the mask. All threads from 0 to
- * odp_thrmask_count() minus one are set, regardless of which
threads are
+ * odp_thread_count_max() minus one are set, regardless of which
threads are
  * actually active.
  *
  * @param mask   Thread mask to set
--
2.6.2

___
lng-odp mailing list
lng-odp@lists.linaro.org <mailto:lng-odp@lists.linaro.org>
https://lists.linaro.org/mailman/listinfo/lng-odp



___
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp


Re: [lng-odp] [API-NEXT PATCH 1/3] api: thrmask: correct specification error

2015-11-20 Thread Bill Fischofer
For this set:

Reviewed-by: Bill Fischofer 

On Fri, Nov 20, 2015 at 6:32 AM, Petri Savolainen <
petri.savolai...@nokia.com> wrote:

> odp_thread_count_max() returns the maximum number of threads,
> instead of odp_thrmask_count().
>
> Signed-off-by: Petri Savolainen 
> ---
>  include/odp/api/thrmask.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/odp/api/thrmask.h b/include/odp/api/thrmask.h
> index ebc31f2..8666166 100644
> --- a/include/odp/api/thrmask.h
> +++ b/include/odp/api/thrmask.h
> @@ -67,7 +67,7 @@ void odp_thrmask_set(odp_thrmask_t *mask, int thr);
>   * Set all threads in mask
>   *
>   * Set all possible threads in the mask. All threads from 0 to
> - * odp_thrmask_count() minus one are set, regardless of which threads are
> + * odp_thread_count_max() minus one are set, regardless of which threads
> are
>   * actually active.
>   *
>   * @param mask   Thread mask to set
> --
> 2.6.2
>
> ___
> lng-odp mailing list
> lng-odp@lists.linaro.org
> https://lists.linaro.org/mailman/listinfo/lng-odp
>
___
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp