-Note: This patch relies on patch 'doc: remove release version from known issues' -Added issue with failing unit test for link bonding to known issues
Signed-off-by: Siobhan Butler <siobhan.a.butler at intel.com> --- doc/guides/rel_notes/known_issues.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/guides/rel_notes/known_issues.rst b/doc/guides/rel_notes/known_issues.rst index 4c43191..a94b6aa 100644 --- a/doc/guides/rel_notes/known_issues.rst +++ b/doc/guides/rel_notes/known_issues.rst @@ -33,6 +33,34 @@ Known Issues and Limitations This section describes known issues with the DPDK software. +Unit Test for Link Bonding may fail at test_tlb_tx_burst() +---------------------------------------------------------- ++--------------------------------+--------------------------------------------------------------------------------------+ +| Title | Unit Test for Link Bonding may fail at test_tlb_tx_burst() | +| | | ++================================+======================================================================================+ +| Reference # | IXA00390304 | +| | | ++--------------------------------+--------------------------------------------------------------------------------------+ +| Description | Unit tests will fail at test_tlb_tx_burst function with error for uneven distribution| +| | of packets. | +| | | ++--------------------------------+--------------------------------------------------------------------------------------+ +| Implication | Unit test link_bonding_autotest will fail | +| | | +| | | ++--------------------------------+--------------------------------------------------------------------------------------+ +| Resolution/ Workaround | There is no workaround available. | +| | | ++--------------------------------+--------------------------------------------------------------------------------------+ +| Affected Environment/ Platform | Fedora 20 | +| | | ++--------------------------------+--------------------------------------------------------------------------------------+ +| Driver/Module | Link Bonding | +| | | ++--------------------------------+--------------------------------------------------------------------------------------+ + + Pause Frame Forwarding does not work properly on igb ---------------------------------------------------- -- 1.8.3.1