On Wed, Sep 18, 2024 at 2:34 PM Amit Prakash Shukla
<[email protected]> wrote:
>
>
> > -----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]>

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 <[email protected]>
    Acked-by: Amit Prakash Shukla <[email protected]>

>
> Thanks

Reply via email to