[dpdk-dev] intel x540-at2

2014-01-03 Thread Jose Gavine Cueto
Thanks again. So there is a possibility that vf will fail with DPDK due to not fully supported pf. Please correct me if I'm wrong. Cheers, Pepe On Fri, Jan 3, 2014 at 5:09 PM, Jose Gavine Cueto wrote: > Sorry I accidentally excluded the list. I've pasted the replies: > > > >

[dpdk-dev] intel x540-at2

2014-01-03 Thread Jose Gavine Cueto
Sorry I accidentally excluded the list. I've pasted the replies: --- I see thanks. I'm actually running my DPDK application on a guest OS but I'm always getting an invalid

[dpdk-dev] intel x540-at2

2014-01-03 Thread Thomas Monjalon
03/01/2014 13:43, Venkatesan, Venky : > "Jose Gavine Cueto" wrote: > > I tried to debug it with GDB and disassembled it, the invalid instruction > > was "vzeroupper" which occurs at rte_eal_init, somewhere when initializing > > pthreads. > Was the DPDK library compiled on a different machine and

[dpdk-dev] g++: undefined reference to

2014-01-03 Thread Hamid Ramazani
Hey Stefan, Thanks a lot for your answer. I followed your instructions, and have following problem. Also I'd like to mention that on my system: echo $RTE_SDK /home/hamid/dpdk/dpdk-1.5.1r1 and echo $RTE_TARGET x86_64-default-linuxapp-gcc I get following error now:

[dpdk-dev] intel x540-at2

2014-01-03 Thread Venkatesan, Venky
Pepe , Was the DPDK library compiled on a different machine and the used in the VM? It looks like it has been compiled for native AVX (hence the vzeroupper). Could you dump cpuinfo in the VM and see what instruction set the VM supports? -Venky Sent from my iPhone > On Jan 3, 2014, at 2:32

[dpdk-dev] g++: undefined reference to

2014-01-03 Thread Thomas Monjalon
Hello, 03/01/2014 11:48, Hamid Ramazani : > eal_timer.c:(.text+0x42c): undefined reference to `clock_gettime'

[dpdk-dev] intel x540-at2

2014-01-03 Thread Thomas Monjalon
03/01/2014 10:16, Jose Gavine Cueto : > Thanks again. So there is a possibility that vf will fail with DPDK due to > not fully supported pf. Please correct me if I'm wrong. Please Jose, better describe your use case in order to have the right answer. The standard SR-IOV use case is to use a

[dpdk-dev] Any sample on VMDq?

2014-01-03 Thread Fulvio Risso
Dear all, I would like to use VMDq to select traffic based on "arbitrary" parameters (such as IP addresses) and send it directly to a specific virtual machine. However, this apparently doesn't work or (more likely) I'm making some mistake in the code. Is there anybody that succeeded in doing