File tree Expand file tree Collapse file tree 5 files changed +14
-8
lines changed
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network Expand file tree Collapse file tree 5 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW
5959linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRUSS
6060linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload
6161linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_Offload
62+ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRP_Offload
6263linux/Foundational_Components/Kernel/Kernel_Drivers/PWM
6364linux/Foundational_Components/Kernel/Kernel_Drivers/SPI
6465linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/NAND
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW
5959linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRUSS
6060linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload
6161linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_Offload
62+ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRP_Offload
6263linux/Foundational_Components/Kernel/Kernel_Drivers/PWM
6364linux/Foundational_Components/Kernel/Kernel_Drivers/QSPI
6465linux/Foundational_Components/Kernel/Kernel_Drivers/SPI
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/NetCP
6161linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRUSS
6262linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload
6363linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_Offload
64+ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRP_Offload
6465linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point
6566linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_Root_Complex
6667linux/Foundational_Components_Power_Management
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-EST
5959linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-IET
6060linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload
6161linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_Offload
62+ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRP_Offload
6263linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point
6364linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_Root_Complex
6465linux/Foundational_Components/Kernel/Kernel_Drivers/PWM
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ It also allows to offload the below functionalities of PRP mode to the underlyin
1111- hsr-dup-offload: Duplicate the outgoing PRP frame
1212- hsr-tag-rm-offload: Remove PRP trailer from the frame
1313
14- The ICSSG PRP firmware supports offloading of all above functionalities saving overhead from the driver.
14+ The ICSS PRP firmware supports offloading of all above functionalities saving overhead from the driver.
1515
1616.. note ::
1717
@@ -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
You can’t perform that action at this time.
0 commit comments