feat(linux): AM64X: Add remote proc performance numbers for 11.1 release#393
Closed
h-nagalla wants to merge 0 commit into
Closed
feat(linux): AM64X: Add remote proc performance numbers for 11.1 release#393h-nagalla wants to merge 0 commit into
h-nagalla wants to merge 0 commit into
Conversation
praneethbajjuri
approved these changes
Jul 17, 2025
StaticRocket
requested changes
Jul 18, 2025
| to remote processor and receiving back the message. The round trip delay is measured for | ||
| RP message length of 1 byte and 490 bytes for comparison. | ||
|
|
||
| Linux userspace application `rpmsg_char_benchmark <https://git.ti.com/cgit/rpmsg/ti-rpmsg-char/>`__ is used to capture latency values. |
Member
There was a problem hiding this comment.
Suggested change
| Linux userspace application `rpmsg_char_benchmark <https://git.ti.com/cgit/rpmsg/ti-rpmsg-char/>`__ is used to capture latency values. | |
| The Linux user space application `rpmsg_char_benchmark <https://git.ti.com/cgit/rpmsg/ti-rpmsg-char/>`__ captures these latency values. |
|
|
||
| rpmsg_char_benchmark -r 2 -n 100000 -m 1 & chrt -f -p 80 $! | ||
|
|
||
| The latencies observed are summarized below: |
Member
There was a problem hiding this comment.
Suggested change
| The latencies observed are summarized below: | |
| Latencies reported: |
Comment on lines
+767
to
+769
| RP Message latency is measured through a round trip echo message sent from Linux application | ||
| to remote processor and receiving back the message. The round trip delay is measured for | ||
| RP message length of 1 byte and 490 bytes for comparison. |
Member
There was a problem hiding this comment.
Suggested change
| RP Message latency is measured through a round trip echo message sent from Linux application | |
| to remote processor and receiving back the message. The round trip delay is measured for | |
| RP message length of 1 byte and 490 bytes for comparison. | |
| RP Message latency is the delay measured from sending a round trip echo message | |
| from a Linux application to a remote processor and back. The following | |
| measurements use an RP message length of 1 byte and 490 bytes for comparison. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Initial RPMessage IPC latency numbers with RT-linux kernel.