> -----Original Message----- > From: Anoob Joseph <ano...@marvell.com> > Sent: Monday, June 3, 2019 11:02 PM > To: Jerin Jacob Kollanukkaran <jer...@marvell.com>; Nikhil Rao > <nikhil....@intel.com>; Erik Gabriel Carrillo <erik.g.carri...@intel.com>; > Abhinandan Gujjar <abhinandan.guj...@intel.com>; Bruce Richardson > <bruce.richard...@intel.com>; Pablo de Lara > <pablo.de.lara.gua...@intel.com> > Cc: Anoob Joseph <ano...@marvell.com>; Narayana Prasad Raju Athreya > <pathr...@marvell.com>; dev@dpdk.org; Lukas Bartosik > <lbarto...@marvell.com>; Pavan Nikhilesh Bhagavatula > <pbhagavat...@marvell.com>; Hemant Agrawal > <hemant.agra...@nxp.com>; Nipun Gupta <nipun.gu...@nxp.com>; Harry > van Haaren <harry.van.haa...@intel.com>; Mattias Rönnblom > <mattias.ronnb...@ericsson.com>; Liang Ma <liang.j...@intel.com> > Subject: [PATCH 25/39] eventdev: add routine to validate conf > > Adding routine to validate event mode conf. This function will verify the conf > requested by the user and would populate other fields with default values. > Presently, the function acts as placeholder for the above mentioned actions. > > Signed-off-by: Anoob Joseph <ano...@marvell.com> > Signed-off-by: Lukasz Bartosik <lbarto...@marvell.com> > --- > lib/librte_eventdev/rte_eventmode_helper.c | 33 > ++++++++++++++++++++++++++++++ > 1 file changed, 33 insertions(+) > > diff --git a/lib/librte_eventdev/rte_eventmode_helper.c > b/lib/librte_eventdev/rte_eventmode_helper.c > index a57f837..4dbb94a 100644 > --- a/lib/librte_eventdev/rte_eventmode_helper.c > +++ b/lib/librte_eventdev/rte_eventmode_helper.c > @@ -165,6 +165,32 @@ rte_eventmode_helper_parse_args(int argc, char > **argv) > return NULL; > } > > +/* Pre-process conf before using for init*/ > + > +static int > +rte_eventmode_validate_user_params(struct eventmode_conf > *em_conf) {
No need to start with rte_eventmode_... for internal functions