[dpdk-dev] [PATCH v9 3/9] eventtimer: add common code

Carrillo, Erik G erik.g.carrillo at intel.com
Tue Apr 3 20:38:17 CEST 2018



> -----Original Message-----
> From: Jerin Jacob [mailto:jerin.jacob at caviumnetworks.com]
> Sent: Monday, April 2, 2018 6:36 PM
> To: Carrillo, Erik G <erik.g.carrillo at intel.com>
> Cc: pbhagavatula at caviumnetworks.com; dev at dpdk.org;
> hemant.agrawal at nxp.com
> Subject: Re: [PATCH v9 3/9] eventtimer: add common code
> 
> -----Original Message-----
> > Date: Mon, 2 Apr 2018 14:39:48 -0500
> > From: Erik Gabriel Carrillo <erik.g.carrillo at intel.com>
> > To: pbhagavatula at caviumnetworks.com
> > CC: dev at dpdk.org, jerin.jacob at caviumnetworks.com,
> > hemant.agrawal at nxp.com
> > Subject: [PATCH v9 3/9] eventtimer: add common code
> > X-Mailer: git-send-email 1.7.10
> >
> > This commit adds the logic that is shared by all event timer adapter
> > drivers; the common code handles instance allocation and some
> > initialization.
> >
> > Signed-off-by: Erik Gabriel Carrillo <erik.g.carrillo at intel.com>
> > ---
> > +
> > +EXPERIMENTAL {
> > +	global:
> > +
> > +        rte_event_timer_adapter_caps_get;
> > +	rte_event_timer_adapter_create;
> > +	rte_event_timer_adapter_create_ext;
> > +	rte_event_timer_adapter_free;
> > +	rte_event_timer_adapter_get_info;
> > +	rte_event_timer_adapter_lookup;
> > +	rte_event_timer_adapter_service_id_get;
> > +	rte_event_timer_adapter_start;
> > +	rte_event_timer_adapter_stats_get;
> > +	rte_event_timer_adapter_stats_reset;
> > +	rte_event_timer_adapter_stop;
> > +	rte_event_timer_init;
> 
> rte_event_timer_init() function is missing and it referenced in programmers
> guide too.
> It suppose to be in the lib/librte_eventdev/rte_event_timer_adapter.h as
> static inline function.
 
Thanks for catching that.  I'll remove the symbol from the map file and from
Programmer's Guide.

Regards,
Gabriel

> 
> > +	rte_event_timer_arm_burst;
> > +	rte_event_timer_arm_tmo_tick_burst;
> > +	rte_event_timer_cancel_burst;
> > +} DPDK_18.02;
> > --
> > 2.6.4
> >


More information about the dev mailing list