[dpdk-dev] Issues with running multicore

2015-11-26 Thread Bruce Richardson
On Wed, Nov 25, 2015 at 12:59:01PM -0500, Sugumaran, Varthamanan wrote: > Hi All, > Iam trying to create multi core application by mapping separate function for > each core. > I had followed Multi process example and I had used pthread. > The use case is: > > 1. In a single process, launch

[dpdk-dev] Issues with running multicore

2015-11-25 Thread Thomas Monjalon
2015-11-25 12:59, Sugumaran, Varthamanan 2015-11-25 14:18, Abdul, Jaffar 2015-11-25 14:23, Abdul, Jaffar OK we got the question. 3 times actually. An advice for next time: the mailing list users at dpdk.org is dedicated to this kind of question.

[dpdk-dev] Issues with running multicore

2015-11-25 Thread Abdul, Jaffar
Hi All, Iam trying to create multi core application by mapping separate function for each core. I had followed Multi process example and I had used pthread. The use case is: 1. In a single process, launch pthread and run rte_eal_init 2. Once rte_eal_init is done, create 3 pthreads

[dpdk-dev] Issues with running multicore

2015-11-25 Thread Sugumaran, Varthamanan
Hi All, Iam trying to create multi core application by mapping separate function for each core. I had followed Multi process example and I had used pthread. The use case is: 1. In a single process, launch pthread and run rte_eal_init 2. Once rte_eal_init is done, create 3 pthreads