From 0568c997c1011d28e601f57c702f5d316bf925c1 Mon Sep 17 00:00:00 2001 From: Siobhan Butler Date: Thu, 2 Apr 2015 22:31:07 +0100 Subject: [PATCH] doc: add known issue with bonding test Added issue with failing unit test for link bonding to known issues. Signed-off-by: Siobhan Butler --- 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 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 ---------------------------------------------------- -- 2.20.1