aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorT V Rao <tv.rao@freescale.com>2015-07-28 21:38:33 +0530
committerMaryam Tahhan <maryam.tahhan@intel.com>2015-07-29 13:35:01 +0000
commiteec369cd944ee4951fe53f542114498a6b7d23dc (patch)
treee5662e4c26af61e6074252b0080319ac7cdfabd3
parentff01c17b86301a387f4ca8762988b33b008ee3f3 (diff)
test_spec: Adding vm2vm on separate hosts use case
The deployment scenario covers the use case of traffic passing between two physical machines where VMs are hosted on each physical machine. JIRA: VSPERF-44 Change-Id: I74a507537587fea4eaa887a8d9fd27a40a8ce0e7 Signed-off-by: T V Rao <tv.rao@freescale.com>
-rwxr-xr-xtest_spec/vswitchperf_ltd.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/test_spec/vswitchperf_ltd.md b/test_spec/vswitchperf_ltd.md
index a1ffd38c..07d49dc9 100755
--- a/test_spec/vswitchperf_ltd.md
+++ b/test_spec/vswitchperf_ltd.md
@@ -306,6 +306,40 @@ The following represents possible deployments which can help to determine the pe
+-----------------------------------------------------------------------------------------------------------+__|
</code></pre>
+ - HOST 1(Physical port → virtual switch → VNF → virtual switch → Physical port) → HOST 2(Physical port → virtual switch → VNF → virtual switch → Physical port)
+
+<pre><code>
+
+ +--------------------------------------------+ +------------------------------------------+
+ | +---------------------------------+ | | +--------------------------------+ |
+ | | Application | | | | Application | |
+ | +----------------------------+----+ | | +-------------------------+------+ |
+ | ^ | | | ^ | |
+ | | v | | | v |
+ | +-------+----------+ +------------------+ | | +---------+--------+ +----------------+ |
+ | | Logical port 0 | | Logical port 1 | | | | Logical port 0 | |Logical port 1 | |
+ +-+------------------+--+------------------+-+ +-+------------------+--+------+---------+-+
+ ^ | ^ |
+ | | | |
+ | v | v
+ +-+-------+----------+--+------------------+-+ +-+---------+--------+--+----------------+-+
+ | | Logical port 0 | | Logical port 1 | | | | Logical port 0 | | Logical port 1 | |
+ | +------------------+ +----------+-------+ | | +------------------+ +------+---------+ |
+ | ^ | | | ^ | |
+ | | | | | | | |
+ | | vswitch v | | | vswitch v |
+ | +--------+---------+ +------------------+ | | +---------+--------+ +----------------+ |
+ | | phy port | | phy port | | | | phy port | | phy port | |
+ +-+--------+---------+--+----------+-------+-+ +-+---------+--------+--+------+---------+-+
+ ^ +---------------------------------------+ |
+ | v
+ +----------+----------------------------------------------------------------------------------+-----------+
+ | |
+ | traffic generator |
+ | |
+ +---------------------------------------------------------------------------------------------------------+
+</code></pre>
+
**Note:** For tests where the traffic generator and/or measurement receiver are implemented on VM and connected to the virtual switch through vNIC, the issues of shared resources and interactions between the measurement devices and the device under test must be considered.
####General Methodology: