Prioritize security for external emails:
Confirm sender and content safety before clicking links or opening attachments
> -----Original Message----- > From: [email protected] <[email protected]> > Sent: Thursday, April 10, 2025 11:31 PM > To: Jerin Jacob <[email protected]>; [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected]; Amit Prakash Shukla > <[email protected]>; [email protected]; > [email protected]; Bruce Richardson <[email protected]> > Cc: [email protected]; Pavan Nikhilesh Bhagavatula <[email protected]> > Subject: [PATCH 1/3] eventdev: introduce event vector adapter > > From: Pavan Nikhilesh <[email protected]> > > The event vector adapter supports offloading creation of > event vectors by vectorizing objects (mbufs/ptrs/u64s). > Applications can create a vector adapter associated with > an event queue and enqueue objects to be vectorized. > When the vector reaches the configured size or when the timeout > is reached, the vector adapter will enqueue the vector to the > event queue. > > Signed-off-by: Pavan Nikhilesh <[email protected]> Any of the eventdev stake holder would like to review this feature?

