![]() | |||||||||||||
Messages in this thread |
Martin J. Bligh wrote: >>True, but we don't seem to have huge problems with other things. The >>main ones that have come up on lkml are e1000 which is getting fixed, >>and maybe XFS which I think there are also moves to improve. > > > It should be fairly easy to trawl through the list of all allocations > and pull out all the higher order ones from the whole source tree. I > suspect there's a lot ... maybe I'll play with it later on. > please check kmalloc(32k,64k) For example, loopback device's default MTU=16436 means order=3 and maybe there are other high MTU device. I suspect skb_makewritable()/skb_copy()/skb_linearize() function can be sufferd from fragmentation when MTU is big. They allocs large skb by gathering fragmented skbs.When these skb_* funcs failed, the packet is silently discarded by netfilter. If fragmentation is heavy, packets (especialy TCP) uses large MTU never reachs its end, even if loopback. Honestly, I'm not familiar with network code, could anyone comment this ? -- Kame - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2005-11-02 06:26 [from the cache] ©2003-2008 | |||||||||||||