2009-08-30, 20:56
Does anyone own this board (Zotac IONITX-A-U)? If so, does the onboard GigaLAN support jumbo frames? I see that it uses the rtl8211cl LAN controller, but I can't find out if this supports jumbo frames or not!
To tell if it supports jumbo frames, you can try this when connected (Gigalan speeds only, 10/100 won't work I believe):
That should setup 4k jumbo frames. To test if they are enabled, simply run ifconfig again like this and look for the mtu line:
If it does, you'll see "MTU:4000"
Please let me know and thanks!
To tell if it supports jumbo frames, you can try this when connected (Gigalan speeds only, 10/100 won't work I believe):
Code:
# ifconfig eth0 mtu 4000
That should setup 4k jumbo frames. To test if they are enabled, simply run ifconfig again like this and look for the mtu line:
Code:
# ifconfig eth0 | grep MTU
If it does, you'll see "MTU:4000"
Please let me know and thanks!