doc: add known issue with bonding test
authorSiobhan Butler <siobhan.a.butler@intel.com>
Thu, 2 Apr 2015 21:31:07 +0000 (22:31 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 3 Apr 2015 14:12:13 +0000 (16:12 +0200)
Added issue with failing unit test for link bonding to known issues.

Signed-off-by: Siobhan Butler <siobhan.a.butler@intel.com>
doc/guides/rel_notes/known_issues.rst

index 4c43191..a94b6aa 100644 (file)
@@ -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
 ----------------------------------------------------