f4e067841d25ea7ecc3632a6e3ab92baa43499b0
[csit.git] / docs / report / vpp_performance_tests / csit_release_notes.rst
1 .. _vpp_performance_tests_release_notes:
2
3 Release Notes
4 =============
5
6 Changes in |csit-release|
7 -------------------------
8
9 #. VPP PERFORMANCE TESTS
10
11    - **Added new performance testbed 3n-snr** (3 Node SnowRidge, with Intel
12      Atom processors), to later replace 3n-dnv and 2n-dnv (3 and 2 Node
13      Denverton) testbeds.
14
15    - **Added GTPU HW offload tests** for Intel e810 4p25ge NICs on 2n-icx
16      testbeds.
17
18    - **Reduction of tests**: Removed certain test variations executed
19      iteratively for the report (as well as in daily and weekly
20      trending) due to physical testbeds overload.
21
22 #. TEST FRAMEWORK
23
24    - **CSIT test environment** version has been updated to ver. 11, see
25      :ref:`test_environment_versioning`.
26
27    - **TCP tput profiles** have to be changed, as newer TRex versions
28      are not deterministic enough when deciding when to send an ACK.
29
30    - **CSIT PAPI support**: Due to issues with PAPI performance, and
31      deprecation of VAT, VPP CLI is used in CSIT for many VPP scale
32      tests. See :ref:`vpp_known_issues`.
33
34    - **General Code Housekeeping**: Ongoing code optimizations and bug
35      fixes.
36
37 #. PRESENTATION AND ANALYTICS LAYER
38
39    - **C-Dash** `performance dashboard <http://csit.fd.io/>`_ got updated UI and
40      updated backend increasing its performance and robustness.
41
42 .. raw:: latex
43
44     \clearpage
45
46 .. _vpp_known_issues:
47
48 Known Issues
49 ------------
50
51 New
52 ___
53
54 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
55 |  # | JiraID                                  | Issue Description                                                                                         |
56 +====+=========================================+===========================================================================================================+
57 |    |                                         |                                                                                                           |
58 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
59
60 Previous
61 ________
62
63 Issues reported in previous releases which still affect the current results.
64
65 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
66 |  # | JiraID                                  | Issue Description                                                                                         |
67 +====+=========================================+===========================================================================================================+
68 |  1 | `CSIT-1671                              | All CSIT scale tests can not use PAPI due to much slower performance compared to VAT/CLI (it takes much   |
69 |    | <https://jira.fd.io/browse/CSIT-1671>`_ | longer to program VPP). This needs to be addressed on the PAPI side.                                      |
70 |    +-----------------------------------------+ Currently, the time critical code uses VAT running large files with exec statements and CLI commands.     |
71 |    | `VPP-1763                               | Still, we needed to reduce the number of scale tests run to keep overall duration reasonable.             |
72 |    | <https://jira.fd.io/browse/VPP-1763>`_  | More improvements needed to achieve sufficient configuration speed.                                       |
73 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
74 |  2 | `CSIT-1782                              | Multicore AVF tests are failing when trying to create interface.                                          |
75 |    | <https://jira.fd.io/browse/CSIT-1782>`_ | Frequency is reduced by CSIT workaround, but occasional failures do still happen.                         |
76 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
77 |  3 | `CSIT-1785                              | NAT44ED tests failing to establish all TCP sessions.                                                      |
78 |    | <https://jira.fd.io/browse/CSIT-1785>`_ | At least for max scale, in allotted time (limited by session 500s timeout) due to worse                   |
79 |    +-----------------------------------------+ slow path performance than previously measured and calibrated for.                                        |
80 |    | `VPP-1972                               | CSIT removed the max scale NAT tests to avoid this issue.                                                 |
81 |    | <https://jira.fd.io/browse/VPP-1972>`_  |                                                                                                           |
82 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
83 |  4 | `CSIT-1799                              | All NAT44-ED 16M scale tests fail while setting NAT44 address range.                                      |
84 |    | <https://jira.fd.io/browse/CSIT-1799>`_ |                                                                                                           |
85 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
86 |  5 | `CSIT-1800                              | All Geneve L3 mode scale tests (1024 tunnels) are failing.                                                |
87 |    | <https://jira.fd.io/browse/CSIT-1800>`_ |                                                                                                           |
88 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
89 |  6 | `CSIT-1801                              | 9000B payload frames not forwarded over tunnels due to violating supported Max Frame Size (VxLAN, LISP,   |
90 |    | <https://jira.fd.io/browse/CSIT-1801>`_ | SRv6).                                                                                                    |
91 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
92 |  7 | `CSIT-1802                              | AF-XDP - NDR tests failing from time to time.                                                             |
93 |    | <https://jira.fd.io/browse/CSIT-1802>`_ |                                                                                                           |
94 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
95 |  8 | `CSIT-1803                              | 3n-icx testbeds (Icelake): all IMIX aes128cbc-hmac512sha tests are failing due to excessive packet loss.  |
96 |    | <https://jira.fd.io/browse/CSIT-1803>`_ |                                                                                                           |
97 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
98 |  9 | `CSIT-1804                              | 3n-tsh, 3n-alt testbed (Taishan, Altra): NDR tests failing from time to time.                             |
99 |    | <https://jira.fd.io/browse/CSIT-1804>`_ |                                                                                                           |
100 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
101 | 10 | `CSIT-1808                              | All tests with 9000B payload frames not forwarded over memif interfaces.                                  |
102 |    | <https://jira.fd.io/browse/CSIT-1808>`_ |                                                                                                           |
103 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
104 | 11 | `CSIT-1809                              | All tests with 9000B payload frames not forwarded over vhostuser interfaces.                              |
105 |    | <https://jira.fd.io/browse/CSIT-1809>`_ |                                                                                                           |
106 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
107 | 12 | `CSIT-1812                              | All IMIX NAT44DET 4m 16m scale tests fail due to not creating required session count.                     |
108 |    | <https://jira.fd.io/browse/CSIT-1812>`_ |                                                                                                           |
109 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
110 | 13 | `CSIT-1827                              | 3n-icx, 3n-skx: all AVF crypto tests sporadically fail. 1518B with no traffic, IMIX with excessive        |
111 |    | <https://jira.fd.io/browse/CSIT-1827>`_ | packet loss.                                                                                              |
112 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
113 | 14 | `CSIT-1830                              | All testbeds: All TCP tput (and pps) tests are failing for small packets.                                 |
114 |    | <https://jira.fd.io/browse/CSIT-1830>`_ |                                                                                                           |
115 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
116 | 15 | `CSIT-1832                              | 3n-alt: NDR 1 packet lost on random tests.                                                                |
117 |    | <https://jira.fd.io/browse/CSIT-1832>`_ |                                                                                                           |
118 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
119 | 16 | `CSIT-1834                              | 2n-icx, 2n-skx: sporadic AVF soak tests failing to find critical load with PLRsearch.                     |
120 |    | <https://jira.fd.io/browse/CSIT-1834>`_ |                                                                                                           |
121 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
122 | 17 | `CSIT-1847                              | 2n-skx: all 10vm-1t test failed with half of packets dropped.                                             |
123 |    | <https://jira.fd.io/browse/CSIT-1847>`_ |                                                                                                           |
124 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
125 | 18 | `CSIT-1849                              | 2n-skx: UDP 16m tput tests fail to create all sessions.                                                   |
126 |    | <https://jira.fd.io/browse/CSIT-1849>`_ |                                                                                                           |
127 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
128
129 Fixed
130 _____
131
132 Issues reported in previous releases which were fixed in this release:
133
134 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
135 |  # | JiraID                                  | Issue Description                                                                                         |
136 +====+=========================================+===========================================================================================================+
137 | 16 | `CSIT-1834                              | 2n-icx, 2n-skx: sporadic AVF soak tests failing to find critical load with PLRsearch.                     |
138 |    | <https://jira.fd.io/browse/CSIT-1834>`_ |                                                                                                           |
139 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
140 |  1 | `CSIT-1846                              | 2n-skx, 2n-clx, 2n-icx: ALL 1518B TCP tput tests failing with big packet loss.                            |
141 |    | <https://jira.fd.io/browse/CSIT-1846>`_ |                                                                                                           |
142 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
143 |  2 | `CSIT-1851                              | trending regression: various icelake tests around 2202-04-15                                              |
144 |    | <https://jira.fd.io/browse/CSIT-1851>`_ | Somewhat expected consequence of a VPP usability fix,                                                     |
145 |    |                                         | the previous VPP compiler version was too new for the OS used.                                            |
146 +----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
147
148 .. _vpp_rca:
149
150 Root Cause Analysis for Performance Changes
151 -------------------------------------------
152
153 List of RCAs in |csit-release| for VPP performance changes:
154
155 +----+-----------------------------------------+-------------------------------------------------------------------------------------+
156 |  # | JiraID                                  | Issue Description                                                                   |
157 +====+=========================================+=====================================================================================+
158 |  1 | `VPP-2030                               | regression: ip6base on ICX around 2022-03-23                                        |
159 |    | <https://jira.fd.io/browse/VPP-2030>`_  | "Loads blocked due to overlapping with a preceding store that cannot be forwarded." |
160 |    |                                         | started happening in ip6-lookup graph node.                                         |
161 +----+-----------------------------------------+-------------------------------------------------------------------------------------+
162 |  2 | `CSIT-1852                              | 2n-zn2 mellanox performance cap                                                     |
163 |    | <https://jira.fd.io/browse/CSIT-1852>`_ | Old issue, only now distinguished from CSIT-1751.                                   |
164 |    |                                         | This testbed+nic combination is capped below 28 Mpps, cause not identified yet.     |
165 +----+-----------------------------------------+-------------------------------------------------------------------------------------+
166 |  3 | `CSIT-1853                              | trending regression: nat44ed cps around 2202-04-01                                  |
167 |    | <https://jira.fd.io/browse/CSIT-1853>`_ | VPP change added more computation to slow path (in order to support multiple VRFs). |
168 |    |                                         | Not clear if the VPP implementation is optimized enough.                            |
169 +----+-----------------------------------------+-------------------------------------------------------------------------------------+