-
Notifications
You must be signed in to change notification settings - Fork 65
docs(linux): AM64X: Add ICSSG PRP Mode Docs #348
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?
Conversation
The ICSSG PRP firmware supports offloading of all above functionalities saving overhead from the driver. | ||
|
||
.. note:: | ||
The offload of functionality hsr-fwd-offload should also be enabled for correct driver configuration. |
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.
@hm-ti, can this documentation be moved into the existing documentation for "HSR_Offload"? The file can be renamed to "HSR_PRP_Offload". It will be even better if we move the existing "HSR_Offload" documentation also into "HSR_PRP_Non_Offload" and rename it to "HSR_PRP" with different sections for Non-Offload and Offload documentation.
Please refer to the following as an example:
https://software-dl.ti.com/processor-sdk-linux/esd/docs/06_03_00_106/linux/Industrial_Protocols_HSR_PRP.html
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.
@Siddharth-Vadapalli-at-TI I had asked @hm-ti to create separate doc for PRP.
HSR / PRP non offload is already present here
However, I thought having a separate doc for PRP offload will be better as the topology is very different.
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.
@danish-ti, I don't have a strong objection to creating separate documentation. I had pointed it out based on older documentation that I had seen at:
https://software-dl.ti.com/processor-sdk-linux/esd/docs/06_03_00_106/linux/Industrial_Protocols_HSR_PRP.html
Since PRP documentation seems to contain references to HSR, it was just a suggestion to group them together.
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRP_Offload.rst
Show resolved
Hide resolved
New warnings found with rstcheck:
|
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRP_Offload.rst
Show resolved
Hide resolved
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
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.
Please address the vale comments and fix the csv table currently generating errors.
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.
This probably should have been 3 commits with more reasonable information than just docs(linux): AM64X: Update docs
, and that's without commenting on https://github.com/TexasInstruments/processor-sdk-doc/blob/master/CONTRIBUTING.md#commit-formatting
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRP_Offload.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRP_Offload.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRP_Offload.rst
Outdated
Show resolved
Hide resolved
New issues found with check_toc_txt.py:
|
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.
This should use the feat
tag, not the docs
tag
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRP_Offload.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRP_Offload.rst
Outdated
Show resolved
Hide resolved
New issues found with check_toc_txt.py:
|
New warnings found with rstcheck:
|
The commit tags need to be updated. You fixed the first one, but the second one is now wrong. I'd like to suggest:
There are also some valid vale warnings (usage of linux instead of Linux, etc.) |
1ae5cec
to
681cc02
Compare
- Adds documentation on ICSSG PRP offload mode supported by prueth driver Signed-off-by: Himanshu Mittal <h-mittal1@ti.com>
- Issue Tracker Update containing details of ICSSG firmware related bugs resolved and bugs open. - Adds new PRP feature in What's New section Signed-off-by: Himanshu Mittal <h-mittal1@ti.com>
Adds documentation on PRP offload mode supported by ICSSG