summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMadhuri Kumari <madhuri.kumari@intel.com>2019-07-10 14:22:57 +0530
committerMadhuri Kumari <madhuri.kumari@intel.com>2019-07-26 15:51:20 +0530
commit01a9726c04590045eb9095ba849738d568d06fd8 (patch)
treeaa51ef3d983d594f9f31173296977418ab0ef963 /doc
parenta1d844e3be83d9696e9cdb2c213b2af0faf705cd (diff)
downloadironic-01a9726c04590045eb9095ba849738d568d06fd8.tar.gz
Follow-up to the IntelIPMIHardware patch
Change-Id: I240c27c25f70b0a916bbed6cc4a4122c0bffd9a9
Diffstat (limited to 'doc')
-rw-r--r--doc/source/admin/drivers/intel-ipmi.rst22
1 files changed, 10 insertions, 12 deletions
diff --git a/doc/source/admin/drivers/intel-ipmi.rst b/doc/source/admin/drivers/intel-ipmi.rst
index 92806c8c1..256ab15ce 100644
--- a/doc/source/admin/drivers/intel-ipmi.rst
+++ b/doc/source/admin/drivers/intel-ipmi.rst
@@ -18,17 +18,15 @@ Intel SST-PP supports three configuration levels:
* 2 - Intel SST-PP Config 2
The following table shows the list of active cores and their base frequency at
-different SST-PP config levels::
-
- +-------------+---------+-------------------+
- | Config | Cores | Base Freq (GHz) |
- +=============+=========+===================+
- | Base | 24 | 2.4 |
- +-------------+---------+-------------------+
- | Config 1 | 20 | 2.5 |
- +-------------+---------+-------------------+
- | Config 2 | 16 | 2.7 |
- +-------------+---------+-------------------+
+different SST-PP config levels:
+
+ ============== ========= ===================
+ Config Cores Base Freq (GHz)
+ ============== ========= ===================
+ Base 24 2.4
+ Config 1 20 2.5
+ Config 2 16 2.7
+ ============== ========= ===================
This configuration is managed by the management interface ``intel-ipmitool``
for IntelIPMI hardware.
@@ -95,7 +93,7 @@ A node with Intel SST-PP can be configured to use it via
* ``intel_speedselect_config``:
Hexadecimal code of Intel SST-PP configuration. Accepted values are
- ['0x00', '0x01', '0x02']. These values correspond to
+ '0x00', '0x01', '0x02'. These values correspond to
`Intel SST-PP Config Base`, `Intel SST-PP Config 1`,
`Intel SST-PP Config 2` respectively. The input value must be a string.