applied

On 22 June 2015 at 06:25, Stuart Haslam <[email protected]> wrote:

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



-- 
Mike Holmes
Technical Manager - Linaro Networking Group
Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs
_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to