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

2016-11-08 Thread Pavey, Nicholas
I?ve built the DPDK along with code in both C and C++. It works fine as long as you get the linkage between the languages correct and make sure that you don?t pass C++ headers into files compiled with the C compiler. I did try building the DPDK itself with the ?g++? compiler (v4.8.4, Ubuntu 14.

[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. > cla

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

2016-11-08 Thread David Aldrich
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. classes. We assign threads to cores by calling pthread_setaffinity_np(). I

[dpdk-users] After passing some traffic getting error tx_burst failed at lcore(1), port (0)

2016-11-08 Thread Muhammad Zain-ul-Abideen
On Tue, Nov 8, 2016 at 12:09 PM, Tejas Kasundra wrote: > Hello Experts, > > Any input will be appreciated on below issue, posting it again. > > I am facing problem with one of my application with DPDK. Please find below > details of my setup, > > Host - Ubuntu 14.04 with KVM-QEMU(4.2.0-27-generic)

[dpdk-users] After passing some traffic getting error tx_burst failed at lcore(1), port (0)

2016-11-08 Thread Tejas Kasundra
Hello Experts, Any input will be appreciated on below issue, posting it again. I am facing problem with one of my application with DPDK. Please find below details of my setup, Host - Ubuntu 14.04 with KVM-QEMU(4.2.0-27-generic) 64 bit Guest - Ubuntu 14.04(3.13.0-24-generic) 64 bit DPDK - 16.04 r