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

2017-08-29 Thread Pavan Nikhilesh Bhagavatula
On Tue, Aug 29, 2017 at 09:57:11AM +, Van Haaren, Harry wrote: > > From: Pavan Nikhilesh [mailto:pbhagavat...@caviumnetworks.com] > > Sent: Monday, August 28, 2017 5:07 PM > > To: Van Haaren, Harry > > Cc: dev@dpdk.org; Pavan Nikhilesh > > Subject: [dpdk-dev] [

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

2017-08-29 Thread Van Haaren, Harry
> From: Pavan Nikhilesh [mailto:pbhagavat...@caviumnetworks.com] > Sent: Monday, August 28, 2017 5:07 PM > To: Van Haaren, Harry > Cc: dev@dpdk.org; Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH v2] service: add API for service count per lcore > > This new API returns the nu

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

2017-08-28 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 --- v2 changes: - reword the commit title according to the check-git-log.sh - modify return t