[lng-odp] v1.10.1.0 has been tagged

2016-06-14 Thread Maxim Uvarov
One more step to Monarch release is current point release. Which is mostly internal improvements and bugs fixing without any API change. Bill wrote good changelog so I just replay on his email. Please find release details bellow. Best regards, Maxim. On 06/11/16 15:44, Bill Fischofer wrote:

[lng-odp] [Bug 2212] Valgrind failure running traffic manager test

2016-06-14 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2212 --- Comment #5 from Mike Holmes --- Still present in API 1.10.1.0 commit 4e4ae44b527a9a0635a219eb19e1ffa425c2186a -- You are receiving this mail because: You are on the CC list for the bug. ___ lng-odp mail

Re: [lng-odp] [PATCHv2] update version number from v1.10.0.0 to v1.10.1.0

2016-06-14 Thread Anders Roxell
On 14 Jun 2016 2:22 p.m., "Maxim Uvarov" wrote: > > Signed-off-by: Maxim Uvarov Review-by: Anders Roxell > --- > configure.ac | 2 +- > include/odp/api/spec/version.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/configure.ac b/configure.ac > in

[lng-odp] Public call meeting minutes for 15 June 2016

2016-06-14 Thread Bill Fischofer
The minutes from today's ODP public call can be found here: https://collaborate.linaro.org/display/ODP/2016-06-14+ODP+ARCH Thanks. Bill ___ lng-odp mailing list lng-odp@lists.linaro.org https://lists.linaro.org/mailman/listinfo/lng-odp

Re: [lng-odp] [PATCHv2] example: timer: add cunit artifacts to gitignore

2016-06-14 Thread Maxim Uvarov
Merged, Maxim. On 06/14/16 16:51, Mike Holmes wrote: On 14 June 2016 at 09:16, Maxim Uvarov > wrote: Signed-off-by: Maxim Uvarov mailto:maxim.uva...@linaro.org>> Reviewed-by Mike Holmes > A comment for all of ODP as a fut

Re: [lng-odp] [PATCHv2] example: timer: add cunit artifacts to gitignore

2016-06-14 Thread Maxim Uvarov
On 06/14/16 16:51, Mike Holmes wrote: On 14 June 2016 at 09:16, Maxim Uvarov > wrote: Signed-off-by: Maxim Uvarov mailto:maxim.uva...@linaro.org>> Reviewed-by Mike Holmes > A comment for all of ODP as a future patch, shoul

Re: [lng-odp] [PATCHv2] example: timer: add cunit artifacts to gitignore

2016-06-14 Thread Mike Holmes
On 14 June 2016 at 09:16, Maxim Uvarov wrote: > Signed-off-by: Maxim Uvarov > Reviewed-by Mike Holmes A comment for all of ODP as a future patch, should we move these test log outputs to one common place in the root directory rather than list them every time in all dirs ? > --- > example/t

Re: [lng-odp] [PATCHv2] linux-gen: move platform tests into test suite

2016-06-14 Thread Christophe Milard
Hi Yi, installcheck fails. I have not fully looked why, but if you run: ./bootstrap && ./configure --with-testdir=yes --enable-test-vald --prefix=/home/linaro/INSTALL && make -j 8 && make install && make installcheck Before and after you changes, you'll see that the tests are not run properly. I

[lng-odp] [PATCHv2] example: timer: add cunit artifacts to gitignore

2016-06-14 Thread Maxim Uvarov
Signed-off-by: Maxim Uvarov --- example/timer/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/timer/.gitignore b/example/timer/.gitignore index f53a0df..eaa9a36 100644 --- a/example/timer/.gitignore +++ b/example/timer/.gitignore @@ -1,2 +1,4 @@ +*.log +*.trs odp_timer_t

Re: [lng-odp] [PATCH] example: timer: add cunit artefacts to gitignore

2016-06-14 Thread Maxim Uvarov
On 06/14/16 15:59, Bill Fischofer wrote: Looks good, however typo in the title. It's artifacts. ok, you don't like English, will write in American :) Will send v2. Maxim. On Tue, Jun 14, 2016 at 7:24 AM, Maxim Uvarov > wrote: Signed-off-by: Maxim Uvarov

Re: [lng-odp] [PATCH] linux-generic: classification: use proper accessor to set packet length

2016-06-14 Thread Maxim Uvarov
Merged, Maxim. On 06/14/16 08:56, Bala Manoharan wrote: Reviewed-by: Balasubramanian Manoharan Regards, Bala On 13 June 2016 at 22:16, Zoltan Kiss wrote: And repurpose packet_set_len() for this, as it is no longer used. This was introduced by the following commit, and break compatibility wi

Re: [lng-odp] [PATCH] example: timer: add cunit artefacts to gitignore

2016-06-14 Thread Bill Fischofer
Looks good, however typo in the title. It's artifacts. On Tue, Jun 14, 2016 at 7:24 AM, Maxim Uvarov wrote: > Signed-off-by: Maxim Uvarov > --- > example/timer/.gitignore | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/example/timer/.gitignore b/example/timer/.gitignore > index f53a

Re: [lng-odp] [PATCH] contributing: add user agreement and short log conventions

2016-06-14 Thread Maxim Uvarov
On 06/14/16 15:30, Savolainen, Petri (Nokia - FI/Espoo) wrote: + +performance:: +Patch applies to the ODP performance test suite contained in the +`test/performance` directory. Performance is not optimal tag since it gives an impression that some performance optimization was done, etc. I have

Re: [lng-odp] [PATCH] contributing: add user agreement and short log conventions

2016-06-14 Thread Savolainen, Petri (Nokia - FI/Espoo)
> + > +performance:: > +Patch applies to the ODP performance test suite contained in the > +`test/performance` directory. Performance is not optimal tag since it gives an impression that some performance optimization was done, etc. I have used e.g. "test: l2fwd: ..." > + > +linux-generic:: >

[lng-odp] [PATCH] example: timer: add cunit artefacts to gitignore

2016-06-14 Thread Maxim Uvarov
Signed-off-by: Maxim Uvarov --- example/timer/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/timer/.gitignore b/example/timer/.gitignore index f53a0df..eaa9a36 100644 --- a/example/timer/.gitignore +++ b/example/timer/.gitignore @@ -1,2 +1,4 @@ +*.log +*.trs odp_timer_t

[lng-odp] [PATCHv2] update version number from v1.10.0.0 to v1.10.1.0

2016-06-14 Thread Maxim Uvarov
Signed-off-by: Maxim Uvarov --- configure.ac | 2 +- include/odp/api/spec/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a12f984..3851ebd 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AM_SILENT_

Re: [lng-odp] [PATCH] update version number from v1.10.0.0 to v1.10.1.0

2016-06-14 Thread Maxim Uvarov
On 06/14/16 13:57, Anders Roxell wrote: On 14 June 2016 at 12:46, Maxim Uvarov wrote: Signed-off-by: Maxim Uvarov --- configure.ac | 2 +- include/odp/api/spec/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac ind

Re: [lng-odp] [PATCH] contributing: add user agreement and short log conventions

2016-06-14 Thread Mike Holmes
On 13 June 2016 at 12:04, Bill Fischofer wrote: > Signed-off-by: Bill Fischofer > --- > CONTRIBUTING | 133 > ++- > 1 file changed, 131 insertions(+), 2 deletions(-) > > diff --git a/CONTRIBUTING b/CONTRIBUTING > index a81fd8d..b0b2781 100

Re: [lng-odp] [PATCH] update version number from v1.10.0.0 to v1.10.1.0

2016-06-14 Thread Anders Roxell
On 14 June 2016 at 12:46, Maxim Uvarov wrote: > Signed-off-by: Maxim Uvarov > --- > configure.ac | 2 +- > include/odp/api/spec/version.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/configure.ac b/configure.ac > index a12f984..3e06885 100644 > --

[lng-odp] [PATCH] update version number from v1.10.0.0 to v1.10.1.0

2016-06-14 Thread Maxim Uvarov
Signed-off-by: Maxim Uvarov --- configure.ac | 2 +- include/odp/api/spec/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a12f984..3e06885 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AM_SILENT_

Re: [lng-odp] [PATCH] changelog: update for v1.10.1.0

2016-06-14 Thread Maxim Uvarov
Merged, Maxim. On 06/12/16 21:53, Bill Fischofer wrote: OK, thanks, Maxim. Let's plan on Tuesday then. If you want to merge anything else before that let me know and I'll post a v2 to note the changes if they're meaningful. On Sun, Jun 12, 2016 at 1:51 PM, Maxim Uvarov

[lng-odp] [Bug 2306] CID 158535 Resource leak

2016-06-14 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2306 Maxim Uvarov changed: What|Removed |Added Status|IN_PROGRESS |RESOLVED Resolution|---

Re: [lng-odp] [PATCHv2] validation: tm: avoid resouce/memory leaks in corner cases

2016-06-14 Thread Maxim Uvarov
Merged, Maxim. On 06/14/16 01:32, Bill Fischofer wrote: Resolve Bug https://bugs.linaro.org/show_bug.cgi?id=2306 by cleaning up TM queues and nodes in error paths. Signed-off-by: Bill Fischofer --- v2: Add (void) to dstroy_tm_queue() call as suggested by Maxim test/validation/traffic_mngr/t

Re: [lng-odp] [PATCH 0/7] SP scheduler

2016-06-14 Thread Maxim Uvarov
On 06/14/16 13:27, Savolainen, Petri (Nokia - FI/Espoo) wrote: That was not discussed - other than unambiguous abbreviations should be OK. Maybe it's better to just use "test:" for validation tests, rather than "vald:" or "valid:". Could you change those two "vald:" tags to "test:" during merge

Re: [lng-odp] [PATCH 0/7] SP scheduler

2016-06-14 Thread Savolainen, Petri (Nokia - FI/Espoo)
That was not discussed - other than unambiguous abbreviations should be OK. Maybe it's better to just use "test:" for validation tests, rather than "vald:" or "valid:". Could you change those two "vald:" tags to "test:" during merge? -Petri > -Original Message- > From: lng-odp [mailto

Re: [lng-odp] [PATCH 0/7] SP scheduler

2016-06-14 Thread Maxim Uvarov
Ok, see it in meeting notes. Is 'vald' also agreed? Maxim. On 06/10/16 10:46, Savolainen, Petri (Nokia - FI/Espoo) wrote: Thanks. I’d merge this set first as is and remove the dummy pool in another patch. The change needs thorough testing, since TM test was also failing and there may be other

[lng-odp] [PATCHv2] linux-gen: move platform tests into test suite

2016-06-14 Thread Yi He
Move platform tests from odp/platform/linux-generic/test into test suite at odp/test/platform/linux-generic. Signed-off-by: Yi He --- Makefile.am| 1 - configure.ac | 2 +- platform/linux-generic/m4/configure.m4