On Wed, Jun 17, 2015 at 11:51:40PM +0200, Christophe Milard wrote: > crypto is now going throw the same modifications as pktio, > but its main is directely called from the makefile.am > as this module has nothing platform specific. > > Christophe Milard (5): > validation: own main in odp_crypto.c > validation: renaming in odp_crypto.c > validation: cosmetic fixes in odp_crypto.c > validation: creating own dir and lib for crypto > validation: call to crypto_main from platform >
For the series; Reviewed-by: Stuart Haslam <[email protected]> > configure.ac | 1 + > platform/linux-generic/test/Makefile.am | 3 ++- > test/validation/.gitignore | 1 - > test/validation/Makefile.am | 7 +++--- > test/validation/crypto/.gitignore | 2 ++ > test/validation/crypto/Makefile.am | 9 ++++++++ > test/validation/{odp_crypto.c => crypto/crypto.c} | 22 +++++++++++------- > test/validation/crypto/crypto.h | 7 ++++++ > test/validation/crypto/crypto_main.c | 12 ++++++++++ > test/validation/crypto/odp_crypto_test_inp.c | 28 > ++++++++++++----------- > test/validation/crypto/odp_crypto_test_inp.h | 6 ++--- > 11 files changed, 68 insertions(+), 30 deletions(-) > create mode 100644 test/validation/crypto/.gitignore > create mode 100644 test/validation/crypto/Makefile.am > rename test/validation/{odp_crypto.c => crypto/crypto.c} (81%) > create mode 100644 test/validation/crypto/crypto.h > create mode 100644 test/validation/crypto/crypto_main.c > > -- > 1.9.1 > _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
