[dpdk-users] Is DPDK compatible with C++11 threads?

2016-11-10 Thread Pavey, Nicholas
; Subject: Re: [dpdk-users] Is DPDK compatible with C++11 threads? On Thu, Nov 10, 2016 at 2:30 AM, Wiles, Keith mailto:keith.wiles at intel.com>> wrote: Also look at one of the DPDK examples as it uses a lthread on top of pthreads and it may give you some ideas as to how multiple thread

[dpdk-users] Is DPDK compatible with C++11 threads?

2016-11-10 Thread Anupam Kapoor
On Thu, Nov 10, 2016 at 2:30 AM, Wiles, Keith wrote: > Also look at one of the DPDK examples as it uses a lthread on top of > pthreads and it may give you some ideas as to how multiple threads can > work. I am trying to remember which example and my dev machine is down at > this time, but just

[dpdk-users] Is DPDK compatible with C++11 threads?

2016-11-09 Thread Wiles, Keith
a lack of understanding of the basics of > how dpdk works, but I am just starting to understand it. > > With best regards > > David > > From: Pavey, Nicholas [mailto:npavey at akamai.com] > Sent: 08 November 2016 17:23 > To: Wiles, Keith ; David Aldrich EMEA.NE

[dpdk-users] Is DPDK compatible with C++11 threads?

2016-11-08 Thread Pavey, Nicholas
...@intel.com> Date: Tuesday, November 8, 2016 at 12:04 PM To: David Aldrich Cc: "users at dpdk.org" Subject: Re: [dpdk-users] Is DPDK compatible with C++11 threads? On Nov 8, 2016, at 5:12 AM, David Aldrich mailto:David.Aldrich at EMEA.NEC.COM>> wrote: Hi As a beginner with DPD

[dpdk-users] Is DPDK compatible with C++11 threads?

2016-11-08 Thread Wiles, Keith
> On Nov 8, 2016, at 5:12 AM, David Aldrich > wrote: > > Hi > > As a beginner with DPDK, I want to consider how we can convert an existing > Linux application from using the kernel network stack to using DPDK. > > This existing app is multi-threaded, using the C++11 thread, mutex etc. >