lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 1 Oct 2007 14:06:27 -0700 From: Stephen Hemminger <shemminger@...ux-foundation.org> To: "Chris Friesen" <cfriesen@...tel.com> Cc: linux@...konnect.de, netdev@...r.kernel.org Subject: Re: sk98lin, jumbo frames, and memory fragmentation On Mon, 01 Oct 2007 14:35:48 -0600 "Chris Friesen" <cfriesen@...tel.com> wrote: > > 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. Adding fragmentation support to skge driver is on my list of possible extensions. sky2 driver already supports it (yet one more feature that the vendor sk98lin driver doesn't do). -- Stephen Hemminger <shemminger@...ux-foundation.org> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists