Skip to content

Commit

Permalink
doc: Update OPAL API call IDs for OPAL_NPU_
Browse files Browse the repository at this point in the history
Documentation was always the one that was wrong,
so we update it to reflect what was merged.

Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
stewartsmith committed Sep 19, 2017
1 parent fc44a53 commit 2226def
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -5,9 +5,9 @@ OPAL NPU2 calls

There are three OPAL calls for interacting with NPU2 devices: ::

#define OPAL_NPU_INIT_CONTEXT 141
#define OPAL_NPU_DESTROY_CONTEXT 142
#define OPAL_NPU_MAP_LPAR 143
#define OPAL_NPU_INIT_CONTEXT 146
#define OPAL_NPU_DESTROY_CONTEXT 147
#define OPAL_NPU_MAP_LPAR 148

These are used to setup and configure address translation services
(ATS) for a given NVLink2 device. Note that in some documentation this
Expand Down

0 comments on commit 2226def

Please sign in to comment.