Re: [lng-odp] [PATCH] validation: crypto: split crypto and random tests

2015-03-02 Thread Taras Kondratiuk
On 02/26/2015 05:45 PM, Mike Holmes wrote: We need to throttle change in 1.0 to only ODP API only now. This should go in 1.0.1 Can this be merged now? ___ lng-odp mailing list lng-odp@lists.linaro.org http://lists.linaro.org/mailman/listinfo/lng-odp

Re: [lng-odp] [PATCH] validation: crypto: split crypto and random tests

2015-03-02 Thread Mike Holmes
Open season on 1.0.1 :) On 2 March 2015 at 10:55, Taras Kondratiuk taras.kondrat...@linaro.org wrote: On 02/26/2015 05:45 PM, Mike Holmes wrote: We need to throttle change in 1.0 to only ODP API only now. This should go in 1.0.1 Can this be merged now? -- *Mike Holmes* Linaro Sr

Re: [lng-odp] [PATCH] validation: crypto: split crypto and random tests

2015-02-27 Thread Taras Kondratiuk
On 02/26/2015 08:31 PM, Robbie King (robking) wrote: The only nit that I have, and not sure we have any way around it today, is the size of the test buffer being hard coded to 32. Seems eventually that should be a #define for a given implementation's capabilities, or perhaps a minimum

Re: [lng-odp] [PATCH] validation: crypto: split crypto and random tests

2015-02-27 Thread Ola Liljedahl
To: Robbie King (robking); lng-odp@lists.linaro.org Subject: Re: [lng-odp] [PATCH] validation: crypto: split crypto and random tests On 02/26/2015 08:31 PM, Robbie King (robking) wrote: The only nit that I have, and not sure we have any way around it today, is the size of the test buffer being hard

Re: [lng-odp] [PATCH] validation: crypto: split crypto and random tests

2015-02-27 Thread Savolainen, Petri (Nokia - FI/Espoo)
-Original Message- From: lng-odp-boun...@lists.linaro.org [mailto:lng-odp- boun...@lists.linaro.org] On Behalf Of ext Taras Kondratiuk Sent: Friday, February 27, 2015 2:32 PM To: Robbie King (robking); lng-odp@lists.linaro.org Subject: Re: [lng-odp] [PATCH] validation: crypto

Re: [lng-odp] [PATCH] validation: crypto: split crypto and random tests

2015-02-26 Thread Taras Kondratiuk
On 02/26/2015 05:45 PM, Mike Holmes wrote: We need to throttle change in 1.0 to only ODP API only now. This should go in 1.0.1 That's fine. But it can be reviewed anyway :) -- Taras Kondratiuk ___ lng-odp mailing list lng-odp@lists.linaro.org

Re: [lng-odp] [PATCH] validation: crypto: split crypto and random tests

2015-02-26 Thread Mike Holmes
We need to throttle change in 1.0 to only ODP API only now. This should go in 1.0.1 On 26 February 2015 at 08:25, Taras Kondratiuk taras.kondrat...@linaro.org wrote: Crypto and Random are separate API modules now, so split tests accordingly. Signed-off-by: Taras Kondratiuk

Re: [lng-odp] [PATCH] validation: crypto: split crypto and random tests

2015-02-26 Thread Robbie King (robking)
The only nit that I have, and not sure we have any way around it today, is the size of the test buffer being hard coded to 32. Seems eventually that should be a #define for a given implementation's capabilities, or perhaps a minimum guaranteed on all ODP platforms. But I think this is OK for

Re: [lng-odp] [PATCH] validation: crypto: split crypto and random tests

2015-02-26 Thread Mike Holmes
need to add odp_random to gitignore On 26 February 2015 at 13:31, Robbie King (robking) robk...@cisco.com wrote: The only nit that I have, and not sure we have any way around it today, is the size of the test buffer being hard coded to 32. Seems eventually that should be a #define for a given