On Fri, Oct 20, 2017 at 10:21:57AM +0000, Van Haaren, Harry wrote: > > From: Pavan Nikhilesh [mailto:pbhagavat...@caviumnetworks.com] > > Sent: Friday, October 13, 2017 5:37 PM > > To: jerin.ja...@caviumnetworks.com; hemant.agra...@nxp.com; Van Haaren, > > Harry <harry.van.haa...@intel.com> > > Cc: dev@dpdk.org; Pavan Bhagavatula <pbhagavat...@caviumnetworks.com> > > Subject: [dpdk-dev] [PATCH v2 1/7] eventdev: add API to get service id > > > > From: Pavan Bhagavatula <pbhagavat...@caviumnetworks.com> > > > > In case of sw event device the scheduling can be done on a service core > > using the service registered at the time of probe. > > This patch adds a helper function to get the service id that can be used > > by the application to assign a lcore for the service to run on. > > > > Signed-off-by: Pavan Nikhilesh <pbhagavat...@caviumnetworks.com> > > <snip> > > > * Dump internal information about *dev_id* to the FILE* provided in *f*. > > * > > * @param dev_id > > diff --git a/lib/librte_eventdev/rte_eventdev_version.map > > b/lib/librte_eventdev/rte_eventdev_version.map > > index d555b19..59c36a0 100644 > > --- a/lib/librte_eventdev/rte_eventdev_version.map > > +++ b/lib/librte_eventdev/rte_eventdev_version.map > > @@ -53,6 +53,7 @@ DPDK_17.11 { > > rte_event_dev_attr_get; > > rte_event_port_attr_get; > > rte_event_queue_attr_get; > > + rte_event_dev_service_id_get; > > > Version-map diff didn't apply cleanly - probably better fixed on apply; > Also, I think the functions are supposed to be in alphabetical order. >
Yep, will fix in v3. > Acked-by: Harry van Haaren <harry.van.haa...@intel.com>