From: Ingo Molnar Date: Fri, 12 Aug 2005 02:26:42 +0000 (-0700) Subject: [NETPOLL]: pre-fill skb pool X-Git-Tag: v2.6.13-rc7~98^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2652076507b662fc88ba16c27b59c7bdd9ccd956;p=pandora-kernel.git [NETPOLL]: pre-fill skb pool we could do one thing (see the patch below): i think it would be useful to fill up the netlogging skb queue straight at initialization time. Especially if netpoll is used for dumping alone, the system might not be in a situation to fill up the queue at the point of crash, so better be a bit more prepared and keep the pipeline filled. [ I've modified this to be called earlier - mpm ] Signed-off-by: Ingo Molnar Signed-off-by: Matt Mackall Signed-off-by: David S. Miller --- Reading git-diff-tree failed