Re: [lng-odp] [API-NEXT PATCHv3 7/9] validation: thrmask: introduce thrmask tests

2015-07-22 Thread Christophe Milard
On 2015-07-21 14:32, Stuart Haslam wrote: > Signed-off-by: Stuart Haslam > --- > test/validation/Makefile.inc | 1 + > test/validation/common/.gitignore| 1 + > test/validation/common/Makefile.am | 5 - > test/validation/common/mask_common.h | 12 > test/validati

Re: [lng-odp] [API-NEXT PATCHv3 5/9] validation: split out cpumask tests into separate file

2015-07-22 Thread Christophe Milard
On 2015-07-21 14:32, Stuart Haslam wrote: > Split the majority of the test cases out into a separate file in > preparation for them being reused to perform thrmask tests. > > Signed-off-by: Stuart Haslam > --- > test/validation/Makefile.inc | 7 +- > test/validation/common/.gitignore

Re: [lng-odp] Will be on vacation fr 22/07 - 27/07

2015-07-21 Thread Christophe Milard
Krishna, you should update the linaro leave calendar (if not already done) Christophe. On 21 July 2015 at 15:09, Krishna Garapati wrote: > Hi, > > I will be on vacation this week starting from tomorrow. Will be back on > Monday 27th. > > /Krishna > > _

Re: [lng-odp] [PATCH 00/17] validation: populating libraries

2015-07-21 Thread Christophe Milard
ping: shall we populatte the test libs? I though there was a need for dpdk... I guess these patches makes sense if we want this... Christophe. On 10 July 2015 at 02:44, Christophe Milard wrote: > This series of patch populate the module test libraries > with the related test s

Re: [lng-odp] [PATCH] validation: add missing include guards

2015-07-21 Thread Christophe Milard
On 2015-07-17 17:25, Stuart Haslam wrote: > Signed-off-by: Stuart Haslam Reviewed-by: Christophe Milard > --- > test/validation/buffer/buffer.h | 5 + > test/validation/classification/classification.h | 5 + > test/validation/cpumask/cpumask.h

Re: [lng-odp] [PATCHv2 0/3] EXEEXT Fixes

2015-07-10 Thread Christophe Milard
d look at this one when you originaly sent it ... but forgot to reply: Note also that platform specific stuff should not go under linux-generic, But I feel this EXE extension will be needed by others, so I assume it makes sense to have it here. for the series: Reviewed-by: Christophe Milard >

[lng-odp] [PATCH 16/17] validation: system: lib populated

2015-07-09 Thread Christophe Milard
test symbols are now exported in the module lib. Signed-off-by: Christophe Milard --- test/validation/system/system.c | 18 +- test/validation/system/system.h | 18 ++ 2 files changed, 27 insertions(+), 9 deletions(-) diff --git a/test/validation/system/system.c

[lng-odp] [PATCH 12/17] validation: scheduler: lib populated

2015-07-09 Thread Christophe Milard
test symbols are now exported in the module lib. Signed-off-by: Christophe Milard --- test/validation/scheduler/scheduler.c | 68 +-- test/validation/scheduler/scheduler.h | 45 +++ 2 files changed, 79 insertions(+), 34 deletions(-) diff

[lng-odp] [PATCH 17/17] validation: random: lib populated

2015-07-09 Thread Christophe Milard
test symbols are now exported in the module lib. Signed-off-by: Christophe Milard --- test/validation/random/random.c | 6 +++--- test/validation/random/random.h | 12 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/test/validation/random/random.c b/test/validation

[lng-odp] [PATCH 14/17] validation: time: lib populated

2015-07-09 Thread Christophe Milard
test symbols are now exported in the module lib. Signed-off-by: Christophe Milard --- test/validation/time/time.c | 8 test/validation/time/time.h | 14 ++ 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/test/validation/time/time.c b/test/validation/time

[lng-odp] [PATCH 13/17] validation: timer: lib populated

2015-07-09 Thread Christophe Milard
test symbols are now exported in the module lib. Signed-off-by: Christophe Milard --- test/validation/timer/timer.c | 12 ++-- test/validation/timer/timer.h | 15 +++ 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/test/validation/timer/timer.c b/test

[lng-odp] [PATCH 15/17] validation: queue: lib populated

2015-07-09 Thread Christophe Milard
test symbols are now exported in the module lib. Signed-off-by: Christophe Milard --- test/validation/queue/queue.c | 10 +- test/validation/queue/queue.h | 16 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/test/validation/queue/queue.c b/test

[lng-odp] [PATCH 10/17] validation: pool: lib populated

2015-07-09 Thread Christophe Milard
test symbols are now exported in the module lib. Signed-off-by: Christophe Milard --- test/validation/pool/pool.c | 14 +++--- test/validation/pool/pool.h | 16 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/test/validation/pool/pool.c b/test/validation

[lng-odp] [PATCH 08/17] validation: packet: lib populated

2015-07-09 Thread Christophe Milard
test symbols are now exported in the module lib. Signed-off-by: Christophe Milard --- test/validation/packet/packet.c | 44 - test/validation/packet/packet.h | 33 +++ 2 files changed, 55 insertions(+), 22 deletions(-) diff

[lng-odp] [PATCH 09/17] validation: cpumask: lib populated

2015-07-09 Thread Christophe Milard
test symbols are now exported in the module lib. Signed-off-by: Christophe Milard --- test/validation/cpumask/cpumask.c | 32 test/validation/cpumask/cpumask.h | 25 + 2 files changed, 41 insertions(+), 16 deletions(-) diff --git a/test

[lng-odp] [PATCH 11/17] validation: thread: lib populated

2015-07-09 Thread Christophe Milard
test symbols are now exported in the module lib. Signed-off-by: Christophe Milard --- test/validation/thread/thread.c | 10 +- test/validation/thread/thread.h | 14 ++ 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/test/validation/thread/thread.c b/test

[lng-odp] [PATCH 07/17] validation: pktio: lib populated

2015-07-09 Thread Christophe Milard
test symbols are now exported in the module lib. Signed-off-by: Christophe Milard --- test/validation/pktio/pktio.c | 32 test/validation/pktio/pktio.h | 27 +++ 2 files changed, 43 insertions(+), 16 deletions(-) diff --git a/test

[lng-odp] [PATCH 06/17] validation: classification: lib populated

2015-07-09 Thread Christophe Milard
test symbols are now exported in the module lib. Signed-off-by: Christophe Milard --- test/validation/classification/classification.c| 2 +- test/validation/classification/classification.h| 31 ++ .../classification/odp_classification_basic.c | 17

[lng-odp] [PATCH 05/17] validation: buffer: lib populated

2015-07-09 Thread Christophe Milard
test symbols are now exported in the module lib. Signed-off-by: Christophe Milard --- test/validation/buffer/buffer.c | 14 +++--- test/validation/buffer/buffer.h | 18 ++ 2 files changed, 25 insertions(+), 7 deletions(-) diff --git a/test/validation/buffer/buffer.c b

[lng-odp] [PATCH 02/17] validation: crypto: lib populated

2015-07-09 Thread Christophe Milard
test symbols are now exported in the module lib. Signed-off-by: Christophe Milard --- test/validation/crypto/crypto.c | 6 +++--- test/validation/crypto/crypto.h | 24 test/validation/crypto/odp_crypto_test_inp.c | 11 ++- 3 files

[lng-odp] [PATCH 04/17] validation: init: lib populated

2015-07-09 Thread Christophe Milard
test symbols are now exported in the module lib. Signed-off-by: Christophe Milard --- test/validation/init/init.c | 18 +- test/validation/init/init.h | 18 ++ 2 files changed, 27 insertions(+), 9 deletions(-) diff --git a/test/validation/init/init.c b/test

[lng-odp] [PATCH 03/17] validation: shmem: lib populated

2015-07-09 Thread Christophe Milard
test symbols are now exported in the module lib. Signed-off-by: Christophe Milard --- test/validation/shmem/shmem.c | 6 +++--- test/validation/shmem/shmem.h | 12 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/test/validation/shmem/shmem.c b/test/validation/shmem

[lng-odp] [PATCH 01/17] validation: synchronizers: lib populated

2015-07-09 Thread Christophe Milard
test symbols are now exported in the module lib. Signed-off-by: Christophe Milard --- test/validation/synchronizers/synchronizers.c | 44 +-- test/validation/synchronizers/synchronizers.h | 35 + 2 files changed, 57 insertions(+), 22 deletions

[lng-odp] [PATCH 00/17] validation: populating libraries

2015-07-09 Thread Christophe Milard
This series of patch populate the module test libraries with the related test symbols. Christophe Milard (17): validation: synchronizers: lib populated validation: crypto: lib populated validation: shmem: lib populated validation: init: lib populated validation: buffer: lib populated

Re: [lng-odp] [PATCHv2] validation: cleaning up Makefile

2015-07-09 Thread Christophe Milard
Stuart: Can you review that obvious one as well? It belongs to the clean-up stuff as well... Thanks /Christophe. On 9 July 2015 at 09:30, Christophe Milard wrote: > The validation/Makefile.am is now simply calling the Makefile of > each module and many older things can be cleaned-up f

[lng-odp] [PATCH 3/3] validation: removal of odp_testsuites

2015-07-09 Thread Christophe Milard
The obsolete symbol odp_testsuites is no longer used and therefore removed. Suite arrays are now called _suites[_*], and are part of each module lib. Signed-off-by: Christophe Milard --- test/validation/common/odp_cunit_common.h | 7 --- 1 file changed, 7 deletions(-) diff --git a/test

[lng-odp] [PATCH 2/3] validation: removed main function from cunit_common

2015-07-09 Thread Christophe Milard
Now that all modules defines their own main(), the dual library builds for cunit_common (one with main(), the other without) is no longer needed. It is therefore removed. Signed-off-by: Christophe Milard --- test/validation/common/Makefile.am| 8 ++-- test/validation/common

[lng-odp] [PATCH 1/3] validation: remove WEAK def of global_test_init

2015-07-09 Thread Christophe Milard
nit(), and odp_cunit_register_global_term(); Signed-off-by: Christophe Milard --- test/validation/common/odp_cunit_common.c | 8 test/validation/common/odp_cunit_common.h | 6 +- test/validation/crypto/crypto.c | 6 -- test/validation/synchronizers/synchroni

[lng-odp] [PATCH 0/3] validation: cleaning up in cunit_common

2015-07-09 Thread Christophe Milard
: https://lists.linaro.org/pipermail/lng-odp/2015-July/013121.html Christophe Milard (3): validation: remove WEAK def of global_test_init validation: removed main function from cunit_common validation: removal of odp_testsuites test/validation/common/Makefile.am| 8 ++-- test

[lng-odp] [PATCHv2] validation: cleaning up Makefile

2015-07-09 Thread Christophe Milard
The validation/Makefile.am is now simply calling the Makefile of each module and many older things can be cleaned-up from it. Signed-off-by: Christophe Milard --- since v1: rebased. To be applied once all modules have been converted to be called from the platform side, i.e. after pull request

Re: [lng-odp] [API-NEXT PATCH 2/2] validation: thread: test thrmask

2015-07-08 Thread Christophe Milard
On 8 July 2015 at 23:20, Mike Holmes wrote: > Signed-off-by: Mike Holmes > --- > test/validation/thread/thread.c | 34 ++ > 1 file changed, 34 insertions(+) > > diff --git a/test/validation/thread/thread.c > b/test/validation/thread/thread.c > index d0bd75e..d560

[lng-odp] Pull request: validation last modules from platform side

2015-07-08 Thread Christophe Milard
rd/odp.git test_module_timer for you to fetch changes up to 46fc2ab3225159d2bababe0d7f020009ebbb69f0: validation: call to timer_main from platform (2015-07-08 16:18:41 +0200) ---- Christophe Milard (20): validation: removed

[lng-odp] [PATCHv2 5/5] validation: call to timer_main from platform

2015-07-08 Thread Christophe Milard
timer_main is now ran from the platform side. As timer tests do not have any platform dependency, the call to the platform agnostic tests is performed directly in the Makefele.am (TESTS). Signed-off-by: Christophe Milard Reviewed-by: Stuart Haslam --- platform/linux-generic/test/Makefile.am

[lng-odp] [PATCHv2 4/5] validation: creating own dir and lib for timer

2015-07-08 Thread Christophe Milard
Signed-off-by: Christophe Milard --- configure.ac | 1 + test/validation/.gitignore | 1 - test/validation/Makefile.am| 12 ++-- test/validation/timer/.gitignore | 2 ++ test/validation/timer

[lng-odp] [PATCHv2 3/5] validation: cosmetic changes in odp_timer.c

2015-07-08 Thread Christophe Milard
x27;s body. Also a few "line over 80 char" warning remains, but these lines includes strings which should not be split. Signed-off-by: Christophe Milard --- test/validation/odp_timer.c | 35 ++- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/

[lng-odp] [PATCHv2 2/5] validation: renaming in odp_timer.c

2015-07-08 Thread Christophe Milard
possible suffix identifies the executable using it, if many. -Main function(s), are called: _main[_*] where the possible suffix identifies the executable using it Signed-off-by: Christophe Milard Reviewed-by: Stuart Haslam --- test/validation/odp_timer.c | 20 ++-- 1 file

[lng-odp] [PATCHv2 0/5] tests for timer moved to plt side

2015-07-08 Thread Christophe Milard
io, and gets finally called from the platform side. Christophe Milard (5): validation: own main in odp_timer.c validation: renaming in odp_timer.c validation: cosmetic changes in odp_timer.c validation: creating own dir and lib for timer validation: call to timer_main from pla

[lng-odp] [PATCHv2 1/5] validation: own main in odp_timer.c

2015-07-08 Thread Christophe Milard
Signed-off-by: Christophe Milard Reviewed-by: Stuart Haslam --- test/validation/Makefile.am | 2 ++ test/validation/odp_timer.c | 15 +-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/test/validation/Makefile.am b/test/validation/Makefile.am index 28ed20d..470350c

Re: [lng-odp] [PATCH 3/5] validation: cosmetic changes in odp_timer.c

2015-07-08 Thread Christophe Milard
It did warn me. This is the reason why I broke some of these lines when it looked reasonable. What do you wish me to do? Christophe. On 8 July 2015 at 14:31, Stuart Haslam wrote: > On Fri, Jul 03, 2015 at 05:45:38PM +0200, Christophe Milard wrote: > > As preparation before moving the f

Re: [lng-odp] [PATCH 0/6] validation: module system created

2015-07-08 Thread Christophe Milard
sorry for the spelling errors. Have to check why this was not detected here. Fixed. Will send a Pull request with those. Christophe. On 8 July 2015 at 14:31, Stuart Haslam wrote: > On Fri, Jul 03, 2015 at 01:49:33PM +0200, Christophe Milard wrote: > > To be applied on top of patch &q

[lng-odp] [PATCH] validation: cleaning up Makefile

2015-07-07 Thread Christophe Milard
The validation/Makefile.am is now simply calling the Makefile of each module and many older things can be cleaned-up from it. Signed-off-by: Christophe Milard --- test/validation/Makefile.am | 10 -- 1 file changed, 10 deletions(-) diff --git a/test/validation/Makefile.am b/test

Re: [lng-odp] [PATCH v2] helper: convert to a library

2015-07-06 Thread Christophe Milard
o run the tests. > > Signed-off-by: Mike Holmes Reviewed-by: Christophe Milard > --- > > v2: > use srcdir to shorten paths > > > .gitignore | 2 +- > Makefile.am| 3 ++- > configure.ac |

Re: [lng-odp] [PATCH] helper: convert to a library

2015-07-06 Thread Christophe Milard
Hi Mike, I do like what's going on here... I have to admit my experience in debian package creation is limited, so I don't know whether I should mark it as reviewed or not when there are obscure zones for me... At least I have a few extra questions: On 6 July 2015 at 01:08, Mike Holmes wrote:

[lng-odp] [PATCH 5/5] validation: call to timer_main from platform

2015-07-03 Thread Christophe Milard
timer_main is now ran from the platform side. As timer tests do not have any platform dependency, the call to the platform agnostic tests is performed directly in the Makefele.am (TESTS). Signed-off-by: Christophe Milard --- platform/linux-generic/test/Makefile.am | 1 + test/validation

[lng-odp] [PATCH 4/5] validation: creating own dir and lib for timer

2015-07-03 Thread Christophe Milard
Signed-off-by: Christophe Milard --- configure.ac | 1 + test/validation/.gitignore | 1 - test/validation/Makefile.am| 9 ++--- test/validation/timer/.gitignore | 2 ++ test/validation/timer

[lng-odp] [PATCH 3/5] validation: cosmetic changes in odp_timer.c

2015-07-03 Thread Christophe Milard
x27;s body. Also a few "line over 80 char" warning remains, but these lines includes strings which should not be split. Signed-off-by: Christophe Milard --- test/validation/odp_timer.c | 37 - 1 file changed, 20 insertions(+), 17 deletions(-) di

[lng-odp] [PATCH 2/5] validation: renaming in odp_timer.c

2015-07-03 Thread Christophe Milard
possible suffix identifies the executable using it, if many. -Main function(s), are called: _main[_*] where the possible suffix identifies the executable using it Signed-off-by: Christophe Milard --- test/validation/odp_timer.c | 20 ++-- 1 file changed, 10 insertions

[lng-odp] [PATCH 1/5] validation: own main in odp_timer.c

2015-07-03 Thread Christophe Milard
Signed-off-by: Christophe Milard --- test/validation/Makefile.am | 2 ++ test/validation/odp_timer.c | 15 +-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/test/validation/Makefile.am b/test/validation/Makefile.am index 28ed20d..470350c 100644 --- a/test

[lng-odp] [PATCH 0/5] tests for timer moved to plt side

2015-07-03 Thread Christophe Milard
To be applied on top of patch for "shmem" ("validation: shmem tests moved to platform side"). Tests for timer now go through the same modification as pktio, and gets finally called from the platform side. Christophe Milard (5): validation: own main in odp_timer.c val

[lng-odp] [PATCH 4/4] validation: call to shmem_main from platform side.

2015-07-03 Thread Christophe Milard
shmem_main is now ran from the platform side. As shared memory tests do not have any platform dependency, the call to the platform agnostic tests is performed directly in the Makefele.am (TESTS). Signed-off-by: Christophe Milard --- platform/linux-generic/test/Makefile.am | 1 + test/validation

[lng-odp] [PATCH 3/4] validation: creating own dir and lib for shmem

2015-07-03 Thread Christophe Milard
Signed-off-by: Christophe Milard --- configure.ac | 1 + test/validation/.gitignore | 1 - test/validation/Makefile.am| 11 --- test/validation/shmem/.gitignore | 2

[lng-odp] [PATCH 2/4] validation: renaming in odp_shared_memory.c

2015-07-03 Thread Christophe Milard
possible suffix identifies the executable using it, if many. -Main function(s), are called: _main[_*] where the possible suffix identifies the executable using it Signed-off-by: Christophe Milard --- test/validation/odp_shared_memory.c | 8 1 file changed, 4 insertions(+), 4

[lng-odp] [PATCH 0/4] validation: shmem tests moved to platform side

2015-07-03 Thread Christophe Milard
Shared memory tests are now converted as well, and eventually called from the platform side. to be applied on top of: "validation: module system created" Christophe Milard (4): validation: own main in odp_shared_memory.c validation: renaming in odp_shared_memory.c validation: cr

[lng-odp] [PATCH 1/4] validation: own main in odp_shared_memory.c

2015-07-03 Thread Christophe Milard
Signed-off-by: Christophe Milard --- test/validation/Makefile.am | 3 +++ test/validation/odp_shared_memory.c | 14 -- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/test/validation/Makefile.am b/test/validation/Makefile.am index 8401a07..6a02f0a 100644

Re: [lng-odp] [PATCH 1/3] test: factor TESTS_ENVIRONMENT flags in Makefile.inc

2015-07-03 Thread Christophe Milard
form//test/Makefile.inc > this way we can specify test generic flag, and platform specific flags too. > > > > On 07/03/2015 02:15 PM, Christophe Milard wrote: > > What I am trying to achieve is to have tests ran from the platform side > (currentely: /platform//test*), callin

Re: [lng-odp] [PATCH 1/3] test: factor TESTS_ENVIRONMENT flags in Makefile.inc

2015-07-03 Thread Christophe Milard
ding on the file extension (host script, JTAG > runner, H/W simulators, etc..) > > > > On 07/03/2015 01:25 PM, Christophe Milard wrote: > > > > On 3 July 2015 at 11:52, Maxim Uvarov wrote: > >> CC Anders for build patches. >> >> Maxim. >> >>

Re: [lng-odp] [PATCH 0/6] validation: module system created

2015-07-03 Thread Christophe Milard
Error in cover-letter: this patch series should be applied on top of "validation: renaming former system to time" (not on errno as the cover-letter says...) sorry, Christophe On 3 July 2015 at 13:49, Christophe Milard wrote: > To be applied on top of patch "validation

[lng-odp] [PATCH 6/6] validation: call to system_main from platform side

2015-07-03 Thread Christophe Milard
system_main is now ran from the platform side. As systems tests do not have any platform dependency, the call to the platform agnostic tests is performed directly in the Makefele.am (TESTS). Signed-off-by: Christophe Milard --- platform/linux-generic/test/Makefile.am | 3 ++- test/validation

[lng-odp] [PATCH 5/6] validation: creating own dir and lib for system

2015-07-03 Thread Christophe Milard
Module system now gets its own directory and create its own lib (currentely only containing its executable) Signed-off-by: Christophe Milard --- configure.ac | 1 + test/validation/.gitignore | 1 - test/validation/Makefile.am | 13

[lng-odp] [PATCH 4/6] validation: renaming in system.c

2015-07-03 Thread Christophe Milard
possible suffix identifies the executable using it, if many. -Main function(s), are called: _main[_*] where the possible suffix identifies the executable using it Signed-off-by: Christophe Milard --- test/validation/system/system.c | 32 1 file changed, 16

[lng-odp] [PATCH 3/6] validation: own main in odp_system

2015-07-03 Thread Christophe Milard
Signed-off-by: Christophe Milard --- test/validation/Makefile.am | 2 ++ test/validation/system/system.c | 15 +-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/test/validation/Makefile.am b/test/validation/Makefile.am index 6e4d227..cbd7f5d 100644 --- a/test

[lng-odp] [PATCH 2/6] validation: mv odp_ver_abt_log_dbg to system

2015-07-03 Thread Christophe Milard
Module "odp_ver_abt_log_dbg", which actualy only contains system tests changes name to "system". Signed-off-by: Christophe Milard --- test/validation/.gitignore | 2 +- test/validation/Makefile.am

[lng-odp] [PATCH 1/6] validation: single src for odp_ver_abt_log_dbg

2015-07-03 Thread Christophe Milard
the system tests (system.c) and the main (odp_ver_abt_log_dbg.c) in the main, so that a single source file remains. Signed-off-by: Christophe Milard --- test/validation/Makefile.am| 3 +- test/validation/ver_abt_log_dbg/odp_system.c | 94 -- test

[lng-odp] [PATCH 0/6] validation: module system created

2015-07-03 Thread Christophe Milard
To be applied on top of patch "validation: new module errno" Module "system" is now created from odp_ver_abt_log_dbg (which only contains system tests), then tests for system go through the same modification as pktio, and gets finally called from the platform side.

Re: [lng-odp] [PATCH 1/3] test: factor TESTS_ENVIRONMENT flags in Makefile.inc

2015-07-03 Thread Christophe Milard
On 3 July 2015 at 11:52, Maxim Uvarov wrote: > CC Anders for build patches. > > Maxim. > > > On 06/30/15 10:24, Nicolas Morey-Chaisemartin wrote: > >> Signed-off-by: Nicolas Morey-Chaisemartin >> --- >> helper/test/Makefile.am | 2 +- >> platform/linux-generic/test/Makefile.am

[lng-odp] [PATCH] validation: renaming former system to time

2015-07-02 Thread Christophe Milard
Former system module just contained time tests, and is therefore renamed. This also prepare for the proper "system" module (coming soon...) To be applied on top of "validation: new module errno" Christophe Milard (1): validation: renaming system to

[lng-odp] [PATCH] validation: renaming system to time

2015-07-02 Thread Christophe Milard
Module "system" (which just contained time tests) is now logicaly renamed "time". The renaming includes files and function names, to match test conventions. Signed-off-by: Christophe Milard --- configure.ac | 2 +- platform/linux-gene

[lng-odp] [PATCH 4/4] validation: renaming in odp_errno.c

2015-07-02 Thread Christophe Milard
possible suffix identifies the executable using it, if many. -Main function(s), are called: _main[_*] where the possible suffix identifies the executable using it Signed-off-by: Christophe Milard --- test/validation/errno/errno.c | 8 1 file changed, 4 insertions(+), 4 deletions

[lng-odp] [PATCH 3/4] validation: new module errno

2015-07-02 Thread Christophe Milard
Errno (earlyer part of the odp_ver_abt_log_dbg module) now gets its own module. Test contents remains unchanged. Signed-off-by: Christophe Milard --- configure.ac | 1 + platform/linux-generic/test/Makefile.am | 1 + test

[lng-odp] [PATCH 1/4] validation: removed errno from odp_ver_abt_log_dbg

2015-07-02 Thread Christophe Milard
The tests for errno are removed from module odp_ver_abt_log_dbg. Errno tests will get their own module in next patches Signed-off-by: Christophe Milard --- test/validation/Makefile.am | 1 - test/validation/ver_abt_log_dbg/odp_errno.h | 9 - test

[lng-odp] [PATCH 2/4] validation: cosmetic change in odp_errno.c

2015-07-02 Thread Christophe Milard
To please check-patch (called by check-odp) when the file will be moved (next patch) Signed-off-by: Christophe Milard --- test/validation/ver_abt_log_dbg/odp_errno.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/validation/ver_abt_log_dbg/odp_errno.c b/test/validation

[lng-odp] [PATCH 0/4] validation: new module errno

2015-07-02 Thread Christophe Milard
Errno, previously part of module ver_abt_log_dbg is now separated as its own module, and gets through the normal changes to conform to the new test structure (lib...) and naming convention. Christophe Milard (4): validation: removed errno from odp_ver_abt_log_dbg validation: cosmetic change

[lng-odp] [PATCH 4/5] validation: creating own dir for synchronizers

2015-07-01 Thread Christophe Milard
creating own dir and lib for synchronizers Signed-off-by: Christophe Milard --- configure.ac | 1 + test/validation/.gitignore | 1 - test/validation/Makefile.am | 9

[lng-odp] [PATCH 5/5] validation: call to synchronizers_main from pltfm

2015-07-01 Thread Christophe Milard
synchronizers_main is now ran from the platform side. As synchronizers tests do not have any platform dependency, the call to the platform agnostic tests is performed directly in the Makefele.am (TESTS). Signed-off-by: Christophe Milard --- platform/linux-generic/test/Makefile.am | 1 + test

[lng-odp] [PATCH 3/5] validation: cosmetic change in odp_synchronizers.c

2015-07-01 Thread Christophe Milard
To please check-patch as much as possible before the file gets moved (and rechecked by check-odp) Signed-off-by: Christophe Milard --- test/validation/odp_synchronizers.c | 62 - 1 file changed, 34 insertions(+), 28 deletions(-) diff --git a/test/validation

[lng-odp] [PATCH 2/5] validation: renaming in odp_synchronizers.c

2015-07-01 Thread Christophe Milard
possible suffix identifies the executable using it, if many. -Main function(s), are called: _main[_*] where the possible suffix identifies the executable using it Signed-off-by: Christophe Milard --- test/validation/odp_synchronizers.c | 84 - 1 file

[lng-odp] [PATCH 1/5] validation: own main in odp_synchronizers.c

2015-07-01 Thread Christophe Milard
Signed-off-by: Christophe Milard --- test/validation/Makefile.am | 3 +++ test/validation/odp_synchronizers.c | 15 +-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/test/validation/Makefile.am b/test/validation/Makefile.am index 68525bd..464cdc3 100644

[lng-odp] [PATCH 0/5] synchronisers tests moved to platform side

2015-07-01 Thread Christophe Milard
Synchronizers testsnow go through the same modification as pktio, and gets finally called from the platform side. To be applied on top of: cpumask tests moved to platform side Christophe Milard (5): validation: own main in odp_synchronizers.c validation: renaming in odp_synchronizers.c

[lng-odp] [PATCH 5/5] validation: call to cpumask_main from platform

2015-07-01 Thread Christophe Milard
cpumask_main is now ran from the platform side. As cpumask tests do not have any platform dependency, the call to the platform agnostic tests is performed directly in the Makefele.am (TESTS). Signed-off-by: Christophe Milard --- platform/linux-generic/test/Makefile.am | 1 + test/validation

[lng-odp] [PATCH 4/5] validation: creating own dir and lib for cpumask

2015-07-01 Thread Christophe Milard
Signed-off-by: Christophe Milard --- configure.ac | 1 + test/validation/.gitignore | 1 - test/validation/Makefile.am | 10 -- test/validation/cpumask/.gitignore | 2 ++ test

[lng-odp] [PATCH 1/5] validation: own main in odp_cpumask

2015-07-01 Thread Christophe Milard
Signed-off-by: Christophe Milard --- test/validation/Makefile.am | 2 ++ test/validation/odp_cpumask.c | 15 +-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/test/validation/Makefile.am b/test/validation/Makefile.am index fe8463f..8e429d9 100644 --- a/test

[lng-odp] [PATCH 2/5] validation: renaming in odp_cpumask.c

2015-07-01 Thread Christophe Milard
possible suffix identifies the executable using it, if many. -Main function(s), are called: _main[_*] where the possible suffix identifies the executable using it Signed-off-by: Christophe Milard --- test/validation/odp_cpumask.c | 60 +-- 1 file

[lng-odp] [PATCH 3/5] validation: cosmetic changes in odp_cpumask.c

2015-07-01 Thread Christophe Milard
To please check-patch as much as possible before the file gets moved (and rechecked by check-odp) Signed-off-by: Christophe Milard --- test/validation/odp_cpumask.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/validation/odp_cpumask.c b/test/validation

[lng-odp] [PATCH 0/5] cpumask tests moved to platform side

2015-07-01 Thread Christophe Milard
Cpumask tests now go through the same modification as pktio, and gets finally called from the platform side. To be applied on top of "validation: thread tests moved to platform side" Christophe Milard (5): validation: own main in odp_cpumask validation: renaming in odp_cpumask.c

[lng-odp] [PATCH 5/5] validation: call to thread_main from platform

2015-07-01 Thread Christophe Milard
thread_main is now ran from the platform side. As thread tests do not have any platform dependency, the call to the platform agnostic tests is performed directly in the Makefele.am (TESTS). Signed-off-by: Christophe Milard --- platform/linux-generic/test/Makefile.am | 3 ++- test/validation

[lng-odp] [PATCH 4/5] validation: creating own dir and lib for thread

2015-07-01 Thread Christophe Milard
Module thread now gets its own directory and create its own lib (currentely only containing its executable) Signed-off-by: Christophe Milard --- configure.ac | 1 + test/validation/.gitignore| 1 - test/validation/Makefile.am

[lng-odp] [PATCH 3/5] validation: cosmetic changes in odp_thread.c

2015-07-01 Thread Christophe Milard
Needed to please check-patch called via check-odp when the file will be moved, at next patch. Signed-off-by: Christophe Milard --- test/validation/odp_thread.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/validation/odp_thread.c b/test/validation/odp_thread.c

[lng-odp] [PATCH 2/5] validation: renaming in odp_thread.c

2015-07-01 Thread Christophe Milard
possible suffix identifies the executable using it, if many. -Main function(s), are called: _main[_*] where the possible suffix identifies the executable using it Signed-off-by: Christophe Milard --- test/validation/odp_thread.c | 16 1 file changed, 8 insertions(+), 8

[lng-odp] [PATCH 1/5] validation: own main in odp_thread.c

2015-07-01 Thread Christophe Milard
Signed-off-by: Christophe Milard --- test/validation/Makefile.am | 2 ++ test/validation/odp_thread.c | 15 +-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/test/validation/Makefile.am b/test/validation/Makefile.am index a3efffe..52dc963 100644 --- a/test

[lng-odp] [PATCH 0/5] thread tests moved to platform side

2015-07-01 Thread Christophe Milard
thread tests now go through the same modification as pktio, and gets finally called from the platform side. To be applied on top of "validation: scheduler tests moved to platform side" Christophe Milard (5): validation: own main in odp_thread.c validation: renaming in od

[lng-odp] [PATCH 5/5] validation: call to scheduler_main from platform

2015-06-30 Thread Christophe Milard
scheduler_main is now ran from the platform side. As scheduler tests do not have any platform dependency, the call to the platform agnostic tests is performed directly in the Makefele.am (TESTS). Signed-off-by: Christophe Milard --- platform/linux-generic/test/Makefile.am | 1 + test/validation

[lng-odp] [PATCH 4/5] validation: creating own dir and lib for scheduler

2015-06-30 Thread Christophe Milard
Module scheduler now gets its own directory and create its own lib (currentely only containing its executable) Signed-off-by: Christophe Milard --- configure.ac | 1 + test/validation/.gitignore | 1 - test

[lng-odp] [PATCH 3/5] validation: cosmetic changes in odp_scheduler.c

2015-06-30 Thread Christophe Milard
Changes to calm down check-patch called via check-odp when the file is moved, at next patch. A few things remains, but not sure they'd make the code more readable... Signed-off-by: Christophe Milard --- test/validation/odp_scheduler.c | 27 +++ 1 file change

[lng-odp] [PATCH 2/5] validation: renaming in odp_scheduler.c

2015-06-30 Thread Christophe Milard
possible suffix identifies the executable using it, if many. -Main function(s), are called: _main[_*] where the possible suffix identifies the executable using it Signed-off-by: Christophe Milard --- test/validation/odp_scheduler.c | 129 1 file

[lng-odp] [PATCH 1/5] validation: own main in odp_scheduler.c

2015-06-30 Thread Christophe Milard
Signed-off-by: Christophe Milard --- test/validation/Makefile.am | 3 +++ test/validation/odp_scheduler.c | 15 +-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/test/validation/Makefile.am b/test/validation/Makefile.am index a012ccb..872064a 100644 --- a/test

[lng-odp] [PATCH 0/5] scheduler tests moved to platform side

2015-06-30 Thread Christophe Milard
Scheduler tests now go through the same modification as pktio, and gets finally called from the platform side. To be applied on top of "validation: call to buffer_main from platform" Christophe Milard (5): validation: own main in odp_scheduler.c validation: renaming in odp_s

Re: [lng-odp] [PATCHv2 5/5] validation: call to queue_main from platform

2015-06-30 Thread Christophe Milard
. On 30 June 2015 at 09:26, Nicolas Morey-Chaisemartin wrote: > > > On 06/29/2015 05:39 PM, Christophe Milard wrote: > > queue_main is now ran from the platform side. > > As queue tests do not have > > any platform dependency, the call to the platform agnostic tests i

Re: [lng-odp] [PATCH] linux-generic: crypto: add missing EXEEXT

2015-06-30 Thread Christophe Milard
On 2015-06-30 08:51, Nicolas Morey-Chaisemartin wrote: > Signed-off-by: Nicolas Morey-Chaisemartin Reviewed-by: Christophe Milard > --- > platform/linux-generic/test/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/platform/linux-generi

[lng-odp] [PATCHv2 4/5] validation: creating own dir and lib for queue

2015-06-29 Thread Christophe Milard
Module queue now gets its own directory and create its own lib (currentely only containing its executable) Signed-off-by: Christophe Milard Reviewed-by: Stuart Haslam --- configure.ac | 1 + test/validation/.gitignore | 1 - test

[lng-odp] [PATCHv2 5/5] validation: call to queue_main from platform

2015-06-29 Thread Christophe Milard
queue_main is now ran from the platform side. As queue tests do not have any platform dependency, the call to the platform agnostic tests is performed directly in the Makefele.am (TESTS). Signed-off-by: Christophe Milard Reviewed-by: Stuart Haslam --- platform/linux-generic/test/Makefile.am

<    9   10   11   12   13   14   15   16   17   >