[dpdk-dev] Can pthread_create be called directly in a dpdk application?

2015-08-15 Thread Rajesh R
On Fri, Aug 14, 2015 at 3:48 PM, Bruce Richardson < bruce.richardson at intel.com> wrote: > On Fri, Aug 14, 2015 at 06:13:46AM -0400, Rajesh R wrote: > > I am relatively new to dpdk. I could make the examples work. > > > > Now I am experimenting with a traffic measurement application which > captu

[dpdk-dev] Can pthread_create be called directly in a dpdk application?

2015-08-14 Thread Bruce Richardson
On Fri, Aug 14, 2015 at 06:13:46AM -0400, Rajesh R wrote: > I am relatively new to dpdk. I could make the examples work. > > Now I am experimenting with a traffic measurement application which capture > packets using dpdk. The application requires few other threads apart from > the rte_threads. >

[dpdk-dev] Can pthread_create be called directly in a dpdk application?

2015-08-14 Thread Rajesh R
I am relatively new to dpdk. I could make the examples work. Now I am experimenting with a traffic measurement application which capture packets using dpdk. The application requires few other threads apart from the rte_threads. If I put the code for thread creation (pthread_create()) before callin