Re: [lng-odp] [API-NEXT PATCH v10 0/6] A scalable software scheduler

2017-06-28 Thread Maxim Uvarov
Merged. Maxim. On 06/26/17 12:03, Yi He wrote: > Hi, Maxim and team, for this patch series, I reviewed and tested on > x86-64 platform with doxygen, check and distcheck matrix (gcc/clang x > default/scalable scheduler), please see if this is good to be merged. > > Reviewed-and-tested-by: Yi H

Re: [lng-odp] [API-NEXT PATCH v10 0/6] A scalable software scheduler

2017-06-26 Thread Maxim Uvarov
On 06/26/17 16:28, Yi He wrote: > https://publishing-linaro-org.s3.amazonaws.com/snapshots/components/lng/odp/odp-api-check/master/docker-jessie-arm64/arm64/netmap/1274/log/time.log?Signature=rk/ufStG++aSqlvjTWXkBejrFjE=&Expires=1498483645&AWSAccessKeyId=AKIAIJR2J6C42QCU7ITA > link is broken. >

Re: [lng-odp] [API-NEXT PATCH v10 0/6] A scalable software scheduler

2017-06-26 Thread Yi He
https://publishing-linaro-org.s3.amazonaws.com/snapshots/components/lng/odp/odp-api-check/master/docker-jessie-arm64/arm64/netmap/1274/log/time.log?Signature=rk/ufStG++aSqlvjTWXkBejrFjE=&Expires=1498483645&AWSAccessKeyId=AKIAIJR2J6C42QCU7ITA On 26 June 2017 at 20:37, Maxim Uvarov wrote: > On 06/

Re: [lng-odp] [API-NEXT PATCH v10 0/6] A scalable software scheduler

2017-06-26 Thread Maxim Uvarov
On 06/26/17 12:03, Yi He wrote: > Hi, Maxim and team, for this patch series, I reviewed and tested on > x86-64 platform with doxygen, check and distcheck matrix (gcc/clang x > default/scalable scheduler), please see if this is good to be merged. > > Reviewed-and-tested-by: Yi He mailto:yi...@lin

Re: [lng-odp] [API-NEXT PATCH v10 0/6] A scalable software scheduler

2017-06-26 Thread Yi He
Hi, Maxim and team, for this patch series, I reviewed and tested on x86-64 platform with doxygen, check and distcheck matrix (gcc/clang x default/scalable scheduler), please see if this is good to be merged. Reviewed-and-tested-by: Yi He On 24 June 2017 at 20:49, Honnappa Nagarahalli wrote:

Re: [lng-odp] [API-NEXT PATCH v10 0/6] A scalable software scheduler

2017-06-24 Thread Honnappa Nagarahalli
Hi Maxim, This patch fixes the distcheck issues you saw in travis CI. Bill is on vacation, I am not sure if anyone would download this and test. The previous patch sets have been tested to a good extent from Bill. Can you merge it without his test this time? Thank you, Honnappa On 23 June 201

[lng-odp] [API-NEXT PATCH v10 0/6] A scalable software scheduler

2017-06-23 Thread Brian Brooks
This work derives from Ola Liljedahl's prototype [1] which introduced a scalable scheduler design based on primarily lock-free algorithms and data structures designed to decrease contention. A thread searches through a data structure containing only queues that are both non-empty and allowed to be