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 @@ -51,6 +51,8 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/GPIO
51
51
linux/Foundational_Components/Kernel/Kernel_Drivers/I2C
52
52
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW
53
53
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRUSS
54
+ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload
55
+ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_Offload
54
56
linux/Foundational_Components/Kernel/Kernel_Drivers/PWM
55
57
linux/Foundational_Components/Kernel/Kernel_Drivers/SPI
56
58
linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/NAND
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/GPIO
51
51
linux/Foundational_Components/Kernel/Kernel_Drivers/I2C
52
52
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW
53
53
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRUSS
54
+ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload
55
+ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_Offload
54
56
linux/Foundational_Components/Kernel/Kernel_Drivers/PWM
55
57
linux/Foundational_Components/Kernel/Kernel_Drivers/QSPI
56
58
linux/Foundational_Components/Kernel/Kernel_Drivers/SPI
Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/I2C
53
53
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW
54
54
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/NetCP
55
55
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRUSS
56
+ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload
57
+ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_Offload
56
58
linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point
57
59
linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_Root_Complex
58
60
linux/Foundational_Components_Power_Management
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/I2C
51
51
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW2g
52
52
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-EST
53
53
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-IET
54
+ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload
55
+ linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_Offload
54
56
linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point
55
57
linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_Root_Complex
56
58
linux/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
73
73
ip link set hsr0 down
74
74
ip link delete hsr0 2> /dev/null
75
75
76
+ ip link set $ifa down
77
+ ip link set $ifb down
78
+ sleep 1
79
+
76
80
if [ " $1 " = " hsr_hw" ]
77
81
then
78
82
ethtool -k " $ifa " | grep hsr
@@ -99,6 +103,9 @@ forwarding and Tx packet duplication offloaded
99
103
100
104
ip addr add " $ip " /24 dev $if
101
105
ip link set $if up
106
+ ip link set $ifa up
107
+ ip link set $ifb up
108
+ sleep 1
102
109
103
110
To create HSR interface with IP address 192.168.2.20 using eth1 and eth2,
104
111
run the script by passing the arguments as below
@@ -400,12 +407,15 @@ CPU usage at Node B found to be negligible
400
407
0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00
401
408
1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00
402
409
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
404
416
405
- .. list-table :: Throughput performance
406
- :widths: 25 25
417
+ * - Sender
418
+ - Receiver
419
+ * - 505 Mbits/sec
420
+ - 504 Mbits/sec
407
421
408
- * - Sender
409
- - Receiver
410
- * - 505 Mbits/sec
411
- - 504 Mbits/sec
You can’t perform that action at this time.
0 commit comments