Regards
Sunil Kumar
> -----Original Message-----
> From: Anoob Joseph [mailto:anoob.jos...@caviumnetworks.com]
> Sent: Friday, June 8, 2018 10:54 PM
> To: Bruce Richardson <bruce.richard...@intel.com>; Jerin Jacob
> <jerin.ja...@caviumnetworks.com>; Pablo de Lara
> <pablo.de.lara.gua...@intel.com>
> Cc: Anoob Joseph <anoob.jos...@caviumnetworks.com>; Hemant Agrawal
> <hemant.agra...@nxp.com>; Narayana Prasad
> <narayanaprasad.athr...@caviumnetworks.com>; Nikhil Rao
> <nikhil....@intel.com>; Pavan Nikhilesh
> <pbhagavat...@caviumnetworks.com>; Sunil Kumar Kori
> <sunil.k...@nxp.com>; dev@dpdk.org
> Subject: [PATCH 01/20] eventdev: add files for eventmode helper
>
> Signed-off-by: Anoob Joseph <anoob.jos...@caviumnetworks.com>
> ---
> lib/librte_eventdev/Makefile | 2 ++
> lib/librte_eventdev/rte_eventmode_helper.c | 7 +++++++
> lib/librte_eventdev/rte_eventmode_helper.h | 6 ++++++
> lib/librte_eventdev/rte_eventmode_helper_internal.h | 6 ++++++
> 4 files changed, 21 insertions(+)
> create mode 100644 lib/librte_eventdev/rte_eventmode_helper.c
> create mode 100644 lib/librte_eventdev/rte_eventmode_helper.h
> create mode 100644 lib/librte_eventdev/rte_eventmode_helper_internal.h
>
Having a separate helper library to configure eventdev may be a overhead to the
application
as application needs to understand main DPDK API as well as helper routines.
It can be kept in application as a separate file.