Hello,
I’m using:
Distributor ID: Ubuntu
Description: Ubuntu 24.04 LTS
Release: 24.04
Codename: noble
Linux khadasvim 5.15.119 #1.6.9.1 SMP PREEMPT Thu Jun 20 09:22:43 CST 2024 aarch64 aarch64 aarch64 GNU/Linux
I need to increase eth0 MTU size up to 9000,
and i’m try to:
sudo ip link set dev eth0 mtu 9000
Error: mtu greater than device maximum.
same error up to 3700.
3600:
sudo ip link set dev eth0 mtu 3600
[ 313.035668][2 T1044 …] meson8b-dwmac ff3f0000.ethernet eth0: must be stopped to change its MTU
RTNETLINK answers: Device or resource busy
What is maximum MTU on eth0 ethernet interface?
Is it possible set up to 9000 for example?
Thank you in advance!