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

2017-10-26 Thread Thomas Monjalon
25/10/2017 16:50, Pavan Nikhilesh: > 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

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

2017-10-25 Thread Pavan Nikhilesh
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 Acked-