feat(release): Update VPP release notes 62/41062/1 oper-rls2406-240610
authorVratko Polak <vrpolak@cisco.com>
Tue, 4 Jun 2024 11:43:28 +0000 (13:43 +0200)
committerTibor Frank <tifrank@cisco.com>
Wed, 5 Jun 2024 08:10:19 +0000 (08:10 +0000)
+ 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)

docs/content/release_notes/current/vpp_device.md
docs/content/release_notes/current/vpp_performance.md

index 96d194e..d6a9d91 100644 (file)
@@ -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
 
index 8e0aa22..ea569f5 100644 (file)
@@ -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.