Skip to content

Commit

Permalink
doc/mpipl: Fix warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
  • Loading branch information
oohal committed Dec 16, 2019
1 parent f04000d commit 06a90e9
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions doc/opal-api/opal-mpipl-173-174.rst
Expand Up @@ -41,28 +41,28 @@ ops :
OPAL_MPIPL_ADD_RANGE
Add new entry to MPIPL table. Kernel will send src, dest and size.
During MPIPL content from source address is moved to destination address.
src = Source start address
dest = Destination start address
size = size
src = Source start address
dest = Destination start address
size = size

OPAL_MPIPL_REMOVE_RANGE
Remove kernel requested entry from MPIPL table.
src = Source start address
dest = Destination start address
size = ignore
src = Source start address
dest = Destination start address
size = ignore

OPAL_MPIPL_REMOVE_ALL
Remove all kernel passed entry from MPIPL table.
src = ignore
dest = ignore
size = ignore
src = ignore
dest = ignore
size = ignore

OPAL_MPIPL_FREE_PRESERVED_MEMORY
Post MPIPL, kernel will indicate OPAL that it has processed dump and
it can clear/release metadata area.
src = ignore
dest = ignore
size = ignore
src = ignore
dest = ignore
size = ignore

Return Values
-------------
Expand All @@ -89,6 +89,7 @@ It expects OPAL to preserve these tags across MPIPL. Post MPIPL Linux
kernel will use `opal_mpipl_query_tag` call to retrieve these tags.

.. code-block:: c
opal_mpipl_register_tag(enum opal_mpipl_tags tag, uint64_t tag_val)
tag:
Expand Down

0 comments on commit 06a90e9

Please sign in to comment.