Re: [PATCH v1] test/crypto: fix timeout in Rx inject

2023-11-22 Thread Thomas Monjalon
21/11/2023 07:57, Anoob Joseph: > > > > Fix the timeout condition for rx in Rx inject. > > > > Fixes: 69e1a909aa08 (test/crypto: add Rx inject) > > > > Signed-off-by: Vidya Sagar Velumuri > > Acked-by: Anoob Joseph Applied, thanks.

RE: [PATCH v1] test/crypto: fix timeout in Rx inject

2023-11-20 Thread Anoob Joseph
> > Fix the timeout condition for rx in Rx inject. > > Fixes: 69e1a909aa08 (test/crypto: add Rx inject) > > Signed-off-by: Vidya Sagar Velumuri > Acked-by: Anoob Joseph

[PATCH v1] test/crypto: fix timeout in Rx inject

2023-11-20 Thread Vidya Sagar Velumuri
Fix the timeout condition for rx in Rx inject. Fixes: 69e1a909aa08 (test/crypto: add Rx inject) Signed-off-by: Vidya Sagar Velumuri diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c index 96a3f36d73..58561ededf 100644 --- a/app/test/test_cryptodev.c +++ b/app/test/test_cryptode