[dpdk-dev] [RFC 01/15] eventdev: make driver interface as internal
Mattias Rönnblom
mattias.ronnblom at ericsson.com
Tue Aug 24 09:43:15 CEST 2021
On 2021-08-23 21:40, pbhagavatula at marvell.com wrote:
> From: Pavan Nikhilesh <pbhagavatula at marvell.com>
>
> Mark all the driver specific functions as internal, remove
> `rte` prefix from `struct rte_eventdev_ops`.
> Remove experimental tag from internal functions.
> Remove `eventdev_pmd.h` from non-internal header files.
>
Is the enqueue/dequeue shortcut still worth the trouble? Considering the
size of this patch set, it seems to be a lot of trouble to handle this
special case.
Is the same kind of reorganization planned for the ethdev API?
<snip>
More information about the dev
mailing list