Hello, By now I am successful in running openvswitch-2.5.0 with DPDK-2.2.0 by following "INSTALL.DPDK.md <http://install.dpdk.md/>".
I understand that I have to build DPDK and OVS for the very first time. # Build DPDK cd $DPDK_DIR make install T=x86_64-native-linuxapp-gcc # Configure & build OVS cd $OVS_DIR ./boot.sh ./configure --with-dpdk=$DPDK_BUILD/ make CFLAGS='-O3 -march=native' But why do I have to build DPDK and OVS every time to run OVS-DPDK? In another word, is there a way to run OVS-DPDK without building DPDK and OVS again? Thanks, Charlie
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss