[lng-odp] [Bug 2449] Packet queue pool causes out-of-bounds accesses

2016-08-17 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2449 --- Comment #2 from Bill Fischofer --- Patch has been applied, but still waiting for confirmation from Oriol that this fixes his issue. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.

Re: [lng-odp] [PATCH] test: perf: add prime num threads to odp_scheduling

2016-08-17 Thread Mike Holmes
On 17 August 2016 at 15:20, Maxim Uvarov wrote: > On 08/17/16 22:13, Mike Holmes wrote: > >> A recent bug showed the limitations of using powers of two, add a prime >> number of threads as a new test case. >> >> Signed-off-by: Mike Holmes >> --- >> test/common_plat/performance/odp_scheduling_r

[lng-odp] [MONARCH PATCHv3 2/2] configure.ac update version

2016-08-17 Thread Maxim Uvarov
Signed-off-by: Maxim Uvarov --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c0eb207..48fe0be 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AM_SILENT_RULES([yes]) ##

[lng-odp] [MONARCH PATCHv3 1/2] api: version update from 1.10.1 to 1.11.0

2016-08-17 Thread Maxim Uvarov
Signed-off-by: Maxim Uvarov --- include/odp/api/spec/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/odp/api/spec/version.h b/include/odp/api/spec/version.h index aa3f3ab..1ddb9ce 100644 --- a/include/odp/api/spec/version.h +++ b/include/odp/api/spec/vers

Re: [lng-odp] [PATCH] test: perf: add prime num threads to odp_scheduling

2016-08-17 Thread Maxim Uvarov
On 08/17/16 22:13, Mike Holmes wrote: A recent bug showed the limitations of using powers of two, add a prime number of threads as a new test case. Signed-off-by: Mike Holmes --- test/common_plat/performance/odp_scheduling_run.sh| 1 + test/linux-generic/performance/odp_scheduling_ru

Re: [lng-odp] [MONARCH_LTS PATCHv2 1/2] scripts/git_hash.sh: to support monarch_lts tags

2016-08-17 Thread Mike Holmes
On 17 August 2016 at 14:46, Maxim Uvarov wrote: > On 08/17/16 20:31, Anders Roxell wrote: > >> On 2016-08-10 18:25, Maxim Uvarov wrote: >> >>> Signed-off-by: Maxim Uvarov >>> --- >>> scripts/git_hash.sh | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/scripts/git

[lng-odp] [PATCH] test: perf: add prime num threads to odp_scheduling

2016-08-17 Thread Mike Holmes
A recent bug showed the limitations of using powers of two, add a prime number of threads as a new test case. Signed-off-by: Mike Holmes --- test/common_plat/performance/odp_scheduling_run.sh| 1 + test/linux-generic/performance/odp_scheduling_run_proc.sh | 1 + 2 files changed, 2 insert

[lng-odp] scheduler rest began to fail

2016-08-17 Thread Maxim Uvarov
Looks like after latest changes to scheduler schedule_main fails on one check at 752 line. https://ci.linaro.org/view/odp-ci/job/odp-api-check/ARCH=arm64,GIT_BRANCH=master,label=docker-jessie-arm64,pktio=ipc/lastBuild/console http://snapshots.linaro.org/components/lng/odp/odp-api-check/master/

Re: [lng-odp] [MONARCH_LTS PATCHv2 1/2] scripts/git_hash.sh: to support monarch_lts tags

2016-08-17 Thread Maxim Uvarov
On 08/17/16 20:31, Anders Roxell wrote: On 2016-08-10 18:25, Maxim Uvarov wrote: Signed-off-by: Maxim Uvarov --- scripts/git_hash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/git_hash.sh b/scripts/git_hash.sh index 336eb01..35b8749 100755 --- a/scripts/git_h

Re: [lng-odp] [PATCH] test: performance: capture termination failures in final return code

2016-08-17 Thread Mike Holmes
Petris patch 5ed89eb fixed the real issue, and this patch does fix the code so that make check gets informed that it was failing. Reviewed-and-tested-by: Mike Holmes On 16 August 2016 at 09:10, Maxim Uvarov wrote: > This patch can go in now. Mike you want to add your review? > > Maxim. > > On

Re: [lng-odp] [MONARCH_LTS PATCHv2 2/2] configure.ac update version

2016-08-17 Thread Anders Roxell
On 2016-08-10 18:25, Maxim Uvarov wrote: > Signed-off-by: Maxim Uvarov > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index 6551287..0285b0a 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -12,7 +12,7 @@ AM_SILENT

Re: [lng-odp] [MONARCH_LTS PATCHv2 1/2] scripts/git_hash.sh: to support monarch_lts tags

2016-08-17 Thread Anders Roxell
On 2016-08-10 18:25, Maxim Uvarov wrote: > Signed-off-by: Maxim Uvarov > --- > scripts/git_hash.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/git_hash.sh b/scripts/git_hash.sh > index 336eb01..35b8749 100755 > --- a/scripts/git_hash.sh > +++ b/scripts/git_ha

Re: [lng-odp] [PATCH] test: linux-gen: ipc do not use pid -1 value

2016-08-17 Thread Bill Fischofer
On Tue, Aug 16, 2016 at 11:50 AM, Maxim Uvarov wrote: > In docker $$ (current pid) is 1 for the first launched bash. > 0 value in ipc .ns mixed up with NULL and not accepted. > Also .ns value should not overflow signed int type. > > Signed-off-by: Maxim Uvarov > Reviewed-and-tested-by: Bill Fis

Re: [lng-odp] [API-NEXT PATCHv2] test: drv: atomic renamed to drvatomic

2016-08-17 Thread Maxim Uvarov
Merged, thanks. On 08/17/16 11:01, Christophe Milard wrote: At installation time (make install) all tests executables are copied into a single directory (lib/odp/tests). Having two modules with identical names on the two interfaces (api and drv) leads to the same test executable name ('atomic_ma

[lng-odp] [PATCH 1/2] linux-gen: dpdk: bump target dpdk version to 16.07

2016-08-17 Thread Matias Elo
Change target dpdk version to 16.07 and add init functions for the new drivers. Update dpdk build script. Signed-off-by: Matias Elo Signed-off-by: Zoltan Kiss --- DEPENDENCIES| 4 ++-- platform/linux-generic/pktio/dpdk.c | 38 - scrip

[lng-odp] [PATCH 2/2] linux-gen: dpdk: free used mempool when closing pktio device

2016-08-17 Thread Matias Elo
DPDK 16.07 finally supports freeing memory pools. Signed-off-by: Matias Elo --- platform/linux-generic/pktio/dpdk.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/platform/linux-generic/pktio/dpdk.c b/platform/linux-generic/pktio/dpdk.c index bf8b499..b45c9a8

Re: [lng-odp] [PATCH v2 1/6] linux-generic: internal odp_cpu_pause()

2016-08-17 Thread Christophe Milard
Isn't this obsolete and replaced by : [PATCH v3 00/12] arch improvements ? Christophe On 16 August 2016 at 15:28, Maxim Uvarov wrote: > ping. Please do one more review. > > Maxim. > > On 08/04/16 22:30, Brian Brooks wrote: > >> Signed-off-by: Brian Brooks >> --- >> platform/linux-generic/arc

[lng-odp] [API-NEXT PATCHv2] test: drv: atomic renamed to drvatomic

2016-08-17 Thread Christophe Milard
At installation time (make install) all tests executables are copied into a single directory (lib/odp/tests). Having two modules with identical names on the two interfaces (api and drv) leads to the same test executable name ('atomic_main' in this case). As a consequence one of the test overwrites