[dpdk-dev] [dpdk-ovs] Problem with OVS

2013-12-16 Thread Romulo Rosa
Unfortunately performance is something I need for my graduate work. I also do not have much time to develop a patch at the moment, maybe in a master's thesis. Thanks 2013/12/15 Thomas Monjalon > 14/12/2013 13:54, Romulo Rosa : > > But i think my NICS are not supportted by Intel

[dpdk-dev] [dpdk-ovs] Problem with OVS

2013-12-14 Thread Romulo Rosa
her network devices = 2013/12/13 Paul Barrette > > On 12/12/2013 05:25 PM, Romulo Rosa wrote: > >> Hi, >> >> i'm tryin to run OVS and i get a error. In documentation was mentioned a >> possible solution for this problem but it

[dpdk-dev] [dpdk-ovs] Problem with OVS

2013-12-12 Thread Romulo Rosa
Hi, i'm tryin to run OVS and i get a error. In documentation was mentioned a possible solution for this problem but it didnt work to me. Someone have any idea how to solve this problem? The uio module is loaded. *Command: *./datapath/dpdk/build/ovs_dpdk -c 0xf -n 4 -- -p 0xc -n 2 -k 2 --stats=1 -

[dpdk-dev] Problem with QEMU

2013-12-09 Thread Romulo Rosa
)/libethdev.a 2013/12/9 Romulo Rosa > Hello guys, thanks for the help. Yesterday I could compile with-fPIC > however'm already trying to solve another problem in compiling QEMU. I had > the same problem compiling ovs. Jyotiswarup Raiturkar helped me with OVS > and I'

[dpdk-dev] Problem with QEMU

2013-12-09 Thread Romulo Rosa
2 2013/12/9 Thomas Monjalon > 07/12/2013 16:02, Romulo Rosa : > > Thanks for the feedback. I compiled the DPDK with the -fPIC option. Is > > there any specific location in the Makefile DPDK where should I put the > > -fPIC option? > > You can use EXTRA_CFLAGS=

[dpdk-dev] Problem with QEMU

2013-12-07 Thread Romulo Rosa
Thanks for the feedback. I compiled the DPDK with the -fPIC option. Is there any specific location in the Makefile DPDK where should I put the -fPIC option? 2013/12/7 Jyotiswarup Raiturkar > You need to compile DPDK with -fPIC option.. > > -Jyoti > > > On Sat, Dec 7, 2013

[dpdk-dev] Problem with QEMU

2013-12-07 Thread Romulo Rosa
Hi, I'm trying to compile QEMU on Ubuntu 12:04 and'm having the following problem: LINK x86_64-softmmu/qemu-system-x86_64 /usr/bin/ld: /home/xerifao/ovs_dpdk/dpdk-1.5.1r1/x86_64-default-linuxapp-gcc/lib/librte_eal.a(eal.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when mak

[dpdk-dev] Erro on setup Intel DPDK vSwitch

2013-12-04 Thread Romulo Rosa
VE_DPDK_TRUE@$(dpdk_lib_dir)/librte_mempool.a \ > - @HAVE_DPDK_TRUE@$(dpdk_lib_dir)/librte_malloc.a > + @HAVE_DPDK_TRUE@$(dpdk_lib_dir)/librte_malloc.a \ > + @HAVE_DPDK_TRUE@$(dpdk_lib_dir)/librte_pmd_ring.a \ > + @HAVE_DPDK_TRUE@$(dpdk_lib_dir)/libethdev.a > AM_CPPFLAGS = $(S

[dpdk-dev] Erro on setup Intel DPDK vSwitch

2013-12-03 Thread Romulo Rosa
I'm trying to do a setup in Ubuntu 12.04 (i have tried on Fedora before) and i got some error. Recompiled the kernel and was later compiled successfully DPDK (version: 1.5.1r1). Then the cloned OVS_DPDK (source https://github.com/01org/dpdk-ovs). The error appears when I try to compile the OVS. The