aboutsummaryrefslogtreecommitdiffstats
path: root/conf/00_common.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/00_common.conf')
-rw-r--r--conf/00_common.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/conf/00_common.conf b/conf/00_common.conf
index 944619c5..fe4e1f5d 100644
--- a/conf/00_common.conf
+++ b/conf/00_common.conf
@@ -39,13 +39,10 @@ SYSMETRICS_DIR = os.path.join(ROOT_DIR, 'tools/collectors')
# deployment specific paths to OVS and DPDK
OVS_DIR_VANILLA = os.path.join(ROOT_DIR, 'src_vanilla/ovs/ovs/')
-RTE_SDK_CUSE = os.path.join(ROOT_DIR, 'src_cuse/dpdk/dpdk/')
-OVS_DIR_CUSE = os.path.join(ROOT_DIR, 'src_cuse/ovs/ovs/')
-
RTE_SDK_USER = os.path.join(ROOT_DIR, 'src/dpdk/dpdk/')
OVS_DIR_USER = os.path.join(ROOT_DIR, 'src/ovs/ovs/')
-# the same qemu version is used for vanilla, vHost User and Cuse
+# the same qemu version is used for vanilla and vHost User
QEMU_DIR = os.path.join(ROOT_DIR, 'src/qemu/qemu/')
# ############################