diff mbox

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

Message ID CAPwdgqi9YcJOSUA1RXVKsbzdkOdr5miZFNg5oSDwHxEBrNveVA@mail.gmail.com
State Accepted
Headers show

Commit Message

Mauricio Vásquez Oct. 29, 2015, 11:44 a.m. UTC
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
>

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

Comments

Daniele Di Proietto Oct. 30, 2015, 12:01 a.m. UTC | #1
On 29/10/2015 04:44, "Mauricio Vásquez"
<mauricio.vasquezbernal@studenti.polito.it> wrote:

>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

Thanks, applied!
diff mbox

Patch

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