Tool/software:
Hello,
I am working with "Arago 2021.09" linux on ARMs A72 of the Jacinto SoC and for my software, i need to configure the ethernet link with a MTU = 9000.
I fisrt tried to configure with the command "ip link set eth1 mtu 9000" but it doesn't work.
Then, i modified the *.network file of my ethernet interface but it didn't work either.
Is there a way to change this value?
with the command "ip -d link show ethx", i see maxmtu=1522, is it a hardware limitation ?