From: Siobhan Butler Date: Thu, 2 Apr 2015 21:31:07 +0000 (+0100) Subject: doc: add known issue with bonding test X-Git-Tag: spdx-start~9335 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=0568c997c1011d28e601f57c702f5d316bf925c1;p=dpdk.git doc: add known issue with bonding test Added issue with failing unit test for link bonding to known issues. Signed-off-by: Siobhan Butler --- diff --git a/doc/guides/rel_notes/known_issues.rst b/doc/guides/rel_notes/known_issues.rst index 4c431917f8..a94b6aad6d 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 ----------------------------------------------------