Prioritize security for external emails:
Confirm sender and content safety before clicking links or opening attachments
> -----Original Message----- > From: pbhagavat...@marvell.com <pbhagavat...@marvell.com> > Sent: Thursday, April 10, 2025 11:31 PM > To: Jerin Jacob <jer...@marvell.com>; pravin.pat...@intel.com; > hemant.agra...@nxp.com; sachin.sax...@nxp.com; > mattias.ronnb...@ericsson.com; lian...@liangbit.com; > peter.mccar...@intel.com; harry.van.haa...@intel.com; > erik.g.carri...@intel.com; abhinandan.guj...@intel.com; Amit Prakash Shukla > <amitpraka...@marvell.com>; s.v.naga.haris...@intel.com; > anatoly.bura...@intel.com; Bruce Richardson <bruce.richard...@intel.com> > Cc: dev@dpdk.org; Pavan Nikhilesh Bhagavatula <pbhagavat...@marvell.com> > Subject: [PATCH 1/3] eventdev: introduce event vector adapter > > From: Pavan Nikhilesh <pbhagavat...@marvell.com> > > 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 <pbhagavat...@marvell.com> Any of the eventdev stake holder would like to review this feature?