> -----Original Message----- > From: [email protected] <[email protected]> > Sent: Saturday, April 6, 2024 3:43 PM > To: Jerin Jacob <[email protected]>; Amit Prakash Shukla > <[email protected]>; Vamsi Krishna Attunuru > <[email protected]> > Cc: [email protected]; Pavan Nikhilesh Bhagavatula > <[email protected]> > Subject: [PATCH 1/2] eventdev/dma: reorganize event DMA ops > > From: Pavan Nikhilesh <[email protected]> > > Re-organize event DMA ops structure to allow holding source and destination > pointers without the need for additional memory, the mempool allocating > memory for rte_event_dma_adapter_ops can size the structure to > accommodate all the needed source and destination pointers. > > Add multiple words for holding user metadata, adapter implementation > specific metadata and event metadata. > > Signed-off-by: Pavan Nikhilesh <[email protected]>
Acked-by: Amit Prakash Shukla <[email protected]>

