Re: [dpdk-dev] [PATCH v2] eal: add function to check lcore role

2017-09-21 Thread Pavan Nikhilesh Bhagavatula
> > Subject: [dpdk-dev] [PATCH v2] eal: add function to check lcore role > > > > From: Pavan Bhagavatula > > > > This function can be used to check the role of a specific lcore. > > > > Signed-off-by: Pavan Nikhilesh > > --- > > > > v2 ch

Re: [dpdk-dev] [PATCH v2] eal: add function to check lcore role

2017-09-21 Thread Van Haaren, Harry
> From: Pavan Nikhilesh [mailto:pbhagavat...@caviumnetworks.com] > Sent: Thursday, September 21, 2017 9:58 AM > To: Van Haaren, Harry ; tho...@monjalon.net > Cc: dev@dpdk.org; Pavan Bhagavatula > Subject: [dpdk-dev] [PATCH v2] eal: add function to check lcore role > > Fr

[dpdk-dev] [PATCH v2] eal: add function to check lcore role

2017-09-21 Thread Pavan Nikhilesh
From: Pavan Bhagavatula This function can be used to check the role of a specific lcore. Signed-off-by: Pavan Nikhilesh --- v2 changs: - removed ack due to significant changes in patch - addressed review comments - modified commit title and message lib/librte_eal/bsdapp/eal/Makefile