From 6513c1b1663ae60f6870a2989a2d8e794b53a67e Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Wed, 13 Jul 2022 14:54:51 +0200 Subject: [PATCH] feat(report): add RCA items to release notes Change-Id: I6ba7ef6ddb61871d62a65fbad21da8d53bd1a073 Signed-off-by: Vratko Polak --- docs/report/vpp_performance_tests/csit_release_notes.rst | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/report/vpp_performance_tests/csit_release_notes.rst b/docs/report/vpp_performance_tests/csit_release_notes.rst index 2b9c796764..a588d94df9 100644 --- a/docs/report/vpp_performance_tests/csit_release_notes.rst +++ b/docs/report/vpp_performance_tests/csit_release_notes.rst @@ -172,6 +172,14 @@ Root Cause Analysis for Performance Changes List of RCAs in |csit-release| for VPP performance changes: -+----+-----------------------------------------+--------------------------------------------------------------+ -| # | JiraID | Issue Description | -+====+=========================================+==============================================================+ ++----+-----------------------------------------+-------------------------------------------------------------------------------------+ +| # | JiraID | Issue Description | ++====+=========================================+=====================================================================================+ +| 1 | `CSIT-1851 | trending regression: various icelake tests around 2202-04-15 | +| | `_ | Somewhat expected consequence of a VPP usability fix, | +| | | the previous VPP compiler version was too new for the OS used. | ++----+-----------------------------------------+-------------------------------------------------------------------------------------+ +| 2 | `VPP-2030 | regression: ip6base on ICX around 2022-03-23 | +| | `_ | "Loads blocked due to overlapping with a preceding store that cannot be forwarded." | +| | | started happening in ip6-lookup graph node. | ++----+-----------------------------------------+-------------------------------------------------------------------------------------+ -- 2.16.6