Re: [dpdk-dev] [PATCH v4 1/8] eventdev: introduce event vector capability

2021-03-23 Thread Jerin Jacob
On Sat, Mar 20, 2021 at 2:27 AM wrote: > > From: Pavan Nikhilesh > > Introduce rte_event_vector datastructure which is capable of holding > multiple uintptr_t of the same flow thereby allowing applications > to vectorize their pipeline and reducing the complexity of pipelining > the events across

Re: [dpdk-dev] [PATCH v4 1/8] eventdev: introduce event vector capability

2021-03-22 Thread Kinsella, Ray
On 19/03/2021 20:57, pbhagavat...@marvell.com wrote: > From: Pavan Nikhilesh > > Introduce rte_event_vector datastructure which is capable of holding > multiple uintptr_t of the same flow thereby allowing applications > to vectorize their pipeline and reducing the complexity of pipelining > th