Re: Avoiding external fragmentation with a placement policyVersion 12

From: David S. Miller
Date: Fri Jun 03 2005 - 13:46:59 EST


From: Dave Hansen <haveblue@xxxxxxxxxx>
Date: Fri, 03 Jun 2005 09:43:00 -0700

> Are those loopback allocations GFP_KERNEL?

It depends :-) Most of the time, the packets will be
allocated at sendmsg() time for the user, and thus GFP_KERNEL.

But the flags may be different if, for example, the packet
is being allocated for the NFS client/server code, or some
asynchronous packet generated at software interrupt time
(TCP ACKs, ICMP replies, etc.).
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/