eventdev: separate internal structures
authorPavan Nikhilesh <pbhagavatula@marvell.com>
Mon, 18 Oct 2021 23:35:57 +0000 (05:05 +0530)
committerJerin Jacob <jerinj@marvell.com>
Thu, 21 Oct 2021 08:14:50 +0000 (10:14 +0200)
commit26f14535ed10a7422a10915b8c0aa74dadb9f367
tree44e78cacd2f7b42fe38d94e7e56443fc4e84ccd6
parent23d06e3766a82b97ff97bdd7021cbddc5e9ccc7e
eventdev: separate internal structures

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 data structures is not changed.

Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
lib/eventdev/eventdev_pmd.h
lib/eventdev/meson.build
lib/eventdev/rte_eventdev.h
lib/eventdev/rte_eventdev_core.h [new file with mode: 0644]