On Fri, Mar 25, 2016 at 11:49 AM, Balakrishna Garapati <
balakrishna.garap...@linaro.org> wrote:

> Signed-off-by: Balakrishna Garapati <balakrishna.garap...@linaro.org>
>

Reviewed-by: Bill Fischofer <bill.fischo...@linaro.org>


> ---
>  v1:Fixes missing break between switch(opt)
>     https://bugs.linaro.org/show_bug.cgi?id=2137
>
>  test/performance/odp_crypto.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/test/performance/odp_crypto.c b/test/performance/odp_crypto.c
> index 5fd339d..54f5046 100644
> --- a/test/performance/odp_crypto.c
> +++ b/test/performance/odp_crypto.c
> @@ -858,6 +858,7 @@ static void parse_args(int argc, char *argv[],
> crypto_args_t *cargs)
>                                 usage(argv[0]);
>                                 exit(-1);
>                         }
> +                       break;
>                 case 'd':
>                         cargs->debug_packets = 1;
>                         break;
> --
> 1.9.1
>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> https://lists.linaro.org/mailman/listinfo/lng-odp
>
_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to