Hi, TI experts
The version I am using is sdk-rtos-j721e-evm-08_06_00,TDA4VM board.
I use a VM board to load the k3-j721e-quad-port-eth-exp.dts device tree file
Then run the script file muti_test.sh
ifconfig eth5 down
ifconfig eth2 down
ifconfig eth3 down
ifconfig eth4 down
ethtool --set-priv-flags eth2 p0-rx-ptype-rrobin off
ethtool --set-priv-flags eth3 p0-rx-ptype-rrobin off
ethtool --set-priv-flags eth4 p0-rx-ptype-rrobin off
ethtool --set-priv-flags eth5 p0-rx-ptype-rrobin off
devlink dev param set platform/c000000.ethernet name switch_mode value true cmode runtime
ip link set dev eth4 up
ip link set dev eth3 up
ip link set dev eth2 up
ip link set dev eth5 up
After executing the command, I found that the network port ping is not working, and I cannot see any information using tcpdump.
May I ask if the VM board supports the switch function under the native driver? If supported, how should I configure it
Regards, Albert