diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2015-05-14 10:54:44 +0100 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2015-06-17 13:59:26 +0000 |
commit | 0b17e1c0b799854f3dbbd35922be8577debaf03f (patch) | |
tree | 72f2d0e8ed2bf21fe71be12305d9d94dcfb65e6c /test_spec/vswitchperf_ltd.md | |
parent | f00151a2542dcf1a96f4a724f1e4884783713399 (diff) |
IETFSummary: Add initial IETF summary of LTD
JIRA: VSPERF-43
Change-Id: I1020b2845a644d3002c08ede3a6dfa8fc068781a
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Signed-off-by: Billy O'Mahony<billy.o.mahony@intel.com>
Signed-off-by: Al Morton <acmorton@att.com>
Diffstat (limited to 'test_spec/vswitchperf_ltd.md')
-rw-r--r-- | test_spec/vswitchperf_ltd.md | 66 |
1 files changed, 34 insertions, 32 deletions
diff --git a/test_spec/vswitchperf_ltd.md b/test_spec/vswitchperf_ltd.md index 3090e6ad..7fbd2cc2 100644 --- a/test_spec/vswitchperf_ltd.md +++ b/test_spec/vswitchperf_ltd.md @@ -166,38 +166,40 @@ The following represents possible deployments which can help to determine the pe - Physical port → virtual switch → VNF → virtual switch → VNF → virtual switch → physical port. <pre><code> - __ - +---------------------------------------------------+ +---------------------------------------------------+ | - | Guest 1 | | Guest 2 | | - | +-------------------------------------------+ | | +-------------------------------------------+ | | - | | Application | | | | Application | | | - | +-------------------------------------------+ | | +-------------------------------------------+ | | - | ^ : | | ^ : | | - | | | | | | | | | Guest - | : v | | : v | | - | +---------------+ +---------------+ | | +---------------+ +---------------+ | | - | | logical port 0| | logical port 1| | | | logical port 0| | logical port 1| | | - +---+---------------+-----------+---------------+---+ +---+---------------+-----------+---------------+---+__| - ^ : ^ : - | | | | - : v : v __ - +---+---------------+----------+---------------+------------+---------------+-----------+---------------+---+ | - | | port 0 | | port 1 | | port 2 | | port 3 | | | - | +---------------+ +---------------+ +---------------+ +---------------+ | | - | ^ : ^ : | | - | | | | | | | Host - | : +--------------------+ v | | - | +--------------+ +--------------+ | | - | | phy port | vswitch | phy port | | | - +---+--------------+--------------------------------------------------------------------+--------------+----+__| - ^ : - | | - : v - +-----------------------------------------------------------------------------------------------------------+ - | | - | traffic generator | - | | - +-----------------------------------------------------------------------------------------------------------+ + + __ + +----------------------+ +----------------------+ | + | Guest 1 | | Guest 2 | | + | +---------------+ | | +---------------+ | | + | | Application | | | | Application | | | + | +---------------+ | | +---------------+ | | + | ^ | | | ^ | | | + | | v | | | v | | Guests + | +---------------+ | | +---------------+ | | + | | logical ports | | | | logical ports | | | + | | 0 1 | | | | 0 1 | | | + +---+---------------+--+ +---+---------------+--+__| + ^ : ^ : + | | | | + : v : v _ + +---+---------------+---------+---------------+--+ | + | | 0 1 | | 3 4 | | | + | | logical ports | | logical ports | | | + | +---------------+ +---------------+ | | + | ^ | ^ | | | Host + | | L-----------------+ v | | + | +--------------+ +--------------+ | | + | | phy ports | vSwitch | phy ports | | | + +---+--------------+----------+--------------+---+_| + ^ : ^ : + | | | | + : v : v + +--------------------------------------------------+ + | | + | traffic generator | + | | + +--------------------------------------------------+ + </code></pre> - Physical port → virtual switch → VNF. |