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

2021-03-17 Thread Pavan Nikhilesh Bhagavatula
rillo, Erik G >; Gujjar, >> Abhinandan S ; McDaniel, Timothy >; hemant.agra...@nxp.com; Van >> Haaren, Harry ; mattias.ronnblom >; Ma, Liang J >> ; Ray Kinsella ; Neil Horman > >> Cc: dev@dpdk.org; Pavan Nikhilesh >> Subject: [dpdk-dev] [PATCH v3 1/8] even

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

2021-03-17 Thread Jayatheerthan, Jay
; ; Ray Kinsella ; Neil Horman > > Cc: dev@dpdk.org; Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH v3 1/8] eventdev: introduce event vector capability > > From: Pavan Nikhilesh > > Introduce rte_event_vector datastructure which is capable of holding > multiple uintptr_t of the

[dpdk-dev] [PATCH v3 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