-
Notifications
You must be signed in to change notification settings - Fork 319
apps: replace all zero address to RPMSG_ADDR_ANY #207
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
94919ea to
47ccda0
Compare
edmooring
left a comment
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.
Looks reasonable to me.
arnopo
left a comment
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.
Just a minor update for test coverity then LGTM
apps/tests/msg/rpmsg-flood-ping.c
Outdated
| else | ||
| (void)rpmsg_create_ept(&lept, rdev, RPMSG_SERVICE_NAME, | ||
| APP_EPT_ADDR, dest, | ||
| RPMSG_ADDR_ANY, dest, |
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.
Could you keep this test unchanged? the idea here is to keep one test with a fixed source address to also test a use case with a fixed source address.
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.
Done, but I change the local address from 0 to 1024 for the better compatibility.
d876f2f to
885c8ec
Compare
the example should demo the best practice for the endpoint creation Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
885c8ec to
1fad370
Compare
|
@arnopo please merge this PR if you don't have more concern. |
arnopo
left a comment
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.
need first to apply #209
the example should demo the best practice for the endpoint creation
Signed-off-by: Xiang Xiao xiaoxiang@xiaomi.com