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

2017-10-11 Thread Thomas Monjalon
21/09/2017 12:59, Pavan Nikhilesh: > From: Pavan Bhagavatula > > This function can be used to check the role of a specific lcore. > > Signed-off-by: Pavan Nikhilesh > Acked-by: Harry van Haaren Applied, thanks

[dpdk-dev] [PATCH v3] 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 Acked-by: Harry van Haaren --- v3 changes: - moved changes to eal_common_thread.c - addressed coding style issues v2 changes: - removed ack due to significant changes in