aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/content/release_notes/current/dpdk_performance.md23
-rw-r--r--docs/content/release_notes/current/trex_performance.md17
-rw-r--r--docs/content/release_notes/current/vpp_performance.md27
3 files changed, 40 insertions, 27 deletions
diff --git a/docs/content/release_notes/current/dpdk_performance.md b/docs/content/release_notes/current/dpdk_performance.md
index 0c2ca825ac..4d41c4017e 100644
--- a/docs/content/release_notes/current/dpdk_performance.md
+++ b/docs/content/release_notes/current/dpdk_performance.md
@@ -22,22 +22,27 @@ Tables are up-to-date with CSIT 25.02 release testing results.
List of new issues in CSIT 25.02 for DPDK performance tests:
-**#** | **JiraID** | **Issue Description**
-------|--------------------------------------------------|--------------------------------------------------------------
- 1 | |
+**#** | **Github issue number** | **Issue Description**
+------|--------------------------------------------------------------|--------------------------------------------------------------
+ 1 | |
## Previous
List of known issues in CSIT 25.02 for DPDK performance tests:
-**#** | **JiraID** | **Issue Description**
-------|--------------------------------------------------|--------------------------------------------------------------
- 1 | |
+**#** | **Github issue number** | **Issue Description**
+------|--------------------------------------------------------------|---------------------------------------------------------------------------------------------------
+ 1 | [csit/issues/3986](https://github.com/FDio/csit/issues/3986) | [CSIT-1904] 3n-alt: DPDK testpmd startup check fails on DUT2.
+ 2 | [csit/issues/4006](https://github.com/FDio/csit/issues/4006) | [CSIT-1924] L3fwd error in 200Ge2P1Cx7Veat-Mlx5 test with 9000B.
+ 3 | [csit/issues/4018](https://github.com/FDio/csit/issues/4018) | [CSIT-1936] TRex occasionally sees link down in E8xx (dpdk) tests.
+ 4 | [csit/issues/4044](https://github.com/FDio/csit/issues/4044) | [CSIT-1963] 3n-icxd: Various symptoms pointing to hardware (cable/nic/driver) issues.
+ 5 | [csit/issues/4053](https://github.com/FDio/csit/issues/4053) | [CSIT-1972] 2n-zn2, 3nb-spr: Testpmd occasionally does not forward in one direction in 9000B test.
+ 6 | [csit/issues/4055](https://github.com/FDio/csit/issues/4055) | [CSIT-1974] cx7: Persistent losses in testpmd 4c imix test.
## Fixed
List of fixed issues in CSIT 25.02 for DPDK performance tests:
-**#** | **JiraID** | **Issue Description**
-------|--------------------------------------------------|--------------------------------------------------------------
- 1 | |
+**#** | **Github issue number** | **Issue Description**
+------|--------------------------------------------------------------|------------------------------------------------
+ 1 | [csit/issues/4054](https://github.com/FDio/csit/issues/4054) | [CSIT-1973] 3n-snr: One lossy testpmd test+run.
diff --git a/docs/content/release_notes/current/trex_performance.md b/docs/content/release_notes/current/trex_performance.md
index 9d6d151350..79d08e4581 100644
--- a/docs/content/release_notes/current/trex_performance.md
+++ b/docs/content/release_notes/current/trex_performance.md
@@ -19,7 +19,7 @@ weight: 3
List of new issues in CSIT 25.02 for TRex performance tests:
-**#** | **JiraID** | **Issue Description**
+**#** | **Github issue number** | **Issue Description**
------|--------------------------------------------------|--------------------------------------------------------------
1 | |
@@ -27,14 +27,17 @@ List of new issues in CSIT 25.02 for TRex performance tests:
List of known issues in CSIT 25.02 for TRex performance tests:
-**#** | **JiraID** | **Issue Description**
-------|--------------------------------------------------|--------------------------------------------------------------
- 1 | |
+**#** | **Github issue number** | **Issue Description**
+------|--------------------------------------------------------------|--------------------------------------------------------------------------------
+ 1 | [csit/issues/3987](https://github.com/FDio/csit/issues/3987) | [CSIT-1905] 2n-spr 200Ge2P1Cx7Veat: TG-TG tests see port line rate as 100 Gbps.
+ 2 | [csit/issues/4018](https://github.com/FDio/csit/issues/4018) | [CSIT-1936] TRex occasionally sees link down in E8xx (dpdk) tests.
+
## Fixed
List of fixed issues in CSIT 25.02 for TRex performance tests:
-**#** | **JiraID** | **Issue Description**
-------|--------------------------------------------------|--------------------------------------------------------------
- 1 | |
+**#** | **Github issue number** | **Issue Description**
+------|--------------------------------------------------|--------------------------------------------------------------------------------------------------------
+ 1 | [csit/issues/4038](https://github.com/FDio/csit/issues/4038) | [CSIT-1956] 2n-icx: trex tests fail to initialize on TB212.
+ 2 | [csit/issues/4048](https://github.com/FDio/csit/issues/4048) | [CSIT-1967] 3na-spr: Unable to configure large MTU for 9000B tests. (Fixed during rls2410.)
diff --git a/docs/content/release_notes/current/vpp_performance.md b/docs/content/release_notes/current/vpp_performance.md
index 77b6647623..22e0f1b58a 100644
--- a/docs/content/release_notes/current/vpp_performance.md
+++ b/docs/content/release_notes/current/vpp_performance.md
@@ -6,27 +6,32 @@ weight: 1
# CSIT 25.02 - VPP Performance
1. TEST FRAMEWORK
- - **CSIT test environment** version has been updated to ver. 17, see
- [Environment Versioning]({{< ref "../../../infrastructure/fdio_csit_testbed_versioning" >}}).
- - The testbeds 2n-alt and 3n-emr are out-of-service for 25.02 release.
- - HW related parts that are out-of-service for 25.02 release:
- - DSA.
- - **General Code Housekeeping**: Ongoing code optimizations and bug fixes.
+ - **CSIT test environment** version has been updated to ver. 17, see
+ [Environment Versioning]({{< ref "../../../infrastructure/fdio_csit_testbed_versioning" >}}).
+ - Most notably, the tests are now running on Ubuntu 24.04.1.
+ - Also iperf3 version got updated, affecting hoststack and GSO performance.
+ - The testbeds 3n-alt and 3n-emr are out-of-service for 25.02 release.
+ - HW related parts that are out-of-service for 25.02 release:
+ - DSA.
+ - **General Code Housekeeping**: Ongoing code optimizations and bug fixes.
2. VPP PERFORMANCE TESTS
- - DSA tests has been added.
+ - Migrated AVF tests to use plugins/dev_iavf instead of plugins/avf.
+ - Stopped running some tests where CSIT support got broken (various reasons).
# Known Issues
These are issues that cause test failures or otherwise limit usefulness of CSIT
testing.
+The following tables are temporarily left empty until all results are analyzed.
+
## New
Any issue listed here may have been present also in a previous release,
but was not detected/recognized/reported enough back then.
Also, issues previously thought fixed but now reopened are listed here.
-**#** | **JiraID** | **Issue Description**
+**#** | **Github issue number** | **Issue Description**
------|--------------------------------------------------|--------------------------------------------------------------
1 | |
@@ -34,7 +39,7 @@ Also, issues previously thought fixed but now reopened are listed here.
Issues reported in previous releases which still affect the current results.
-**#** | **JiraID** | **Issue Description**
+**#** | **Github issue number** | **Issue Description**
------|--------------------------------------------------|--------------------------------------------------------------
1 | |
@@ -42,7 +47,7 @@ Issues reported in previous releases which still affect the current results.
Issues reported in previous releases which were fixed in this release:
-**#** | **JiraID** | **Issue Description**
+**#** | **Github issue number** | **Issue Description**
------|--------------------------------------------------|--------------------------------------------------------------
1 | |
@@ -60,6 +65,6 @@ of CSIT testing. So even if they are not fixed
(e.g. when the regression is an expected consequence of added functionality),
they will not be re-listed in the next release report.
-**#** | **JiraID** | **Issue Description**
+**#** | **Github issue number** | **Issue Description**
------|--------------------------------------------------|--------------------------------------------------------------
1 | |