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

2017-08-29 Thread Pavan Nikhilesh Bhagavatula
On Tue, Aug 29, 2017 at 12:05:12PM +, Van Haaren, Harry wrote: > > From: Pavan Nikhilesh [mailto:pbhagavat...@caviumnetworks.com] > > Sent: Tuesday, August 29, 2017 12:00 PM > > To: Van Haaren, Harry > > Cc: dev@dpdk.org; Pavan Nikhilesh > > Subject: [dpdk-de

Re: [dpdk-dev] [PATCH v3] 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 12:00 PM > To: Van Haaren, Harry > Cc: dev@dpdk.org; Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH v3] service: add API for service count per lcore > > This new API returns t

[dpdk-dev] [PATCH v3] 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 --- v3 changes: - fix compilation issues with .map files v2 changes: - reword the commit tit