X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=docs%2Freport%2Fintroduction%2Fgeneral_notes.rst;h=e6a2a9875fe800b610ef4a3e41afd3077935c87d;hp=50a9d4c4a3c8817f0f40c555d9503c59e86ff80c;hb=1d3d8f9027f4e4aeb41ca92e2078066fda946804;hpb=c6a49fe4456f4a96f12359adf27e3002a68ae541 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