From 15b612f8f3306a120a932fe1fc37cd1483195217 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mauricio=20V=C3=A1squez?= Date: Thu, 29 Oct 2015 12:44:09 +0100 Subject: [PATCH] INSTALL.DPDK.md: Fix small documentation error in ovs with DPDK installation The openvswitch directory does not exist anymore, boot.sh and configure are located at $(OVS_DIR). Signed-off-by: Mauricio Vasquez B Acked-by: Daniele Di Proietto --- INSTALL.DPDK.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.DPDK.md b/INSTALL.DPDK.md index 7bf110ce7..02588c4b3 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 -- 2.20.1