-
Notifications
You must be signed in to change notification settings - Fork 61
fix(HSR_Offload): changed introduction.rst #281
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
base: master
Are you sure you want to change the base?
fix(HSR_Offload): changed introduction.rst #281
Conversation
New warnings found with rstcheck:
|
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.
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** |
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.
Please add a newline after a directive.
• 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 |
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.
• 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 |
Replaces introduction with more information on HSR offloading