Skip to content

Commit 961630f

Browse files
feat(linux): Add PRP documentation for AM65x, AM335x, AM437x and AM57x
Signed-off-by: Meghana Malladi <[email protected]>
1 parent 58faf74 commit 961630f

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

configs/AM335X/AM335X_linux_toc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW
5959
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRUSS
6060
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload
6161
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_Offload
62+
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRP_Offload
6263
linux/Foundational_Components/Kernel/Kernel_Drivers/PWM
6364
linux/Foundational_Components/Kernel/Kernel_Drivers/SPI
6465
linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/NAND

configs/AM437X/AM437X_linux_toc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW
5959
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRUSS
6060
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload
6161
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_Offload
62+
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRP_Offload
6263
linux/Foundational_Components/Kernel/Kernel_Drivers/PWM
6364
linux/Foundational_Components/Kernel/Kernel_Drivers/QSPI
6465
linux/Foundational_Components/Kernel/Kernel_Drivers/SPI

configs/AM57X/AM57X_linux_toc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/NetCP
6161
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRUSS
6262
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload
6363
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_Offload
64+
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRP_Offload
6465
linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point
6566
linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_Root_Complex
6667
linux/Foundational_Components_Power_Management

configs/AM65X/AM65X_linux_toc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-EST
5959
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-IET
6060
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload
6161
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_Offload
62+
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRP_Offload
6263
linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point
6364
linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_Root_Complex
6465
linux/Foundational_Components/Kernel/Kernel_Drivers/PWM

source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRP_Offload.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -347,12 +347,14 @@ A sample test setup is as shown below
347347
348348
iperf3 -c -t60 <Node_C_IP_Addr>
349349
350-
.. rubric:: Throughput at Node A
350+
.. ifconfig:: CONFIG_part_variant in ('AM64X')
351351

352-
.. list-table:: Throughput performance
353-
:widths: 25 25
352+
.. rubric:: Througput at Node A
354353

355-
* - Sender
356-
- Receiver
357-
* - 610 Mbits/sec
358-
- 605 Mbits/sec
354+
.. list-table:: Throughput performance
355+
:widths: 25 25
356+
357+
* - Sender
358+
- Receiver
359+
* - 610 Mbits/sec
360+
- 605 Mbits/sec

0 commit comments

Comments
 (0)