diff options
author | Vratko Polak <vrpolak@cisco.com> | 2024-06-04 13:43:28 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2024-06-05 08:10:19 +0000 |
commit | adf0c5132fc17eec93bb50cbd3d4b439dd2dd102 (patch) | |
tree | 97761d435b53998dfd069e61aa5d0803f7149d30 /docs/content/release_notes/current/vpp_performance.md | |
parent | c3719ae7d72f9ab36fc2ecc885320a6ca84fd182 (diff) |
feat(release): Update VPP release notesoper-rls2406-240610
+ List added and edited perf tests.
+ List new device NICs and tests on them.
+ Copy known device issues, even thougth new jobspecs avoid them.
Change-Id: I3e791c6d6395a4d9ac720fb0c9291464cf6d7395
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
(cherry picked from commit 94f937dc9f179c38a7ca5103faf4cdc22ac501e3)
Diffstat (limited to 'docs/content/release_notes/current/vpp_performance.md')
-rw-r--r-- | docs/content/release_notes/current/vpp_performance.md | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/content/release_notes/current/vpp_performance.md b/docs/content/release_notes/current/vpp_performance.md index 8e0aa22ba4..ea569f547b 100644 --- a/docs/content/release_notes/current/vpp_performance.md +++ b/docs/content/release_notes/current/vpp_performance.md @@ -10,7 +10,21 @@ weight: 1 [Environment Versioning]({{< ref "../../../infrastructure/fdio_csit_testbed_versioning" >}}). - **General Code Housekeeping**: Ongoing code optimizations and bug fixes. 2. VPP PERFORMANCE TESTS - - No updates. + - Added tests: + - Added memif+DMA tests; added 1518B and 4c memif testcases. + - Added nginx+DMA tests; added 2048B testcases. + - Added IPsec hwasync tests to 3n-icxd and 3n-snr. + - Added IPsec tests to cover more encryption algorithms and other settings. + - Added more SOAK tests. + - Added selected 6-port tests for 3na-spr. + - Edited tests: + - Selected single-flow tests now use single worker even if SMT is on. + - IPsecHW tests now use rxq ratio of 2. + - This means one worker reads only from one of two ports. + - This workaround avoids some inefficiencies, + - but still does not reach the expected performance on 3nb-spr. + - 1518B tests with encapsulation overhead now properly use no-multi-seg. + - Added TX checksum offload to hoststack tests missing it. 3. PRESENTATION AND ANALYTICS LAYER - Detailed views added to comparison tables. |