> -----Original Message----- > From: [email protected] <[email protected]> > Sent: Monday, June 24, 2024 2:53 PM > To: Jerin Jacob <[email protected]>; Amit Prakash Shukla > <[email protected]> > Cc: [email protected]; Pavan Nikhilesh Bhagavatula > <[email protected]> > Subject: [PATCH] eventdev/dma: fix missing response info in forward mode > > From: Pavan Nikhilesh <[email protected]> > > When in OP_FWD mode the DMA completion response should use the > `rte_event_dma_adapter_op::event_meta` to inject the completion event. > > Bugzilla ID: 1469 > Fixes: 588dcac23610 ("eventdev/dma: reorganize event DMA ops") > > Signed-off-by: Pavan Nikhilesh <[email protected]> > --- > app/test/test_event_dma_adapter.c | 10 +++++++--- > lib/eventdev/rte_event_dma_adapter.c | 1 + > lib/eventdev/rte_event_dma_adapter.h | 11 ++++++++++- > 3 files changed, 18 insertions(+), 4 deletions(-)
Thanks. Acked-by: Amit Prakash Shukla <[email protected]>

