aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-10-14 10:32:14 +0200
committerTibor Frank <tifrank@cisco.com>2020-10-14 09:45:24 +0000
commitf8f509571e8cc3fc8596f39ddd5118b4f2d85374 (patch)
tree7b4a20cf1841957a4766ae99b1eb54f5dbc2bfb3
parent4e95c6006638fd9b774237ea2f015aaf66359691 (diff)
Report: Fix bugs in release notes
Change-Id: Ib1175c8eb256136e9d4b5342043c2014d99631e6 Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r--docs/report/dpdk_performance_tests/csit_release_notes.rst6
-rw-r--r--docs/report/vpp_performance_tests/csit_release_notes.rst4
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/report/dpdk_performance_tests/csit_release_notes.rst b/docs/report/dpdk_performance_tests/csit_release_notes.rst
index 829e7d2e27..720f00f440 100644
--- a/docs/report/dpdk_performance_tests/csit_release_notes.rst
+++ b/docs/report/dpdk_performance_tests/csit_release_notes.rst
@@ -19,9 +19,9 @@ Known Issues
List of known issues in |csit-release| for DPDK performance tests:
-+----+------------------------------------------+----------------------------------------------------------------------------------------------------------+
-| # | JiraID | Issue Description |
-+====+==========================================+==========================================================================================================+
++----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
+| # | JiraID | Issue Description |
++====+=========================================+===========================================================================================================+
| 1 | `CSIT-1761 | Denverton systems in FD.io CSIT lab (2n-dnv and 3n-dnv) reports dpdk compilation error very often. |
| | <https://jira.fd.io/browse/CSIT-1761>`_ | |
+----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
diff --git a/docs/report/vpp_performance_tests/csit_release_notes.rst b/docs/report/vpp_performance_tests/csit_release_notes.rst
index 949419d393..7392d1e4db 100644
--- a/docs/report/vpp_performance_tests/csit_release_notes.rst
+++ b/docs/report/vpp_performance_tests/csit_release_notes.rst
@@ -65,7 +65,7 @@ Changes in |csit-release|
Known Issues
------------
-List of known issues in |csit-release| for VPP performance tests: TODO: check
+List of known issues in |csit-release| for VPP performance tests:
+----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
| # | JiraID | Issue Description |
@@ -89,7 +89,7 @@ List of known issues in |csit-release| for VPP performance tests: TODO: check
| | <https://jira.fd.io/browse/VPP-1675>`_ | Reason: chained buffers are not supported. |
+----+-----------------------------------------+-----------------------------------------------------------------------------------------------------------+
| 6 | `VPP-1934 | [i40e] Interfaces are not brought up from carrier-down. |
-| | <https://jira.fd.io/browse/VPP-1934 >`_ | In case of i40e -based interface (e.g Intel x700 series NIC) is bound to kernel driver (i40e) and is in |
+| | <https://jira.fd.io/browse/VPP-1934>`_ | In case of i40e -based interface (e.g Intel x700 series NIC) is bound to kernel driver (i40e) and is in |
| | | state "no-carrier" (<NO-CARRIER,BROADCAST,MULTICAST,UP>) because previously it was disabled via |
| | | "I40E_AQ_PHY_LINK_ENABLED" call, then VPP during initialization of AVF interface is not re-enabling |
| | | interface link via i40e driver to up. |