diff options
author | Maciek Konstantynowicz <mkonstan@cisco.com> | 2018-08-14 16:19:23 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-08-14 17:32:59 +0000 |
commit | 189ca166d2b7881428ab24fb8b7eb7bd21d9fb82 (patch) | |
tree | 62f23d57b30b8e67967534826c28d2f5e0d95a65 | |
parent | 17127390603418eb6d000b99d619ad64b1aa4980 (diff) |
1807 report: added VTS description in vpp performance overview section.
Change-Id: I0ba70947d895404723864da2a8477c682741620f
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
(cherry picked from commit 9b23b0e91b666274974173a4c0d942de8a51b920)
-rw-r--r-- | docs/report/vpp_performance_tests/overview.rst | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/report/vpp_performance_tests/overview.rst b/docs/report/vpp_performance_tests/overview.rst index 7eb8235b8f..5220dc562a 100644 --- a/docs/report/vpp_performance_tests/overview.rst +++ b/docs/report/vpp_performance_tests/overview.rst @@ -265,11 +265,11 @@ topologies and configurations: regardless of packet loss. Maximum load for specified Ethernet frame size is set to the bi-directional link rate. -|csit-release| includes following performance test areas covered across -a range of NIC drivers and NIC models: +|csit-release| includes following VPP data plane features performance +tested across a range of NIC drivers and NIC models: +-----------------------+----------------------------------------------+ -| Test Area | Description | +| Features | Description | +=======================+==============================================+ | ACL | L2 Bridge-Domain switching and | | | IPv4and IPv6 routing with iACL and oACL IP | @@ -343,6 +343,10 @@ a range of NIC drivers and NIC models: | VPP TCP/IP stack | Tests of VPP TCP/IP stack used with VPP | | | built-in HTTP server. | +-----------------------+----------------------------------------------+ +| VTS | Virtual Topology System use case tests | +| | combining VXLAN overlay tunneling with L2BD, | +| | ACL and KVM VM vhost-user features. | ++-----------------------+----------------------------------------------+ | VXLAN | VXLAN overlay tunnelling integration with | | | L2XC and L2BD. | +-----------------------+----------------------------------------------+ |