> -----Original Message-----
> From: Thomas Monjalon [mailto:tho...@monjalon.net]
> Sent: Friday, October 25, 2019 4:35 PM
> To: Dumitrescu, Cristian <cristian.dumitre...@intel.com>; Singh, Jasvinder
> <jasvinder.si...@intel.com>
> Cc: dev@dpdk.org; Shah, Rahul R <rahul.r.s...@intel.com>
> Subject: Re: [dpdk-dev] [PATCH v3] port: Eventdev port support added in the
> rte_port library
>
> 01/10/2019 20:05, Rahul Shah:
> > Adding a new port type called eventdev to the
> > rte_port library.
> >
> > Signed-off-by: Rahul Shah <rahul.r.s...@intel.com>
> > ---
> > lib/librte_port/Makefile | 4 +-
> > lib/librte_port/meson.build | 8 +-
> > lib/librte_port/rte_port_eventdev.c | 585
> +++++++++++++++++++++++++++
> > lib/librte_port/rte_port_eventdev.h | 100 +++++
> > lib/librte_port/rte_port_version.map | 9 +
> > 5 files changed, 702 insertions(+), 4 deletions(-)
> > create mode 100644 lib/librte_port/rte_port_eventdev.c
> > create mode 100644 lib/librte_port/rte_port_eventdev.h
>
> Cristian, Jasvinder, your review would very welcome here :)
>
Done, sorry for my delay.