On 23/08/2021 20:40, [email protected] wrote: > From: Pavan Nikhilesh <[email protected]> > > Add helper functions and macros to help drivers to transition to new > fastpath interface. > > Signed-off-by: Pavan Nikhilesh <[email protected]> > --- > lib/eventdev/eventdev_pmd.h | 396 ++++++++++++++++++++++++++++++++++++ > lib/eventdev/rte_eventdev.c | 174 ++++++++++++++++ > lib/eventdev/version.map | 18 ++ > 3 files changed, 588 insertions(+) > Acked-by: Ray Kinsella <[email protected]>

