X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=docs%2Freport%2Fvpp_performance_tests%2Fcsit_release_notes.rst;h=27b87c50e84164da3544b62a820d3a6461bbeab2;hp=d029bd0e74fcca4cd000f316c8b0618daee15c9c;hb=93907196951677ebaa47b9a384eee118cc2fad45;hpb=1c66ee7e4d3c0ac6375c1c5ca15bc349d8cb3bfa diff --git a/docs/report/vpp_performance_tests/csit_release_notes.rst b/docs/report/vpp_performance_tests/csit_release_notes.rst index d029bd0e74..27b87c50e8 100644 --- a/docs/report/vpp_performance_tests/csit_release_notes.rst +++ b/docs/report/vpp_performance_tests/csit_release_notes.rst @@ -8,38 +8,47 @@ Changes in CSIT |release| - **Container Topologies Orchestrated by K8s with VPP memif tests** - - Added tests with VPP in L2 Cross-Connect and Bridge-Domain configurations - connecting over memif virtual interfaces VPPs running in Docker - containers, with service chain topologies orchestrated by Kubernetes. - Chained, horizontal and standalone linked topologies added; + - Added tests with VPP in L2 Cross-Connect and Bridge-Domain + configurations containers, with service chain topologies orchestrated by + Kubernetes. Added following forwarding topologies: i) "Parallel" with + packets flowing from NIC via VPP to container and back to VPP and NIC; + ii) "Chained" a.k.a. "Snake" with packets flowing via VPP to container, + back to VPP, to next container, back to VPP and so on until the last + container in chain, then back to VPP and NIC; iii) "Horizontal" with + packets flowing via VPP to container, then via "horizontal" memif to + next container, and so on until the last container, then back to VPP and + NIC;. - **VPP TCP/IP stack** - - Added tests with VPP builtin TCP based HTTP server. WRK traffic generator - is used. + - Added tests for VPP TCP/IP stack using VPP built-in HTTP server. + WRK traffic generator is used as a client-side; - **SRv6 tests** - - [placeholder] + - Initial SRv6 (Segment Routing IPv6) tests verifying performance of + IPv6 and SRH (Segment Routing Header) encapsulation, decapsulation, + lookups and rewrites based on configured End and End.DX6 SRv6 egress + functions; - **IPSecSW tests** - SW computed IPSec encryption with AES-GCM, CBC-SHA1 ciphers, in - combination with IPv4 routed-forwarding. + combination with IPv4 routed-forwarding; #. Presentation and Analytics Layer - - Added multi-core scale-up analysis into Presentation and Analytics Layer - (PAL) for automated CSIT test results analysis; - + - Added throughput speedup analysis for multi-core and multi-thread + VPP tests into Presentation and Analytics Layer (PAL) for automated + CSIT test results analysis; #. Other improvements - **Framework optimizations** - - Ability to run CSIT framework on ARM architecture. + - Ability to run CSIT framework on ARM architecture; - - Overall stability improvements. + - Overall stability improvements; Performance Improvements ------------------------