On Tue, Aug 24, 2021 at 1:10 AM <pbhagavat...@marvell.com> wrote: > > From: Pavan Nikhilesh <pbhagavat...@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. > > Signed-off-by: Pavan Nikhilesh <pbhagavat...@marvell.com>
Seems like ethdev side there is conscious with https://patches.dpdk.org/project/dpdk/list/?series=19084 Could you respin the version similar to https://patches.dpdk.org/project/dpdk/list/?series=19084 or the next version v3 from Konstantin. Since eventdev does not have a callback, largely this series aligns with expected output. But please align function and structure name etc with ethdev for next series. Marking as "Changes Requested". Thanks for the rework.