• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Jumbo Frames - Enable them!

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
yeah IIRC I've got a 10gbe nic that only supports 8000mtu as large jumbo frames. really throws a kink when the rest of jumbo assumes MTU of ~9K .

But ISCSI writes packets larger than 9K - so the nic acceleration will break them into pieces and reorganize them back offloaded. Jumbo really causes many low end switches to fail with FLOW control and jumbo packet size on at the same time due to lack of buffers!
 
Actually the flow control is an important point, I've found with jumbo frames having flow control ON is very important.

If I leave it off with jumbo frames on every single one of my non-Intel NICs fails spectacularly. If I have flow control on on my NICs and switches, then everything works great with jumbo frames on.

With the Intel NICs and jumbo frames, WITHIN the same switch it works fine with flow control off, across switches and again problems. With flow control on, everything works wonderfully.
 
Actually the flow control is an important point, I've found with jumbo frames having flow control ON is very important.

If I leave it off with jumbo frames on every single one of my non-Intel NICs fails spectacularly. If I have flow control on on my NICs and switches, then everything works great with jumbo frames on.

With the Intel NICs and jumbo frames, WITHIN the same switch it works fine with flow control off, across switches and again problems. With flow control on, everything works wonderfully.

Flow control doesn't mean a whole lot when you don't have the buffer space to store the in flight frames.
 
Precisely most lower end switches cannot allocate enough buffers to handle a flow control pause frame for long without dropping packets.

Kills ISCSI if you have any sort of tcp packet loss on the network!
 
I don't disagree. Of course that also enters in to a discussion of why one shouldn't use crappy low end switches in most cases.
 
Back
Top