[lng-odp] [PATCH v3 1/1] configure: remove dependency of autoconf-archive

2017-06-26 Thread Github ODP bot
From: Maxim Uvarov autoconf-archive is not available on some build environment Number of projects simple have local copy of this file. Do the same thing. Signed-off-by: Maxim Uvarov --- /** Email created from pull request 57

[lng-odp] [PATCH v3 0/1] configure: remove dependency of autoconf-archive

2017-06-26 Thread Github ODP bot
autoconf-archive is not available if you build with cross toolchains. Number of projects simple have local copy of this file. Linaro CI found this issue while compiling with cross tools. Signed-off-by: Maxim Uvarov maxim.uva...@linaro.org github /** Email

[lng-odp] [Linaro/odp] a4add2: linux-generic: crypto: adapt HMAC code to OpenSSL ...

2017-06-26 Thread GitHub
Branch: refs/heads/master Home: https://github.com/Linaro/odp Commit: a4add29291572219143dc667db4e8a7832a5692b https://github.com/Linaro/odp/commit/a4add29291572219143dc667db4e8a7832a5692b Author: Dmitry Eremin-Solenikov Date: 2017-06-26

[lng-odp] [PATCH v3 2/2] travis: add out-of-tree builds

2017-06-26 Thread Github ODP bot
From: Maxim Uvarov Signed-off-by: Maxim Uvarov --- /** Email created from pull request 58 (muvarov:travis_out_of_tree) ** https://github.com/Linaro/odp/pull/58 ** Patch: https://github.com/Linaro/odp/pull/58.patch ** Base sha:

[lng-odp] [PATCH v3 0/2] travis: add out-of-tree builds

2017-06-26 Thread Github ODP bot
Signed-off-by: Maxim Uvarov maxim.uva...@linaro.org github /** Email created from pull request 58 (muvarov:travis_out_of_tree) ** https://github.com/Linaro/odp/pull/58 ** Patch: https://github.com/Linaro/odp/pull/58.patch ** Base sha:

[lng-odp] [PATCH v3 1/2] doc: fix installation of implementers-guide

2017-06-26 Thread Github ODP bot
From: Maxim Uvarov fix instaltion of implementers-guide for out-of-tree build. Signed-off-by: Maxim Uvarov --- /** Email created from pull request 58 (muvarov:travis_out_of_tree) ** https://github.com/Linaro/odp/pull/58 ** Patch:

[lng-odp] [PATCH v2 1/1] test: time: add verbose error message

2017-06-26 Thread Github ODP bot
From: Maxim Uvarov On arm64 CI found error on that line. Do more verbose message to better understand what issue is. Signed-off-by: Maxim Uvarov --- /** Email created from pull request 59 (muvarov:master_timer_debug) **

[lng-odp] [PATCH v2 0/1] travis: add out-of-tree builds

2017-06-26 Thread Github ODP bot
Signed-off-by: Maxim Uvarov maxim.uva...@linaro.org github /** Email created from pull request 58 (muvarov:travis_out_of_tree) ** https://github.com/Linaro/odp/pull/58 ** Patch: https://github.com/Linaro/odp/pull/58.patch ** Base sha:

[lng-odp] [PATCH v1 2/2] test: time: add verbose error message

2017-06-26 Thread Github ODP bot
From: Maxim Uvarov On arm64 CI found error on that line. Do more verbose message to better understand what issue is. Signed-off-by: Maxim Uvarov --- /** Email created from pull request 59 (muvarov:master_timer_debug) **

[lng-odp] [PATCH v1 1/2] configure: remove dependency of autoconf-archive

2017-06-26 Thread Github ODP bot
From: Maxim Uvarov autoconf-archive is not available if you build with cross toolchains. Number of projects simple have local copy of this file. Signed-off-by: Maxim Uvarov --- /** Email created from pull request 59 (muvarov:master_timer_debug)

[lng-odp] [PATCH v1 0/2] Master timer debug

2017-06-26 Thread Github ODP bot
do timer debug with no code change. github /** Email created from pull request 59 (muvarov:master_timer_debug) ** https://github.com/Linaro/odp/pull/59 ** Patch: https://github.com/Linaro/odp/pull/59.patch ** Base sha:

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==1498483645=AKIAIJR2J6C42QCU7ITA > link is broken. > On 26 June 2017 at

Re: [lng-odp] time test sometimes fail

2017-06-26 Thread Yi He
http://snapshots.linaro.org/components/lng/odp/odp-api-check/master/docker-jessie-arm64/arm64/none/1274/log/ On 26 June 2017 at 21:31, Maxim Uvarov wrote: > sometimes time fails and it looks like for time and timer we have to > just report upper and lower limits but not

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==1498483645=AKIAIJR2J6C42QCU7ITA On 26 June 2017 at 20:37, Maxim Uvarov wrote: > On

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

Re: [lng-odp] [API-NEXT PATCH v4] timer: allow timer processing to run on worker cores

2017-06-26 Thread Maxim Uvarov
On 06/26/17 13:50, Savolainen, Petri (Nokia - FI/Espoo) wrote: > When init params are set to defaults... > > odp_init_param_init(); > > odp_init_global(, , NULL); > > > ... this patch causes -15% (about 1Mpps per cpu) packet rate degradation with > l2fwd. The timer poll function

[lng-odp] [Bug 3078] performance degradation after timer implementation change

2017-06-26 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3078 Maxim Uvarov changed: What|Removed |Added Assignee|lng-odp@lists.linaro.org

[lng-odp] [Bug 3078] New: performance degradation after timer implementation change

2017-06-26 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3078 Bug ID: 3078 Summary: performance degradation after timer implementation change Product: OpenDataPlane - linux- generic reference Version: api-next Hardware: Other

Re: [lng-odp] [API-NEXT PATCH v3] api: pool: additional packet length configuration

2017-06-26 Thread Savolainen, Petri (Nokia - FI/Espoo)
This patch does not define sub-pools. It gives application a way to specify more fine grained how many packets of each size is needed. Implementation may or may not be based on sub-pools. Pool create still returns one pool (odp_pool_t) handle. E.g. instead of today's: num = 4k len = 1.5k

Re: [lng-odp] [API-NEXT PATCH v4] timer: allow timer processing to run on worker cores

2017-06-26 Thread Savolainen, Petri (Nokia - FI/Espoo)
When init params are set to defaults... odp_init_param_init(); odp_init_global(, , NULL); ... this patch causes -15% (about 1Mpps per cpu) packet rate degradation with l2fwd. The timer poll function shows up as the second highest CPU cycle consumer on perf. The defaults needs

[lng-odp] [API-NEXT PATCH] test: l2fwd: list not used features

2017-06-26 Thread Petri Savolainen
List not used features so that performance may be optimized on some platforms. E.g. on odp-linux implementation, timer polling causes high overhead, which is disabled when timers are not used. Signed-off-by: Petri Savolainen ---

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

[lng-odp] [PATCH v2 0/1] configure: remove dependency of autoconf-archive

2017-06-26 Thread Github ODP bot
autoconf-archive is not available if you build with cross toolchains. Number of projects simple have local copy of this file. Linaro CI found this issue while compiling with cross tools. Signed-off-by: Maxim Uvarov maxim.uva...@linaro.org github /** Email

[lng-odp] [PATCH v2 1/1] configure: remove dependency of autoconf-archive

2017-06-26 Thread Github ODP bot
From: Maxim Uvarov autoconf-archive is not available if you build with cross toolchains. Number of projects simple have local copy of this file. Signed-off-by: Maxim Uvarov --- /** Email created from pull request 57