[dpdk-users] A bulding question of DPDK with memnic/pmd

2016-01-19 Thread Royce Niu
Dear all, I want to install an OVS/memnic software in a KVM virtual machine. For the higher speed, I install memnic/pmd (SR-IOV) instead of virtio, since I believe SR-IOV is faster than virtio. But, I meet some trouble when I build the memnic following the doc ( http://dpdk.org/doc/memnic-pmd)

[dpdk-users] SyntaxError in setup.sh during binding ethernet device

2016-01-19 Thread dawid_jurek
Hello DPDK developers, I experienced issue when I ran tools/setup.sh and chose option [23]: Bind Ethernet device to IGB UIO module. Script Output: File ".../dpdk/dpdk-2.2.0/tools/dpdk_nic_bind.py", line 113 ??? """ % locals() # replace items from local variables ? ^ SyntaxError: invalid syntax

[dpdk-users] SyntaxError in setup.sh during binding ethernet device

2016-01-19 Thread Thomas Monjalon
Hi 2016-01-19 10:45, dawid_jurek: > Hello DPDK developers, > I experienced issue when I ran tools/setup.sh and chose option [23]: Bind > Ethernet device to IGB UIO module. > Script Output: > File ".../dpdk/dpdk-2.2.0/tools/dpdk_nic_bind.py", line 113 > """ % locals() # replace items from loca

[dpdk-users] SyntaxError in setup.sh during binding ethernet device

2016-01-19 Thread dawid_jurek
W dniu 2016-01-19 11:19:55 u?ytkownik Thomas Monjalon napisa?: > Hi > > 2016-01-19 10:45, dawid_jurek: > > Hello DPDK developers, > > I experienced issue when I ran tools/setup.sh and chose option [23]: Bind > > Ethernet device to IGB UIO module. > > Script Output: > > File ".../dpdk/dpdk-2.2.

[dpdk-users] Determining port type using API's

2016-01-19 Thread Rakesh Venkatesh
Hello I have a VM running in our company lab which has two ports in it named "int" and "ext" which is binded using dpdk. The port is initialized either as virtio or sriov mode. My question is how do I determine the port type using a C program? Are there any dpdk api's which tells me whether its s

[dpdk-users] Fail to build Memnic in Ubuntu 14.04

2016-01-19 Thread Matthew Hall
On 1/19/16 10:03 PM, Royce Niu wrote: > Hi > > I want to install an OVS/memnic software in a KVM virtual machine. > > For the higher speed, I install memnic/pmd (SR-IOV) instead of virtio, > since I believe SR-IOV is faster than virtio. > > But, I meet some trouble when I build the memnic following