Re: [PATCH v2 04/16] test/bbdev: add timeout for latency tests

2023-03-02 Thread Maxime Coquelin
Subject: Re: [PATCH v2 04/16] test/bbdev: add timeout for latency tests On 2/15/23 18:09, Hernan Vargas wrote: Add a timeout to force exit the latency tests in case dequeue never happens. Signed-off-by: Hernan Vargas --- app/test-bbdev/test_bbdev_perf.c | 24 +++- 1

RE: [PATCH v2 04/16] test/bbdev: add timeout for latency tests

2023-02-28 Thread Chautru, Nicolas
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Monday, February 27, 2023 1:45 AM > To: Vargas, Hernan ; dev@dpdk.org; > gak...@marvell.com; Rix, Tom > Cc: Chautru, Nicolas ; Zhang, Qi Z > > Subject: Re: [PATCH v2 04/16] test/bbdev: add t

Re: [PATCH v2 04/16] test/bbdev: add timeout for latency tests

2023-02-27 Thread Maxime Coquelin
/16] test/bbdev: add timeout for latency tests On 2/15/23 18:09, Hernan Vargas wrote: Add a timeout to force exit the latency tests in case dequeue never happens. Signed-off-by: Hernan Vargas --- app/test-bbdev/test_bbdev_perf.c | 24 +++- 1 file changed, 19

RE: [PATCH v2 04/16] test/bbdev: add timeout for latency tests

2023-02-24 Thread Vargas, Hernan
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Thursday, February 23, 2023 2:32 AM > To: Vargas, Hernan ; dev@dpdk.org; > gak...@marvell.com; Rix, Tom > Cc: Chautru, Nicolas ; Zhang, Qi Z > > Subject: Re: [PATCH v2 04/16] test/bbdev: add t

Re: [PATCH v2 04/16] test/bbdev: add timeout for latency tests

2023-02-23 Thread Maxime Coquelin
On 2/22/23 22:13, Vargas, Hernan wrote: Hi Maxime, -Original Message- From: Maxime Coquelin Sent: Monday, February 20, 2023 10:33 AM To: Vargas, Hernan ; dev@dpdk.org; gak...@marvell.com; Rix, Tom Cc: Chautru, Nicolas ; Zhang, Qi Z Subject: Re: [PATCH v2 04/16] test/bbdev: add

RE: [PATCH v2 04/16] test/bbdev: add timeout for latency tests

2023-02-22 Thread Vargas, Hernan
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Monday, February 20, 2023 10:33 AM > To: Vargas, Hernan ; dev@dpdk.org; > gak...@marvell.com; Rix, Tom > Cc: Chautru, Nicolas ; Zhang, Qi Z > > Subject: Re: [PATCH v2 04/16] test/bbdev: add t

Re: [PATCH v2 04/16] test/bbdev: add timeout for latency tests

2023-02-20 Thread Maxime Coquelin
On 2/15/23 18:09, Hernan Vargas wrote: Add a timeout to force exit the latency tests in case dequeue never happens. Signed-off-by: Hernan Vargas --- app/test-bbdev/test_bbdev_perf.c | 24 +++- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/app/test-bbde

[PATCH v2 04/16] test/bbdev: add timeout for latency tests

2023-02-15 Thread Hernan Vargas
Add a timeout to force exit the latency tests in case dequeue never happens. Signed-off-by: Hernan Vargas --- app/test-bbdev/test_bbdev_perf.c | 24 +++- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/app/test-bbdev/test_bbdev_perf.c b/app/test-bbdev/test_bbde