Re: [lng-odp] [PATCHv3] platform: linux-generic: reading cpu affinity from cpuset

2016-12-06 Thread Krishna Garapati
On 2 December 2016 at 04:20, Yi He wrote: > The original code reads whole system cpuset, and provides no command line > parameters to specify cpuset resources while launching ODP application. > Thus can be an obstacle for the coexisting of multiple ODP applications. > > New

Re: [lng-odp] [PATCHv3] platform: linux-generic: reading cpu affinity from cpuset

2016-12-01 Thread Yi He
The original code reads whole system cpuset, and provides no command line parameters to specify cpuset resources while launching ODP application. Thus can be an obstacle for the coexisting of multiple ODP applications. New code implies that ODP application launcher should prepare resource

Re: [lng-odp] [PATCHv3] platform: linux-generic: reading cpu affinity from cpuset

2016-12-01 Thread Brian Brooks
On 11/28 15:34:06, Balakrishna Garapati wrote: > With this new proposal cpu affinity is read correctly especially > when using cgroups otherwise wrong cpu mask is set. > > Fixes bug: https://bugs.linaro.org/show_bug.cgi?id=2472 > > Signed-off-by: Balakrishna Garapati

Re: [lng-odp] [PATCHv3] platform: linux-generic: reading cpu affinity from cpuset

2016-12-01 Thread Krishna Garapati
ping /Krishna On 28 November 2016 at 15:34, Balakrishna Garapati < balakrishna.garap...@linaro.org> wrote: > With this new proposal cpu affinity is read correctly especially > when using cgroups otherwise wrong cpu mask is set. > > Fixes bug: https://bugs.linaro.org/show_bug.cgi?id=2472 > >