In the jetson tx2,I modified mtu value by following command:
sudo ifconfig eth0 mtu 1492 up
The reply message is:
[***]eqos 2490000.ether_qos:valid mtus are 1500,4074,or 9000
SIOCSIFMTU: Invalid argument
How can I set other values
In the jetson tx2,I modified mtu value by following command:
sudo ifconfig eth0 mtu 1492 up
The reply message is:
[***]eqos 2490000.ether_qos:valid mtus are 1500,4074,or 9000
SIOCSIFMTU: Invalid argument
How can I set other values
This issue was already fixed long time ago. Which release are you using?
I’m using R28.1
This issue is being fixed after rel-28.2. Please upgrade to rel-28.2 or check the kernel source of this part and pick it back to rel-28.1 if you cannot upgrade.
Thanks!I will try.