Re: [lng-odp] [PATCH 0/2] linux-generic: main control thread on CPU0

2016-04-27 Thread Bill Fischofer
Not surprisingly, this needs a rebase: bill@Ubuntu15:~/linaro/ivan2$ git am --reject ~/Mail/Incoming/Ivan/1 Applying: linux-generic: cpumask_task: use cpumask got at init Checking patch platform/linux-generic/include/odp_internal.h... error: while searching for: #include #include extern

Re: [lng-odp] [PATCH 0/2] linux-generic: main control thread on CPU0

2016-04-27 Thread Maxim Uvarov
Looks like we still need to review these 2 patches. Maxim. On 01/23/16 01:24, Ivan Khoronzhuk wrote: This patch series is intended to run control thread on CPU0. It's increases worker thread CPU independence and allow to use local time API on main thread in correct way. Ivan Khoronzhuk (2):

[lng-odp] [PATCH 0/2] linux-generic: main control thread on CPU0

2016-01-22 Thread Ivan Khoronzhuk
This patch series is intended to run control thread on CPU0. It's increases worker thread CPU independence and allow to use local time API on main thread in correct way. Ivan Khoronzhuk (2): linux-generic: cpumask_task: use cpumask got at init linux-generic: init: assign affinity for main