X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=docs%2Freport%2Fvpp_performance_tests%2Fcsit_release_notes.rst;h=b9628f2222541bf3027d13ca7bc48858ae025baf;hb=101daf3a8a707688700447cc9c6cdbd6f53e7360;hp=685ca75255567aca24c017e7bd596c1afc489808;hpb=3055ecfbb0b619318f7cfbbb18ba142968b4c617;p=csit.git diff --git a/docs/report/vpp_performance_tests/csit_release_notes.rst b/docs/report/vpp_performance_tests/csit_release_notes.rst index 685ca75255..b9628f2222 100644 --- a/docs/report/vpp_performance_tests/csit_release_notes.rst +++ b/docs/report/vpp_performance_tests/csit_release_notes.rst @@ -103,46 +103,40 @@ Issues reported in previous releases which still affect the current results. +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+ | # | JiraID | Issue Description | +====+=========================================+===========================================================================================================+ -| 1 | `CSIT-1671 | All CSIT scale tests can not use PAPI due to much slower performance compared to VAT/CLI (it takes much | -| | `_ | longer to program VPP). This needs to be addressed on the PAPI side. | -| +-----------------------------------------+ Currently, the time critical code uses VAT running large files with exec statements and CLI commands. | -| | `VPP-1763 | Still, we needed to reduce the number of scale tests run to keep overall duration reasonable. | -| | `_ | More improvements needed to achieve sufficient configuration speed. | -+----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+ -| 2 | `CSIT-1782 | Multicore AVF tests are failing when trying to create interface. | +| 1 | `CSIT-1782 | Multicore AVF tests are failing when trying to create interface. | | | `_ | Frequency is reduced by CSIT workaround, but occasional failures do still happen. | +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+ -| 3 | `CSIT-1785 | NAT44ED tests failing to establish all TCP sessions. | +| 2 | `CSIT-1785 | NAT44ED tests failing to establish all TCP sessions. | | | `_ | At least for max scale, in allotted time (limited by session 500s timeout) due to worse | | +-----------------------------------------+ slow path performance than previously measured and calibrated for. | | | `VPP-1972 | CSIT removed the max scale NAT tests to avoid this issue. | | | `_ | | +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+ -| 4 | `CSIT-1799 | All NAT44-ED 16M sessions CPS scale tests fail while setting NAT44 address range. | +| 3 | `CSIT-1799 | All NAT44-ED 16M sessions CPS scale tests fail while setting NAT44 address range. | | | `_ | | +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+ -| 5 | `CSIT-1800 | All Geneve L3 mode scale tests (1024 tunnels) are failing. | +| 4 | `CSIT-1800 | All Geneve L3 mode scale tests (1024 tunnels) are failing. | | | `_ | | +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+ -| 6 | `CSIT-1801 | 9000B payload frames not forwarded over tunnels due to violating supported Max Frame Size (VxLAN, LISP, | +| 5 | `CSIT-1801 | 9000B payload frames not forwarded over tunnels due to violating supported Max Frame Size (VxLAN, LISP, | | | `_ | SRv6). | +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+ -| 7 | `CSIT-1802 | AF-XDP - NDR tests failing from time to time. | +| 6 | `CSIT-1802 | AF-XDP - NDR tests failing from time to time. | | | `_ | | +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+ -| 8 | `CSIT-1804 | All testbeds: NDR tests failing from time to time. | +| 7 | `CSIT-1804 | All testbeds: NDR tests failing from time to time. | | | `_ | | +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+ -| 9 | `CSIT-1808 | All tests with 9000B payload frames not forwarded over memif interfaces. | +| 8 | `CSIT-1808 | All tests with 9000B payload frames not forwarded over memif interfaces. | | | `_ | | +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+ -| 10 | `CSIT-1827 | 3n-icx, 3n-skx: all AVF crypto tests sporadically fail. 1518B with no traffic, IMIX with excessive | +| 9 | `CSIT-1827 | 3n-icx, 3n-skx: all AVF crypto tests sporadically fail. 1518B with no traffic, IMIX with excessive | | | `_ | packet loss. | +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+ -| 11 | `CSIT-1835 | 3n-icx: QUIC vppecho BPS tests failing on timeout when checking hoststack finished. | +| 10 | `CSIT-1835 | 3n-icx: QUIC vppecho BPS tests failing on timeout when checking hoststack finished. | | | `_ | | +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+ -| 12 | `CSIT-1849 | 2n-skx, 2n-clx, 2n-icx: UDP 16m TPUT tests fail to create all sessions. | +| 11 | `CSIT-1849 | 2n-skx, 2n-clx, 2n-icx: UDP 16m TPUT tests fail to create all sessions. | | | `_ | | +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+ @@ -151,19 +145,15 @@ _____ Issues reported in previous releases which were fixed in this release: -+----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+ -| # | JiraID | Issue Description | -+====+=========================================+===========================================================================================================+ -| 1 | `CSIT-1834 | 2n-icx, 2n-skx: sporadic AVF soak tests failing to find critical load with PLRsearch. | -| | `_ | | -+----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+ -| 2 | `CSIT-1846 | 2n-skx, 2n-clx, 2n-icx: ALL 1518B TCP tput tests failing with big packet loss. | -| | `_ | | -+----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+ -| 3 | `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. | -+----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+ ++----+-----------------------------------------+---------------------------------------------------------------------------------------------------------+ +| # | JiraID | Issue Description | ++====+=========================================+=========================================================================================================+ +| 1 | `CSIT-1671 | All CSIT scale tests can not use PAPI due to much slower performance compared to VAT/CLI (it takes much | +| | `_ | longer to program VPP). This needs to be addressed on the PAPI side. | +| +-----------------------------------------+ Currently, the time critical code uses VAT running large files with exec statements and CLI commands. | +| | `VPP-1763 | Still, we needed to reduce the number of scale tests run to keep overall duration reasonable. | +| | `_ | More improvements needed to achieve sufficient configuration speed. | ++----+-----------------------------------------+---------------------------------------------------------------------------------------------------------+ .. _vpp_rca: