[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 tha

[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 ins

[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 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 rec

[dpdk-dev] intel x540-at2

2014-01-03 Thread Jose Gavine Cueto
Hi Thomas, I thought I was clear enough, sorry for the confusion. I am running a DPDK application in a guest VM which uses one VF. This VM runs on top of the host that has an x540-at2 NIC and uses the ixgbe driver. The issue was that every time I run the DPDK application in the VM it errors an

[dpdk-dev] intel x540-at2

2014-01-03 Thread Thomas Monjalon
03/01/2014 11:09, Jose Gavine Cueto : > I am running a DPDK application in a guest VM which uses one VF. This VM > runs on top of the host that has an x540-at2 NIC and uses the ixgbe driver. > The issue was that every time I run the DPDK application in the VM it > errors an invalid instruction an

[dpdk-dev] intel x540-at2

2014-01-03 Thread Jose Gavine Cueto
I haven't added it yet, because as of the moment I do not have an access to the built DPDK library I was using. I was just linking it with my DPDK application. I tried to debug it with GDB and disassembled it, the invalid instruction was "vzeroupper" which occurs at rte_eal_init, somewhere when i

[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] 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 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] 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] Comments regarding Flow Director support in PMD IXGBE

2014-01-03 Thread Robert Sanford
Hi, We would like your opinions on the following observations, regarding the 82599 Flow Director support. Issue #1: Our reading of the 82599 data sheet leads us to believe that Flow Director can simultaneously handle *both* IPv4 and IPv6 filters, with separate filter rules, of course. Thus, at