-
Notifications
You must be signed in to change notification settings - Fork 95
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
Address SBI mpxy ARC feedback #195
Address SBI mpxy ARC feedback #195
Conversation
src/ext-mpxy.adoc
Outdated
message protocol specification are also referred to as posted messages. This | ||
function should be only used for such posted messages and the respective message | ||
protocol specification should define a mechanism to track the status of posted | ||
messages using notification events or some other message with response. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 2nd part is optional - Correct ? Can we clarify that ? Something like this:
This function should be only used for such posted messages. The respective message
protocol specification should define a mechanism to track the status of posted
messages using notification events or some other message with response if required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I will update.
src/ext-mpxy.adoc
Outdated
struct sbiret sbi_mpxy_get_shmem_size(void) | ||
``` | ||
|
||
Get the shared memory size for sending and receiving messages. The shared memory |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shared memory size in number of bytes ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I will update.
Apart from these nit comments, looks good to me. |
To address the ARC review feedback, improve notification related text as follows: 1) Replace the term "notification indication" with just "indication". 2) Minimize the use of term "client" and replace it with the term "supervisor software" at appropriate places to be consistent with other SBI extensions. Signed-off-by: Anup Patel <[email protected]> Reviewed-by: Rahul Pathak <[email protected]> Reviewed-by: Samuel Holland <[email protected]>
…onse() Based on ARC feedback, improve/clarify description of the SBI MPXY functions to send message with/without response. Signed-off-by: Anup Patel <[email protected]> Reviewed-by: Rahul Pathak <[email protected]>
The per-HART shared memory size must be greater than the biggest MSG_DATA_MAX_LEN attribute value across all MPXY channels so add a new separate SBI function to let supervisor software discover it. Signed-off-by: Anup Patel <[email protected]> Reviewed-by: Rahul Pathak <[email protected]> Reviewed-by: Samuel Holland <[email protected]>
13ccdf2
to
e57e11e
Compare
@atishp04 I have addressed your comments. The build failure is due to some other issue. |
No description provided.