INSTALL.DPDK.md: Fix small documentation error in ovs with DPDK installation
authorMauricio Vásquez <mauricio.vasquezbernal@studenti.polito.it>
Thu, 29 Oct 2015 11:44:09 +0000 (12:44 +0100)
committerDaniele Di Proietto <diproiettod@vmware.com>
Thu, 29 Oct 2015 23:59:12 +0000 (16:59 -0700)
The openvswitch directory does not exist anymore, boot.sh and configure are
located at $(OVS_DIR).

Signed-off-by: Mauricio Vasquez B <mauricio.vasquezbernal@studenti.polito.it>
Acked-by: Daniele Di Proietto <diproiettod@vmware.com>
INSTALL.DPDK.md

index 7bf110c..02588c4 100644 (file)
@@ -60,7 +60,7 @@ on Debian/Ubuntu)
      `export DPDK_BUILD=$DPDK_DIR/x86_64-ivshmem-linuxapp-gcc/`
 
    ```
-   cd $(OVS_DIR)/openvswitch
+   cd $(OVS_DIR)/
    ./boot.sh
    ./configure --with-dpdk=$DPDK_BUILD [CFLAGS="-g -O2 -Wno-cast-align"]
    make