[dpdk-dev] [PATCH 2/2] doc: add known issue regarding VM power mgr in release notes

Pablo de Lara pablo.de.lara.guarch at intel.com
Thu Aug 6 13:07:42 CEST 2015


Add new known issue where VM power manager app may not work
in a system with more than 64 cores, in release notes.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
---
 doc/guides/rel_notes/known_issues.rst | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/doc/guides/rel_notes/known_issues.rst b/doc/guides/rel_notes/known_issues.rst
index 7b62085..a39c714 100644
--- a/doc/guides/rel_notes/known_issues.rst
+++ b/doc/guides/rel_notes/known_issues.rst
@@ -837,3 +837,27 @@ Devices bound to igb_uio with VT-d enabled do not work on Linux* kernel 3.15-3.1
 +--------------------------------+--------------------------------------------------------------------------------------+
 | Driver/Module                  | igb_uio module                                                                       |
 +--------------------------------+--------------------------------------------------------------------------------------+
+
+VM power manager may not work on systems with more than 64 cores
+----------------------------------------------------------------
+
++--------------------------------+--------------------------------------------------------------------------------------+
+| Title                          | VM power manager may not work on systems with more than 64 cores                     |
+|                                |                                                                                      |
++================================+======================================================================================+
+| Description                    | When using VM power manager on a system with more than 64 cores,                     |
+|                                | VM(s) should not use cores 64 or higher.                                             |
+|                                |                                                                                      |
++--------------------------------+--------------------------------------------------------------------------------------+
+| Implication                    | VM power manager should not be used with VM(s) that are using cores 64 or above.     |
+|                                |                                                                                      |
++--------------------------------+--------------------------------------------------------------------------------------+
+| Resolution/ Workaround         | Do not use cores 64 or above.                                                        |
+|                                |                                                                                      |
++--------------------------------+--------------------------------------------------------------------------------------+
+| Affected Environment/ Platform | Platforms with more than 64 cores.                                                   |
+|                                |                                                                                      |
++--------------------------------+--------------------------------------------------------------------------------------+
+| Driver/Module                  | VM power manager application                                                         |
+|                                |                                                                                      |
++--------------------------------+--------------------------------------------------------------------------------------+
-- 
2.4.2



More information about the dev mailing list