How to set the MTU of mgbe1_0 to 9000?

Please provide the following info (tick the boxes after creating this topic):
Software Version
DRIVE OS 6.0.6
[√] DRIVE OS 6.0.5
DRIVE OS 6.0.4 (rev. 1)
DRIVE OS 6.0.4 SDK
other

Target Operating System
[√] Linux
QNX
other

Hardware Platform
DRIVE AGX Orin Developer Kit (940-63710-0010-D00)
DRIVE AGX Orin Developer Kit (940-63710-0010-C00)
[√] DRIVE AGX Orin Developer Kit (not sure its number)
other

SDK Manager Version
[√] 1.9.2.10884
other

Host Machine Version
[√] native Ubuntu Linux 20.04 Host installed with SDK Manager
native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
native Ubuntu Linux 18.04 Host installed with DRIVE OS Docker Containers
other

We need to connect orin’s 10Gb(mgbe1_0\rj45) network with another storage device’s 10Gb network for big data transmission, so we need to set the mgbe1_0’s MTU to 9000 to achieve better performance.
However, we found that the MTU of mgbe1_0 cannot be set to 9000(default value 1466).

How can I set the MTU to 9000 of mgbe1_0 successful?

Dear @xiaolei.qin,
Does that mean sudo ifconfig mgbe1_0 mtu 9000 up is not working?

Hello @SivaRamaKrishnaNV ,
Yes, after I execute the set MTU command, it will fail to execute.
But I tried other methods that seemed to work:

sudo ifconfig mgbe1_0 down
sudo ifconfig mgbe1_0 mtu 9000 up

Thanks for your replay.

Dear @xiaolei.qin ,
I got the issue. You might have tried to update when port is active. You need to down the port first to update the MTU

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.