From 99e50b9aa86d3bd92d23a32ff34b5f80b9b3e4da Mon Sep 17 00:00:00 2001 From: Antonio Fischetti Date: Sat, 9 Jul 2016 13:48:33 +0100 Subject: Integration Test: Multi-VM with parallel PVP connections. Implementation of 3 testcases with multi-VMs in parallel. Flows are explicitly set on UDP destination ports so that each packet is sent to a specific VM. Topology is: Phy1-VM1-Phy2, Phy1-VM2-Phy2,.. This patch requires change #16855 "ovs/ofctl: Fix validation method for complex flows." JIRA: VSPERF-326 Change-Id: I59d23354bc9c6db470a59faba13bdcd6f2beb19d Signed-off-by: Antonio Fischetti Reviewed-by: Maryam Tahhan Reviewed-by: Martin Klozik --- conf/02_vswitch.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf/02_vswitch.conf') diff --git a/conf/02_vswitch.conf b/conf/02_vswitch.conf index 81632d56..260fb252 100644 --- a/conf/02_vswitch.conf +++ b/conf/02_vswitch.conf @@ -62,6 +62,10 @@ VHOST_DEV_FILE = 'ovs-vhost-net' # location of vhost-user sockets VHOST_USER_SOCKS = ['/tmp/dpdkvhostuser0', '/tmp/dpdkvhostuser1', '/tmp/dpdkvhostuser2', '/tmp/dpdkvhostuser3', + '/tmp/dpdkvhostuser4', '/tmp/dpdkvhostuser5', + '/tmp/dpdkvhostuser6', '/tmp/dpdkvhostuser7', + '/tmp/dpdkvhostuser8', '/tmp/dpdkvhostuser9', + '/tmp/dpdkvhostuser10', '/tmp/dpdkvhostuser11', '/tmp/myport0', '/tmp/helloworld123', '/tmp/abcstuff0'] # ############################ -- cgit 1.2.3-korg