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

2015-06-30 Thread Christophe Milard
I am rebasing right now. I am in the process to move all the tests modules to the platform side (i.e. be called from the platfoem side, as you have noticed for pktio and crypto.) I have quite a few modules ready here, but they have not been all reviewed/merged yet. I need to rebase to get that in.

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

2015-06-30 Thread Nicolas Morey-Chaisemartin
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 is > performed directly in the Makefele.am (TESTS). > > Signed-off-by: Christophe Milard > Reviewed-by:

[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 | 1