Re: [dpdk-dev] [PATCH v4] service: add API for service count per lcore

2017-09-14 Thread Thomas Monjalon
29/08/2017 15:14, Van Haaren, Harry: > > From: Pavan Nikhilesh [mailto:pbhagavat...@caviumnetworks.com] > > Sent: Tuesday, August 29, 2017 1:33 PM > > To: Van Haaren, Harry > > Cc: dev@dpdk.org; Pavan Nikhilesh > > Subject: [dpdk-dev] [PATCH v4] service: add A

Re: [dpdk-dev] [PATCH v4] service: add API for service count per lcore

2017-08-29 Thread Van Haaren, Harry
> From: Pavan Nikhilesh [mailto:pbhagavat...@caviumnetworks.com] > Sent: Tuesday, August 29, 2017 1:33 PM > To: Van Haaren, Harry > Cc: dev@dpdk.org; Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH v4] service: add API for service count per lcore > > This new API returns t

[dpdk-dev] [PATCH v4] service: add API for service count per lcore

2017-08-29 Thread Pavan Nikhilesh
This new API returns the number of services that are running on a specific service core. It allows an application to decide which service core to run a new service on. Signed-off-by: Pavan Nikhilesh --- v4 changes: - fix doxygen errors v3 changes: - fix compilation issues with .map files v2