netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* sk98lin, jumbo frames, and memory fragmentation
@ 2007-10-01 20:35 Chris Friesen
  2007-10-01 20:44 ` John Heffner
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Chris Friesen @ 2007-10-01 20:35 UTC (permalink / raw)
  To: linux, netdev


Hi all,

We're considering some hardware that uses the sk98lin network hardware, 
and we'll be using jumbo frames.  Looking at the driver, when using a 
9KB MTU it seems like it would end up trying to atomically allocate a 
16KB buffer.

Has anyone heard of this been a problem?  It would seem like trying to 
atomically allocate four physically contiguous pages could become tricky 
after the system has been running for a while.

The reason I ask is that we ran into this with the e1000.  Before they 
added the new jumbo frame code it was trying to atomically allocate 32KB 
buffers and we would start getting allocation failures after a month or 
so of uptime.

Any information anyone can provide would be appreciated.


Thanks,

Chris

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-10-01 21:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-01 20:35 sk98lin, jumbo frames, and memory fragmentation Chris Friesen
2007-10-01 20:44 ` John Heffner
2007-10-01 20:47 ` Jeff Garzik
2007-10-01 21:08   ` Chris Friesen
2007-10-01 21:06 ` Stephen Hemminger
2007-10-01 21:15   ` Chris Friesen
2007-10-01 21:57     ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).