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

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

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

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