Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve spec #45

Merged
merged 7 commits into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/srvgrp-base.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ in table <<table_base_srvgroup_events>>.
| 0
| STATUS
| int32
| Return Error Code
| Return error code

[cols="6,5a", options="header"]
!===
Expand Down Expand Up @@ -165,7 +165,7 @@ the `MAJOR` and `MINOR` numbers.
| 0
| STATUS
| int32
| Return Error Code
| Return error code

[cols="2,5a", options="header"]
!===
Expand Down Expand Up @@ -220,7 +220,7 @@ unique and listed in the table <<table_base_rpmi_impl_id>>
| 0
| STATUS
| int32
| Return Error Code
| Return error code

[cols="2,5a", options="header"]
!===
Expand Down Expand Up @@ -262,7 +262,7 @@ version returned is a `32-bit` composite number containing the `MAJOR` and
| 0
| STATUS
| int32
| Return Error Code
| Return error code

[cols="2,5a", options="header"]
!===
Expand Down Expand Up @@ -314,7 +314,7 @@ This service is used to get addition platform information if available.
| 0
| STATUS
| int32
| Return Error Code
| Return error code

[cols="5,5a", options="header"]
!===
Expand Down Expand Up @@ -376,7 +376,7 @@ The first `16-bit` of the `uint32` field will store the `SERVICEGROUP_ID`.
| 0
| STATUS
| int32
| Return Error Code
| Return error code

[cols="3,4a", options="header"]
!===
Expand Down Expand Up @@ -420,7 +420,7 @@ service group.
| 0
| STATUS
| int32
| Return Error Code
| Return error code

[cols="2,5a", options="header"]
!===
Expand Down Expand Up @@ -531,7 +531,7 @@ processor will take the wired interrupt.
| 0
| STATUS
| int32
| Return Error Code
| Return error code

[cols="7,5a", options="header"]
!===
Expand Down
Loading
Loading