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:05 +0000 |
commit | 2887d449914e2c1b045decad0351ef26caf9a6cb (patch) | |
tree | d41f86376401dd87c9d56747fd8b44c11e29f051 /docs | |
parent | a7d5674bac305f467a83705225b4a7a9414372c5 (diff) |
feat(release): Update VPP release notesoper-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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/release_notes/current/vpp_device.md | 6 | ||||
-rw-r--r-- | docs/content/release_notes/current/vpp_performance.md | 16 |
2 files changed, 19 insertions, 3 deletions
diff --git a/docs/content/release_notes/current/vpp_device.md b/docs/content/release_notes/current/vpp_device.md index 96d194e3b0..d6a9d91146 100644 --- a/docs/content/release_notes/current/vpp_device.md +++ b/docs/content/release_notes/current/vpp_device.md @@ -9,7 +9,8 @@ weight: 4 - **CSIT test environment** version has been updated to ver. 15, see [Environment Versioning]({{< ref "../../../infrastructure/fdio_csit_testbed_versioning" >}}). 2. DEVICE TESTS - - No updates + - Added Intel-X710 to 1n-spr and Mellanox-CX6DX to 1n-alt testbed. + - Migrated some tests to the new NICs to avoid spurious failures. # Known Issues @@ -17,7 +18,8 @@ List of known issues in CSIT 24.06 for VPP functional tests in VPP Device: **#** | **JiraID** | **Issue Description** ------|--------------------------------------------------|-------------------------------------------------------------- - 1 | | + 1 | [CSIT-1931](https://jira.fd.io/browse/CSIT-1931) | Vhost test not running in device jobs + 2 | [CSIT-1932](https://jira.fd.io/browse/CSIT-1932) | 1n-spr: Occasional packet loss in L2 tests ## New 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. |