Re: [PATCH] app/test-eventdev: improve DMA adapter test

2024-09-19 Thread Jerin Jacob
ilesh Bhagavatula > > > > Subject: [PATCH] app/test-eventdev: improve DMA adapter test > > > > From: Pavan Nikhilesh > > > > Move DMA ops to use mempool to prevent using the same ops before > > completion. > > This also allows us to measu

RE: [PATCH] app/test-eventdev: improve DMA adapter test

2024-09-18 Thread Amit Prakash Shukla
> -Original Message- > From: pbhagavat...@marvell.com > Sent: Friday, August 23, 2024 11:43 AM > To: Jerin Jacob ; Amit Prakash Shukla > > Cc: dev@dpdk.org; Pavan Nikhilesh Bhagavatula > > Subject: [PATCH] app/test-eventdev: improve DMA adapter test &g

[PATCH] app/test-eventdev: improve DMA adapter test

2024-08-22 Thread pbhagavatula
From: Pavan Nikhilesh Move DMA ops to use mempool to prevent using the same ops before completion. This also allows us to measure forward latency. Signed-off-by: Pavan Nikhilesh --- app/test-eventdev/test_perf_atq.c| 14 ++-- app/test-eventdev/test_perf_common.c | 106 ++--