[ovs-dev] [PATCH] INSTALL.DPDK.md: Fix small documentation error in ovs with DPDK installation

Mauricio Vásquez mauricio.vasquezbernal at studenti.polito.it
Thu Oct 29 11:44:09 UTC 2015


The openvswitch directory does not exist anymore, boot.sh and configure are
located at $(OVS_DIR).

Signed-off-by: Mauricio Vasquez B <mauricio.vasquezbernal at studenti.polito.it
>

---
 INSTALL.DPDK.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL.DPDK.md b/INSTALL.DPDK.md
index 7bf110c..02588c4 100644
--- a/INSTALL.DPDK.md
+++ b/INSTALL.DPDK.md
@@ -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
-- 
1.9.1



More information about the dev mailing list