Re: [lng-odp] [PATCH v2] helper: linux: odp thread cpu affinity APIs

2016-05-25 Thread Christophe Milard
On 25 May 2016 at 09:55, Yi He wrote: > Provide APIs to set and get cpu affinity in ODP threads, > and set affinity to the 1st available control cpu for all > odp test/validation programs in odp_cunit_common library. > > Signed-off-by: Yi He > --- > helper/include/odp/helper/linux.h |

[lng-odp] [PATCH v2] helper: linux: odp thread cpu affinity APIs

2016-05-25 Thread Yi He
Provide APIs to set and get cpu affinity in ODP threads, and set affinity to the 1st available control cpu for all odp test/validation programs in odp_cunit_common library. Signed-off-by: Yi He --- helper/include/odp/helper/linux.h | 25 +++- helper/linux.c