Re: [lng-odp] [API-NEXT PATCH v3 2/3] api: thread: added thread count max

2015-09-15 Thread Bill Fischofer
On Tue, Sep 15, 2015 at 5:56 AM, Petri Savolainen < petri.savolai...@nokia.com> wrote: > Maximum thread count is needed for preparation to remove > ODP_CONFIG_MAX_THREADS. It can be used e.g. to allocate > resources per thread ID. Thread IDs range from 0 to > count_max - 1. > > Signed-off-by: Petr

[lng-odp] [API-NEXT PATCH v3 2/3] api: thread: added thread count max

2015-09-15 Thread Petri Savolainen
Maximum thread count is needed for preparation to remove ODP_CONFIG_MAX_THREADS. It can be used e.g. to allocate resources per thread ID. Thread IDs range from 0 to count_max - 1. Signed-off-by: Petri Savolainen --- include/odp/api/thread.h| 14 -- platform/linux-generic/