This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/PROCESSOR-SDK-AM437X: Jumbo frame support

Part Number: PROCESSOR-SDK-AM437X

Tool/software: Linux

Dear All,

I use am437x with linux 3.12, and I want to use jumbo frame and set MTU as 9k. But when I try to set MTU I got the error, and looks like it can not set greater then 1500:

root@myd_c437x eth1# ifconfig eth0 mtu 9000 up
ifconfig: SIOCSIFMTU: Invalid argument
root@myd_c437x eth1# ifconfig eth1 mtu 9000 up
ifconfig: SIOCSIFMTU: Invalid argument
root@myd_c437x eth1# uname -a
Linux myd_c437x 3.12.10 #1 Thu Oct 22 10:12:37 CST 2015 armv7l GNU/Linux
root@myd_c437x eth1# ifconfig eth1 mtu 1500 up
root@myd_c437x eth1# ifconfig eth1 mtu 1501 up
ifconfig: SIOCSIFMTU: Invalid argument

Do you know am437x supports jumbo frame or not?

Thanks for your help!

Best Regards,

Jakebo