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

2021-03-24 Thread Pavan Nikhilesh Bhagavatula
t;> Haaren, Harry ; mattias.ronnblom >; Ma, Liang J >> ; Ray Kinsella ; Neil Horman > >> Cc: dev@dpdk.org; Pavan Nikhilesh >> Subject: [dpdk-dev] [PATCH v5 1/8] eventdev: introduce event vector >capability >> >> From: Pavan Nikhilesh >> >> Introd

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

2021-03-24 Thread Kinsella, Ray
On 24/03/2021 05:05, 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

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

2021-03-23 Thread Jayatheerthan, Jay
mattias.ronnblom > ; Ma, Liang J > ; Ray Kinsella ; Neil Horman > > Cc: dev@dpdk.org; Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH v5 1/8] eventdev: introduce event vector capability > > From: Pavan Nikhilesh > > Introduce rte_event_vector datastructure which is capab

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

2021-03-23 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