Re: [dpdk-dev] [RFC 02/15] eventdev: separate internal structures

2021-10-14 Thread Jerin Jacob
On Tue, Aug 24, 2021 at 1:10 AM wrote: > > From: Pavan Nikhilesh > > Create rte_eventdev_core.h and move all the internal data structures > to this file. These structures are mostly used by drivers, but they > need to be in the public header file as they are accessed by datapath > inline function

[dpdk-dev] [RFC 02/15] eventdev: separate internal structures

2021-08-23 Thread pbhagavatula
From: Pavan Nikhilesh Create rte_eventdev_core.h and move all the internal data structures to this file. These structures are mostly used by drivers, but they need to be in the public header file as they are accessed by datapath inline functions for performance reasons. The accessibility of these