Re: [dpdk-dev] [RFC 04/15] eventdev: move inline APIs into separate structure

2021-09-08 Thread Kinsella, Ray
On 23/08/2021 20:40, pbhagavat...@marvell.com 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 > to avoid future API/ABI brea

[dpdk-dev] [RFC 04/15] eventdev: move inline APIs into separate structure

2021-08-23 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 --- lib/eventdev/eventdev_