fix(HSR_Offload): changed introduction.rst#281
Closed
kathrynsuraya wants to merge 1 commit intoTexasInstruments:masterfrom
Closed
fix(HSR_Offload): changed introduction.rst#281kathrynsuraya wants to merge 1 commit intoTexasInstruments:masterfrom
kathrynsuraya wants to merge 1 commit intoTexasInstruments:masterfrom
Conversation
|
New warnings found with rstcheck: |
StaticRocket
requested changes
Apr 30, 2025
Member
StaticRocket
left a comment
There was a problem hiding this comment.
Two requested changes, and please make sure to change the commit message to match the styling outlined in the contribution guide: https://github.com/TexasInstruments/processor-sdk-doc/blob/master/CONTRIBUTING.md
Otherwise this is a much more thorough introduction to HSR. Thanks
| Offloading is the process of transferring tasks away from the CPU to another processing unit. In the case of the AM64x Sitara Processor, | ||
| HSR tasks can be offloaded from the A53 cores to the PRU_ICSSG. | ||
|
|
||
| .. rubric:: **Linux HSR Offload Support** |
Member
There was a problem hiding this comment.
Please add a newline after a directive.
Comment on lines
+22
to
+25
| • hsr-fwd-offload: For forwarding HSR frames one port to another i.e. port-to-port forwarding | ||
| • hsr-dup-offload: Duplicate the outgoing HSR frame | ||
| • hsr-tag-ins-offload: Unique tag to identify HSR frames | ||
| • hsr-tag-rm-offload: Removes the HSR tags |
Member
There was a problem hiding this comment.
Suggested change
| • hsr-fwd-offload: For forwarding HSR frames one port to another i.e. port-to-port forwarding | |
| • hsr-dup-offload: Duplicate the outgoing HSR frame | |
| • hsr-tag-ins-offload: Unique tag to identify HSR frames | |
| • hsr-tag-rm-offload: Removes the HSR tags | |
| - hsr-fwd-offload: For forwarding HSR frames one port to another i.e. port-to-port forwarding | |
| - hsr-dup-offload: Duplicate the outgoing HSR frame | |
| - hsr-tag-ins-offload: Unique tag to identify HSR frames | |
| - hsr-tag-rm-offload: Removes the HSR tags |
Member
Member
|
No activity on this PR for ~4 months. Will mark it as Close. |
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.
Replaces introduction with more information on HSR offloading