Re: [dpdk-dev] [PATCH v2 1/7] eventdev: add API to get service id

2017-10-20 Thread Pavan Nikhilesh Bhagavatula
; > Cc: dev@dpdk.org; Pavan Bhagavatula > > Subject: [dpdk-dev] [PATCH v2 1/7] eventdev: add API to get service id > > > > From: Pavan Bhagavatula > > > > In case of sw event device the scheduling can be done on a service core > > using the service registered at t

Re: [dpdk-dev] [PATCH v2 1/7] eventdev: add API to get service id

2017-10-20 Thread Van Haaren, Harry
> 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 > Cc: dev@dpdk.org; Pavan Bhagavatula > Subject: [dpdk-dev] [PATCH v2 1/7] eventdev: add

[dpdk-dev] [PATCH v2 1/7] eventdev: add API to get service id

2017-10-13 Thread Pavan Nikhilesh
From: Pavan Bhagavatula 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-b