File tree Expand file tree Collapse file tree 7 files changed +205
-193
lines changed
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network Expand file tree Collapse file tree 7 files changed +205
-193
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/GPIO
5757linux/Foundational_Components/Kernel/Kernel_Drivers/I2C
5858linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW
5959linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRUSS
60+ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload
61+ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_Offload
6062linux/Foundational_Components/Kernel/Kernel_Drivers/PWM
6163linux/Foundational_Components/Kernel/Kernel_Drivers/SPI
6264linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/NAND
Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/GPIO
5757linux/Foundational_Components/Kernel/Kernel_Drivers/I2C
5858linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW
5959linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRUSS
60+ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload
61+ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_Offload
6062linux/Foundational_Components/Kernel/Kernel_Drivers/PWM
6163linux/Foundational_Components/Kernel/Kernel_Drivers/QSPI
6264linux/Foundational_Components/Kernel/Kernel_Drivers/SPI
Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/I2C
5959linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW
6060linux/Foundational_Components/Kernel/Kernel_Drivers/Network/NetCP
6161linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRUSS
62+ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload
63+ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_Offload
6264linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point
6365linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_Root_Complex
6466linux/Foundational_Components_Power_Management
Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/I2C
5757linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW2g
5858linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-EST
5959linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-IET
60+ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload
61+ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_Offload
6062linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point
6163linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_Root_Complex
6264linux/Foundational_Components/Kernel/Kernel_Drivers/PWM
Original file line number Diff line number Diff line change @@ -73,6 +73,10 @@ forwarding and Tx packet duplication offloaded
7373 ip link set hsr0 down
7474 ip link delete hsr0 2> /dev/null
7575
76+ ip link set $ifa down
77+ ip link set $ifb down
78+ sleep 1
79+
7680 if [ " $1 " = " hsr_hw" ]
7781 then
7882 ethtool -k " $ifa " | grep hsr
@@ -99,6 +103,9 @@ forwarding and Tx packet duplication offloaded
99103
100104 ip addr add " $ip " /24 dev $if
101105 ip link set $if up
106+ ip link set $ifa up
107+ ip link set $ifb up
108+ sleep 1
102109
103110 To create HSR interface with IP address 192.168.2.20 using eth1 and eth2,
104111run the script by passing the arguments as below
@@ -400,12 +407,15 @@ CPU usage at Node B found to be negligible
400407 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00
401408 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00
402409
403- .. rubric :: Througput at Node A
410+ .. ifconfig :: CONFIG_part_variant in ('AM64X', 'AM65X')
411+
412+ .. rubric :: Througput at Node A
413+
414+ .. list-table :: Throughput performance
415+ :widths: 25 25
404416
405- .. list-table :: Throughput performance
406- :widths: 25 25
417+ * - Sender
418+ - Receiver
419+ * - 505 Mbits/sec
420+ - 504 Mbits/sec
407421
408- * - Sender
409- - Receiver
410- * - 505 Mbits/sec
411- - 504 Mbits/sec
You can’t perform that action at this time.
0 commit comments