diff options
author | Tibor Frank <tifrank@cisco.com> | 2017-10-26 10:33:19 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-10-26 08:38:40 +0000 |
commit | 1d3d8f9027f4e4aeb41ca92e2078066fda946804 (patch) | |
tree | 9619ff6bcc49bf5ecc0b0737afdab5b63495b57b /docs/report/introduction | |
parent | c6a49fe4456f4a96f12359adf27e3002a68ae541 (diff) |
Update the static content
Change-Id: I8869bddef992f75707b740533a57ad80a3696e73
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'docs/report/introduction')
-rw-r--r-- | docs/report/introduction/general_notes.rst | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/docs/report/introduction/general_notes.rst b/docs/report/introduction/general_notes.rst index 50a9d4c4a3..e6a2a9875f 100644 --- a/docs/report/introduction/general_notes.rst +++ b/docs/report/introduction/general_notes.rst @@ -20,7 +20,25 @@ is listed separately, as follows: both for Phy-to-Phy (NIC-to-NIC) and Phy-to-VM-to-Phy (NIC-to-VM-to-NIC) forwarding topologies. Tested across a range of NICs, 10GE and 40GE interfaces, range of multi-thread and multi-core configurations. VPP - application runs in host user- mode. TRex is used as a traffic generator. + application runs in host user-mode. TRex is used as a traffic generator. + +#. **Container memif connections** - VPP memif virtual interface (shared memory + interface) tests to interconnect VPP instances. VPP vswitch instance runs in + bare-metal user-mode handling Intel x520 NIC 10GbE interfaces and connecting + over memif (Master side) virtual interfaces to more instances of VPP running + in LXC or in Docker Containers, both with memif virtual interfaces (Slave + side). Tested across a range of NICs, 10GE and 40GE interfaces, range of + multi-thread and multi-core configurations. VPP application runs in host + user-mode. TRex is used as a traffic generator. + +#. **Container Orchestrated Performance Tests** - CSIT |release| introduced new + tests of Container topologies connected over the memif virtual interface + (shared memory interface). For these tests VPP vswitch instance runs in a + Docker Container handling Intel x520 NIC 10GbE interfaces and connecting over + memif (Master side) virtual interfaces to more instances of VPP running in + Docker Containers with memif virtual interfaces (Slave side). Tested across a + range of multi-thread and multi-core configurations. VPP application runs in + host user-mode. TRex is used as a traffic generator. #. **DPDK Performance Tests** - VPP is using DPDK code to control and drive the NICs and physical interfaces. Testpmd tests are used as a baseline to |