You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(linux): Network: CPSW-IET/EST: Update documentation for TSN IET/EST
Update the documentation for CPSW-EST/IET to add necessary instructions to
avoid errors while updating tx channels and fix CPSW-IET documentation.
Signed-off-by: Chintan Vankar <[email protected]>
Copy file name to clipboardExpand all lines: source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-IET.rst
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ Assume 2 AM65x IDKs are connected back to back over MCU Ethernet port (typically
43
43
44
44
.. code-block:: console
45
45
46
+
# bring down all interfaces associated with the same CPSW instance to update tx channels
46
47
root@evm:~# ip link set dev eth0 down
47
48
[ 84.543137] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down
48
49
root@evm:~# ethtool -L eth0 tx 2
@@ -798,7 +799,7 @@ Connect eth0 of AM625-SK to eth1 of J7VCL and eth0 of J7ES to eth2 of J7VCL.
798
799
ifconfig eth0 down
799
800
ethtool -L eth0 tx 4
800
801
ethtool --set-priv-flags eth0 p0-rx-ptype-rrobin off
801
-
ethtool --set-mm eth0 pmac-enabled on tx-enabled on verify-enabled on verify-time 10 tx-min-frag-siz4
802
+
ethtool --set-mm eth0 pmac-enabled on tx-enabled on verify-enabled on verify-time 10 tx-min-frag-size 124
802
803
ifconfig eth0 up
803
804
sleep 10
804
805
@@ -812,8 +813,8 @@ Connect eth0 of AM625-SK to eth1 of J7VCL and eth0 of J7ES to eth2 of J7VCL.
812
813
813
814
tc -g class show dev eth0
814
815
tc qdisc add dev eth0 clsact
815
-
tc filter add dev eth0 egress protocol ip prio 1 u32 match ip dport 5002 0xffff action skbedit prior2
816
-
tc filter add dev eth0 egress protocol ip prio 1 u32 match ip dport 5003 0xffff action skbedit prior3
816
+
tc filter add dev eth0 egress protocol ip prio 1 u32 match ip dport 5002 0xffff action skbedit priority 2
817
+
tc filter add dev eth0 egress protocol ip prio 1 u32 match ip dport 5003 0xffff action skbedit priority 3
817
818
ip addr add 192.168.100.20/24 dev eth0
818
819
819
820
3. On J7ES, run the following commands:
@@ -1325,8 +1326,8 @@ CASE-3 is the same as CASE-1 and CASE-2 combined.
1325
1326
Frame sent by J7VCL with preemption on J7VCL Egress Port and Assembled on AM625-SK's (Switch) Ingress Port followed by preemption on AM625-SK's (Switch) Egress Port and Assembled on J7ES
0 commit comments