Re: [dpdk-dev] [PATCH v3 04/14] eventdev: move inline APIs into separate structure

2021-10-14 Thread Jerin Jacob
On Wed, Oct 6, 2021 at 12:21 PM wrote: > > From: Pavan Nikhilesh > > Move fastpath inline function pointers from rte_eventdev into a > separate structure accessed via a flat array. > The intension is to make rte_eventdev and related structures private intention > to avoid future API/ABI breakag

[dpdk-dev] [PATCH v3 04/14] eventdev: move inline APIs into separate structure

2021-10-05 Thread pbhagavatula
From: Pavan Nikhilesh Move fastpath inline function pointers from rte_eventdev into a separate structure accessed via a flat array. The intension is to make rte_eventdev and related structures private to avoid future API/ABI breakages.` Signed-off-by: Pavan Nikhilesh Acked-by: Ray Kinsella ---