[dpdk-dev] pthread_create fails with error code 11 (pthread_create: Cannot allocate memory)

2016-08-25 Thread Ajay Khambadkone
Let me rephrase the question. I just started a skeleton app that uses dpdk, did the rte_eal_init. After that I did a pthread_create that failed, why does this happen? How do I get around this? -Ajay -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ajay

[dpdk-dev] pthread_create fails with error code 11 (pthread_create: Cannot allocate memory)

2016-08-24 Thread Ajay Khambadkone
I am running dpdk with my existing application and after rte_eal_init, other inits and rte_eal_remote_launch, It end up going through my existing app that starts some more threads. I do see all the rte_* ran successfully. But the pthread_create calls from my existing app fails with the followin