Thanks, this solved my problem. But now, trying to compile qemu and i have
the follow error:
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
This should fix it
diff --git a/openvswitch/Makefile.am b/openvswitch/Makefile.am
index fbee87b..b8da768 100644
--- a/openvswitch/Makefile.am
+++ b/openvswitch/Makefile.am
@@ -28,7 +28,9 @@ endif
@HAVE_DPDK_TRUE@$(dpdk_lib_dir)/librte_mbuf.a \
@HAVE_DPDK_TRUE@$(dpdk_lib_dir)/librte_r
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
3 matches
Mail list logo