2

I have just set up my new gigabit network and when I was about to increase the MTU to use jumbo frames, I get this error:

root@rayquang-desktop:~# ifconfig eth1 mtu 9000 SIOCSIFMTU: Invalid argument

Could anyone help me to increase the MTU.

Details: NIC: NETGEAR GA311; Switch: NETGEAR GS105, running Ubuntu 10.10 and Debian Lenny on desktop, server respectively.

Help would be greatly appreciated, RayQuang

RayQuang
  • 674
  • 1
  • 9
  • 16

2 Answers2

9

Yep. I just looked at the PDF datasheet for your NIC

No mention of Jumbo Frame support there, so I suspect you're out of luck.

Buy a new nic. Go for something Intel or Broadcom and you'll probably have more luck. Shouldn't set you back too much.

Tom O'Connor
  • 27,480
  • 10
  • 73
  • 148
  • Or just forget about jumbo frames; it's not like they make much difference with current CPU's @1Gb. – janneb Dec 29 '10 at 13:32
  • 1
    ~20% throughput improvement is not to be sniffed at, don't know if its worth spending cash though. – Sirex Dec 29 '10 at 14:58
  • @Sirex: 20% under what circumstances? @work I just measured 940 Mb/s using iperf without jumbo frames, which is 94% of the theoretical maximum, so a 20% improvement is just impossible in that case. (CPU usage was 5% of one core on the sender and 1% on the receiver; not only CPU's but also NIC's and the network stack in OS'es are different from 10 years ago.) – janneb Dec 30 '10 at 11:02
2

Why do you need jumbo frames in the first place?

It is not common on desktop PCs.

UPDATE: @Sirex I still think it is uncommon in home environment. He has netgear nic and switch. These are a SOHO stuff. People should not use some technology because it has a good name. They do because of real need.

I run high-end blade servers and I do not feel the need for jumbo frames.

UPDATE2: @RayQuang Then I think upgrading your switch and NIC can help much more than enabling jumbo frames. Others already suggested Broadcom and Intel as a NIC and I suggest Cisco (not the small business thingy) or HP as a switch.

cstamas
  • 6,707
  • 25
  • 42
  • this sums it up overall, and imho it's not that uncommon on gigabit networks; http://63.196.71.246/~phil/jumbo.html – Sirex Dec 29 '10 at 14:11
  • @Sirex I still think it is uncommon in home environment. He has netgear nic and switch. These are a SOHO stuff. // I edited my answer to include this. // – cstamas Dec 29 '10 at 14:33
  • Swings and roundabouts i guess. I only know of 3 home networks running at gigabit speeds. All use jumbo frames. (n.b: I didn't set those networks up, but mine also uses jumbo @ gigabit) – Sirex Dec 29 '10 at 14:47
  • I'm sorry if I did not make it clear that this is is for a corporate network that just in this case happens to be in a home. I need the high throughput for large data transfers of OS images and for the link with database and other application servers. – RayQuang Dec 31 '10 at 09:02