-
Notifications
You must be signed in to change notification settings - Fork 64
optee-utee: support setting capacity of shared buffer of LoadablePlugin #154
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
Conversation
Found some error during CI, I am trying to reproduce on my machine (I think in some platform the c_char was treated as i8 instead of u8) |
This PR relates to #153 |
Copy, I will update it later(before next tuesday) |
|
I already add it in my first commit😈 |
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.
LGTM, thanks!
@b49020 What do you think? |
|
1) introduce a Command struct for flexible use 2) allow developers settings capacity of shared buffer when invoking command Signed-off-by: ivila <390810839@qq.com> Reviewed-by: Yuan Zhuang <yuanz@apache.org> Acked-by: Sumit Garg <sumit.garg@linaro.org>
@b49020 done, thanks. |
command