Ubuntu ifconfig mtu 设置失败

系统是这个地址下载的:
https://dl.radxa.com/rockpis/images/ubuntu/rockpi-s-ubuntu-focal-server-arm64-20220308-0852-gpt.img.xz

设置网卡 mtu 后提示:SIOCSIFMTU: Device or resource busy

除以上问题外,我使用 ethtool -g 以及 -G 参数提示:
Cannot get device ring settings: Operation not supported
这个是否可以让其支持?

ifconfig eth0 down 
ifconfig eth0 mtu 1400
ifconfig eth0 up

我使用 ethtool -g 以及 -G 参数提示:
Cannot get device ring settings: Operation not supported
这个是否可以让其支持?