I have kernel 2.6.26 compiled from source. My network card is an onboard Nforce NIC using the Forcedeth 0.61 driver. It is running at gigabit speed but I would like to enable jumbo frames support.
I have tried 'ifconfig eth0 mtu 7000', my other PC only supports up to this, and it gives error 'SIOCSIFMTU: Invalid argument'. Running 'ip route get 192.168.1.100' tells me the MTU is 1500.
I can't find any clear information either way to tell me if this should work or not. Has anyone else managed to get jumbo frames working with this driver?
I have tried 'ifconfig eth0 mtu 7000', my other PC only supports up to this, and it gives error 'SIOCSIFMTU: Invalid argument'. Running 'ip route get 192.168.1.100' tells me the MTU is 1500.
I can't find any clear information either way to tell me if this should work or not. Has anyone else managed to get jumbo frames working with this driver?
. Here's a patch to test.. your not gonna screw things up apart from cause a lot of packet fragmentation if it does not work. Might save you some cash. Looking at it this should be all you need to change. Firstly backup your forcedeth.c so you can restore to the old version.