[dpdk-dev] query about rte_eal_mp_remote_launch()

2013-10-23 Thread Prashant Upadhyaya
Sent: Wednesday, October 23, 2013 8:01 PM To: Prashant Upadhyaya Cc: dev at dpdk.org Subject: Re: [dpdk-dev] query about rte_eal_mp_remote_launch() Hi Prashant Thanks for the reply. I understand what you said. But my query was can i use pthread_create() to create the 'tight loop' threads on

[dpdk-dev] query about rte_eal_mp_remote_launch()

2013-10-23 Thread Jyotiswarup Raiturkar
nal Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jyotiswarup Raiturkar > Sent: Wednesday, October 23, 2013 5:11 PM > To: dev at dpdk.org > Subject: [dpdk-dev] query about rte_eal_mp_remote_launch() > > Hello Devs > I'm new to DPDK and trying to under

[dpdk-dev] query about rte_eal_mp_remote_launch()

2013-10-23 Thread Prashant Upadhyaya
the slow path using traditional linux with a tap interface. Regards -Prashant -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jyotiswarup Raiturkar Sent: Wednesday, October 23, 2013 5:11 PM To: dev at dpdk.org Subject: [dpdk-dev] query about

[dpdk-dev] query about rte_eal_mp_remote_launch()

2013-10-23 Thread Jyotiswarup Raiturkar
Hello Devs I'm new to DPDK and trying to understand the basics.. I want to write a DPDK app where I want to configure shm rings on the fly, and I want one thread(per core) to service the ring. In some of the examples I saw rte_eal_mp_remote_launch() being used, but this is a one time launch. Can I