aboutsummaryrefslogtreecommitdiffstats
path: root/conf/10_custom.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/10_custom.conf')
-rw-r--r--conf/10_custom.conf12
1 files changed, 10 insertions, 2 deletions
diff --git a/conf/10_custom.conf b/conf/10_custom.conf
index 95118753..eafa06bb 100644
--- a/conf/10_custom.conf
+++ b/conf/10_custom.conf
@@ -13,8 +13,16 @@
# limitations under the License.
# traffic generator to use in tests
-RTE_SDK = '' # full path to DPDK src dir
-OVS_DIR = '' # full path to Open vSwitch src dir
+OVS_DIR_VANILLA = '~/src_vanilla/ovs/'
+QEMU_DIR_VANILLA = '~/src_vanilla/qemu/'
+
+RTE_SDK_CUSE = '~/src_cuse/dpdk/'
+OVS_DIR_CUSE = '~/src_cuse/ovs/'
+QEMU_DIR_CUSE = '~/src_cuse/qemu/'
+
+RTE_SDK_USER = '~/src/dpdk/'
+OVS_DIR_USER = '~/src/ovs/'
+QEMU_DIR_USER = '~/src/qemu/'
RTE_TARGET = '' # the relevant DPDK build target
# traffic generator to use in tests