[dpdk-dev] [PATCH v3] port: Eventdev port support added in the rte_port library

Thomas Monjalon thomas at monjalon.net
Fri Oct 25 17:35:11 CEST 2019


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.shah at 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 :)




More information about the dev mailing list