event/dlb2: add private data structures and constants
authorTimothy McDaniel <timothy.mcdaniel@intel.com>
Sun, 1 Nov 2020 23:37:43 +0000 (17:37 -0600)
committerJerin Jacob <jerinj@marvell.com>
Mon, 2 Nov 2020 05:59:37 +0000 (06:59 +0100)
commitbc62748bd7d44730bfc24959e99f5368b8765b3b
tree618e50126a526cfeef903f2f642f9590c2372370
parentef3da1e7671fb4ccd66601619f478e84c8100be0
event/dlb2: add private data structures and constants

The header file dlb2_priv.h is used internally by the PMD.
It include constants, macros for device resources,
structure definitions for hardware interfaces and
software state, and various forward-declarations.
The header file rte_pmd_dlb2.h will be exported in a
subsequent patch, but is included here due to a data
structure dependency.

Signed-off-by: Timothy McDaniel <timothy.mcdaniel@intel.com>
Reviewed-by: Gage Eads <gage.eads@intel.com>
drivers/event/dlb2/dlb2_priv.h [new file with mode: 0644]