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

2021-03-16 Thread Jerin Jacob
On Tue, Mar 16, 2021 at 9:19 PM 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

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

2021-03-16 Thread pbhagavatula
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 multiple stages. This approach also reduces the sche