Re: [dpdk-users] What is the best threading technology when using DPDK ?

2019-07-01 Thread Antoine POLLENUS
Thanks a lot for your answer. I can now see clearly what I have to do in my implementation. Regards Antoine Pollenus -Original Message- From: Van Haaren, Harry [mailto:harry.van.haa...@intel.com] Sent: lundi 1 juillet 2019 17:39 To: Antoine POLLENUS ; users@dpdk.org Subject: RE: What

Re: [dpdk-users] What is the best threading technology when using DPDK ?

2019-07-01 Thread Van Haaren, Harry
> -Original Message- > From: users [mailto:users-boun...@dpdk.org] On Behalf Of Antoine POLLENUS > Sent: Monday, July 1, 2019 2:20 PM > To: users@dpdk.org > Subject: [dpdk-users] What is the best threading technology when using DPDK > ? > > Hello, Hi Antoine, > I'm developing a time

[dpdk-users] What is the best threading technology when using DPDK ?

2019-07-01 Thread Antoine POLLENUS
Hello, I'm developing a time critical application using DPDK that require to be multithreaded. I'm wondering what threading technology I should use ? - Can I use the standard pthread library and if yes, is there a trade of in term of performance ? - I see on this page that