[dpdk-dev] Undefined reference to FUSE

2015-03-16 Thread IñakiMurillo
Hello, I have done what you said but it does not work. I did it in the server I usually use and in a VM, in both of them appears the error. To be clear, I have followed the next instructions: apt-get install fuse apt-get install libfuse-dev download dpdk-1.8.0 modify common_linuxapp: +CONFIG_RTE

[dpdk-dev] Undefined reference to FUSE

2015-03-16 Thread IñakiMurillo
Hello, I have done a fresh install of dpdk-1.8.0 and ovs master brunch of github with the next patches: OVS: http://openvswitch.org/pipermail/dev/2015-March/052061.html DPDK: http://dpdk.org/dev/patchwork/patch/2603/ I still get the same error while compiling the ovs. I followed the same instruc

[dpdk-dev] Undefined reference to FUSE

2015-03-13 Thread IñakiMurillo
Hi Pablo, Thank you very much, it worked for me. But now I am trying to compile openvswicth after applying the next patch: http://openvswitch.org/pipermail/dev/2015-January/050278.html And it happends the same. I gues that I should ask in the ovs mail list, but in case you know the answer I ask

[dpdk-dev] Undefined reference to FUSE

2015-03-13 Thread IñakiMurillo
Hello, I am trying to compile the vhost example using DPDK 1.8.0. I have installed fuse and libfuse-dev (as I am using Ubuntu). I have modified config/common_linuxapp as follows: CONFIG_RTE_BUILD_COMBINE_LIBS=y CONFIG_RTE_LIBRTE_VHOST=y Then, I compile DPDK 1.8.0 as follows: make config T=x86_6