diff options
author | 2024-11-12 10:14:58 +0100 | |
---|---|---|
committer | 2024-11-12 10:14:58 +0100 | |
commit | b53be5f2d292278c34788013f7a790dba5b5b7f1 (patch) | |
tree | 6c7fa352723138478bbcade98a1c69f567fef092 /docs/content/release_notes | |
parent | e0035f4ec743b5e84f8cee2278126c3aa1d6cf3e (diff) |
fix(report): Update issue titles
+ Add two missing known (originally VPP) issues visible in dpdk tests.
Change-Id: I66f89f5461bd6c6eff7338bdd5122472a073c59c
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'docs/content/release_notes')
-rw-r--r-- | docs/content/release_notes/current/dpdk_performance.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/content/release_notes/current/dpdk_performance.md b/docs/content/release_notes/current/dpdk_performance.md index 8d0f2f8963..0db0f3db23 100644 --- a/docs/content/release_notes/current/dpdk_performance.md +++ b/docs/content/release_notes/current/dpdk_performance.md @@ -33,9 +33,11 @@ List of new issues in CSIT 24.10 for DPDK performance tests: List of known issues in CSIT 24.10 for DPDK performance tests: **#** | **JiraID** | **Issue Description** -------|--------------------------------------------------|----------------------------------------------------- - 1 | [CSIT-1924](https://jira.fd.io/browse/CSIT-1924) | L3fwd error in 200Ge2P1Cx7Veat-Mlx5 test with 9000B. - 2 | [CSIT-1936](https://jira.fd.io/browse/CSIT-1936) | TRex occasionally sees link down in L3fwd tests. +------|--------------------------------------------------|-------------------------------------------------------------------------- + 1 | [CSIT-1904](https://jira.fd.io/browse/CSIT-1904) | 3n-alt: DPDK testpmd startup check fails on DUT2. + 2 | [CSIT-1924](https://jira.fd.io/browse/CSIT-1924) | L3fwd error in 200Ge2P1Cx7Veat-Mlx5 test with 9000B. + 3 | [CSIT-1936](https://jira.fd.io/browse/CSIT-1936) | TRex occasionally sees link down in E8xx (dpdk) tests. + 4 | [CSIT-1963](https://jira.fd.io/browse/CSIT-1963) | 3n-icxd: Various symptoms pointing to hardware (cable/nic/driver) issues. ## Fixed |