-
Notifications
You must be signed in to change notification settings - Fork 69
fix(PRU-ICSS): Update cut thru documentation for switch mode #462
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(PRU-ICSS): Update cut thru documentation for switch mode #462
Conversation
New warnings found with rstcheck:
|
Please fixup rst reported error |
58bd36d
to
66162b7
Compare
New warnings found with rstcheck:
|
Ignore that warning. It's an issue with rstcheck that I still need to fix. Advanced features of sphinx directives tend to confuse it. |
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU_ICSSG_Ethernet_Switch.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU_ICSSG_Ethernet_Switch.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU_ICSSG_Ethernet_Switch.rst
Show resolved
Hide resolved
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU_ICSSG_Ethernet_Switch.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU_ICSSG_Ethernet_Switch.rst
Outdated
Show resolved
Hide resolved
Please address the vale comments |
66162b7
to
0364d12
Compare
New warnings found with rstcheck:
|
0364d12
to
0ee9135
Compare
New warnings found with rstcheck:
|
cut through is working properly. This order ensures that firmware is loaded with the | ||
expected cut through value. | ||
|
||
Below steps order is suggested for enabling cut through in switch mode. Setting up switch mode will automatically stop and start the firmware so no need to bring links down and back up again. |
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.
If the below code block is going to be removed, change note to:
"Set up the cut through value first before enabling switch mode to ensure that cut through is working properly. This order ensures that firmware is loaded with the expected cut through value. Setting up switch mode will automatically stop and start the firmware so no need to bring links down and back up again. "
Cut thru documentation has a gap on the order of steps in which the cut thru needs to be enabled. This commit fixes it by adding the recommended steps order to follow for enabling cut thru. Signed-off-by: Meghana Malladi <[email protected]>
0ee9135
to
13cd981
Compare
New warnings found with rstcheck:
|
Cut thru documentation has a gap on the order of steps in which the cut thru needs to be enabled. This commit fixes it by adding the recommended steps order to follow for enabling cut thru.