> -----Original Message----- > From: [email protected] <[email protected]> > Sent: Friday, August 23, 2024 11:43 AM > To: Jerin Jacob <[email protected]>; Amit Prakash Shukla > <[email protected]> > Cc: [email protected]; Pavan Nikhilesh Bhagavatula > <[email protected]> > Subject: [PATCH] app/test-eventdev: improve DMA adapter test > > From: Pavan Nikhilesh <[email protected]> > > 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 <[email protected]> > --- > app/test-eventdev/test_perf_atq.c | 14 ++-- > app/test-eventdev/test_perf_common.c | 106 ++++++++++++++------------- > app/test-eventdev/test_perf_common.h | 63 +++++++++------- app/test- > eventdev/test_perf_queue.c | 14 ++-- > 4 files changed, 106 insertions(+), 91 deletions(-) >
Acked-by: Amit Prakash Shukla <[email protected]> Thanks

