On Wed, Sep 18, 2024 at 2:34 PM Amit Prakash Shukla <amitpraka...@marvell.com> wrote: > > > > -----Original Message----- > > From: pbhagavat...@marvell.com <pbhagavat...@marvell.com> > > Sent: Friday, August 23, 2024 11:43 AM > > To: Jerin Jacob <jer...@marvell.com>; Amit Prakash Shukla > > <amitpraka...@marvell.com> > > Cc: dev@dpdk.org; Pavan Nikhilesh Bhagavatula > > <pbhagavat...@marvell.com> > > Subject: [PATCH] app/test-eventdev: improve DMA adapter test > > > > From: Pavan Nikhilesh <pbhagavat...@marvell.com> > > > > 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 <pbhagavat...@marvell.com> > > --- > > 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 <amitpraka...@marvell.com>
Updated the git commit as follows and applied to dpdk-next-net-eventdev/for-main. Thanks app/test-eventdev: support measuring DMA adapter latency 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 <pbhagavat...@marvell.com> Acked-by: Amit Prakash Shukla <amitpraka...@marvell.com> > > Thanks